@charset "utf-8";

/* CSS Document */


/*****************************
  base reset css
*****************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
	color: #030303 !important;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
	font-size: 0;
	vertical-align: top;
}

body {}

html {
	width: 100%;
	height: 100%;
}

ul,
li {
	list-style: none;
}

p,
th,
td,
dd {
	font-style: normal;
	word-break: break-all;
}

p,
li,
dt,
dd,
td,
th {
	line-height: 1.6;
}

dd {
	word-break: break-all;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

section {
	box-sizing: border-box;
}

em,
strong,
small {
	font-style: inherit;
}

em,
strong {
	font-weight: bold;
}

/*****************************
  common layout css
*****************************/
.contents-wrap {
	overflow: hidden;
}

#wrap h1 img {
	margin-top: 20px;
}

#wrap {
	width: 960px;
	margin: 0 auto;
}


#pageTop {
	max-pagewidth: 850px;
	margin: 30px auto 10px auto;
	text-align: right;
}

#footer {
	width: 100%;
	height: 34px;
	background-image: url(../../202309/img/footer_bg_repeat.gif);
	background-repeat: repeat-x;
}

#footer .footInner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.text01 {
	font-size: 12px;
	color: #0198ff;
}

.text02 {
	font-size: 12px;
	color: #666666;
}

#bottomText {
	height: auto;
	width: 940px;
	margin: 20 auto;
}

.footerText {
	overflow: hidden;
}

.text03 {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}

.text04 {
	float: left;
	margin-top: 15px;
}

.copyright {
	/*
  float:right;
  margin-top:15px;
*/
}

#contwrap {
	word-break: normal;
	word-wrap: break-word;
	background: none;
	height: auto;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.fc_blue {
	font-weight: bold;
	color: #0099ff !important;
}

.fc_red {
	font-weight: bold;
	color: #b22e15 !important;
}

.fc_green {
	font-weight: bold;
	color: #7aa930 !important;
}

a.hover:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.box030405Bg {
	background-color: #fdfedc;
	padding-bottom: 50px;
	margin-top: 40px;
}

.box030406Bg {
	background-color: #fdfedc;
	padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
	.nopc {
		display: none;
	}

	.nosp {
		display: block;
	}
}


@media screen and (max-width: 767.98px) {
	.nopc {
		display: block;
	}

	.nosp {
		display: none;
	}
}


/*==================================================
	アンカーリンク
==================================================*/
@media screen and (max-width: 767.98px) {
	.anchor-link {
		margin-top: -13.281vw;
		padding-top: 13.281vw;
	}
}


/*==================================================
  ヘッダー
==================================================*/
#header {
	background-color: #0096ff;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0px;
	/*height: 109px;*/
	height: 60px;
}

#headerbar {
	background-color: #0173de;
	color: #fff;
	width: 100%;
}

.headerbarinner {
	margin: 0 auto;
	overflow: hidden;
	max-width: 850px;
	text-align: center;
	font-size: 12px;
}

.headerbarinner p {
	padding: 4px 0;
}

.headerbarinner p a {
	color: #fff;
	text-decoration: underline;
}

.headerinner {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 850px;
	padding: 0 20px;
}

.headerinner a img,
.headerinner p img {
	margin: 0;
	padding: 0;
	width: 100%;
}

@media screen and (min-width: 768px) {

	.headerinner a,
	.headerinner p {
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	.sp_fix_blue_head {
		display: none;
	}

}

@media screen and (max-width: 767.98px) {
	.headerinner {
		padding: 0 20px;
	}

	.headerbarinner {
		padding: 5px 0;
		font-size: 10px;
		line-height: 1.529;
		width: 100%;
	}

	.headerinner a img,
	.headerinner p img {
		padding: 0 20px;
	}

	.l-container {
		width: calc(100% - 30px);
	}

	.u-hide_over-md {
		display: block;
	}

	#header {
		display: none;
	}

	.sp_fix_head {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 100%;
		background: #fff;
	}

	.sp_fix_head_inner {
		display: flex;
	}

	.sp_fix_title {
		padding: 23px 0 17px 15px;
		width: 52%;
	}

	.sp_fix_btn {
		position: absolute;
		right: 10px;
		z-index: 10;
		width: 35%;
	}

	.sp_fix_head img {
		width: 100%;
	}


	.sp_fix_head_cta_long {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		background: #fff;
	}

	.sp_fix_head_cta_long .sp_fix_title {
		padding: 3vw 0 3vw 2vw;
		width: 25%;
		max-width: 180px;
	}

	.sp_fix_head_cta_long .sp_fix_btn {
		position: relative;
		z-index: 10;
		width: 67%;
		max-width: 380px;
		padding: 1vw 2.6666vw 1vw 0;
	}

	.sp_fix_head_cta_long .sp_fix_head img {
		width: 100%;
	}


	.sp_fix_head_wrap {
		position: relative;
	}

	.sp_fix_blue_head {
		position: sticky;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #0096ff;
		color: #fff;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 11;
	}

	.sp_fix_blue_head .sp_fix_blue_head_title {
		padding: 2vw 0 2vw 2vw;
		width: 25%;
		max-width: 180px;
	}

	.sp_fix_blue_head .sp_fix_blue_head_title img {
		width: 100%;
	}

	.sp_fix_blue_head p {
		width: 67%;
		font-size: 3.0vw;
	}
}

@media screen and (max-width: 480.98px) {
	.sp_fix_title {
		padding: 18px 0 17px 15px;
		width: 52%;
	}

	.sp_fix_btn {
		width: 40%;
	}

	.sp_fix_head_cta_long .sp_fix_title {
		padding: 3vw 0 3vw 2vw;
		width: 25%;
	}

	.sp_fix_head_cta_long .sp_fix_btn {
		width: 67%;
		padding: 1vw 2.6666vw 1vw 0;
	}
}

/*==ふわっと出現させるためのCSS*/

/*　上に上がる動き　*/
.sp_fix_blue_head.UpMove,
.sp_fix_head.UpMove {
	position: fixed;
	width: 100%;
	animation: UpAnime 0.5s forwards;
	z-index: 99;
}

@keyframes UpAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(-100px);
	}
}

/*　下に下がる動き　*/
.sp_fix_blue_head.DownMove,
.sp_fix_head.DownMove {
	/* position: fixed;
	width:100%;
	animation: DownAnime 0.5s forwards;
	z-index: 9999;
	top:0; */
}

.sp_fix_head_cta_longC {
	position: absolute;
	top: 0;
	transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 0;
	transform: translateY(-30px);
	animation: none;
	width: 100%;
}

.sp_fix_head_cta_longC .imgswich_btn {
	background: url(../../202309/img/head_btn02.png) no-repeat left center / 100%;

}

.sp_fix_head_cta_longC .imgswich_btn img {
	opacity: 0;
	transition: 0.2s;
}

.sp_fix_head_cta_longC.fadeMove {
	position: fixed;
	opacity: 1;
	z-index: 9999;
	transform: translateY(0);
}

.sp_fix_head_cta_longC.fadeMove .imgswich_btn {
	animation: cta_anime 1s 4;
}

@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes cta_anime {
	0% {
		background: url(../../202309/img/head_btn0301.png) no-repeat left center / 100%;
	}

	49.9% {
		background: url(../../202309/img/head_btn0301.png) no-repeat left center / 100%;
	}

	50% {
		background: url(../../202309/img/head_btn0302.png) no-repeat left center / 100%;
	}

	to {
		background: url(../../202309/img/head_btn0302.png) no-repeat left center / 100%;
	}
}

@media screen and (min-width: 768px) {
	.u-hide_over-md {
		display: none;
	}

	.sp_fix_head {
		display: none !important;
	}
}

/*==================================================
ページ内スクロール
==================================================*/
html {
	scroll-behavior: smooth;
}

/*==================================================
  レイアウト
==================================================*/
/* ベース幅 */
.l-content {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}


/*==================================================
  汎用(utilities)class
==================================================*/
.u-al_center {
	text-align: center;
}

.u-al_left {
	text-align: left;
}

.u-al_right {
	text-align: right;
}

.u-block {
	display: block;
}


/*==================================================
	メインビジュアル
==================================================*/

#main_wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.main_wrap {
		/* background-image: url("../../202401/img/main_mv03.jpg");
		background-image: image-set(url(../../202401/img/main_mv03.jpg) 1x, url(../../202209/img/main_mv03@2x.png) 2x);
		background-image: -webkit-image-set(url(../../202401/img/main_mv03.jpg) 1x, url(../../202209/img/main_mv03@2x.png) 2x); */
		background-image: -webkit-image-set(url(../../202409/img/main_mv.jpg) 1x, url(../../202409/img/main_mv@2x.jpg) 2x);
		background-color: #000;
		background-position: center 0;
		background-repeat: no-repeat;
		position: relative;
		width: 100%;
		height: 709px;
		background-attachment: scroll;
	}
}

@media print,
screen and (max-width: 950px) {
	.main_wrap {
		height: 590px;
		background-size: auto 100%;
	}
}

.main_btn {
	/* position: relative;
	top: 514px;
	left: 50%;
	transform: translateX(-50%);
	width: 62.5%;
	max-width: 960px; */
	/* margin: 0px auto; */
	/* text-align: left; */
	position: absolute;
	bottom: 59px;
	left: calc(50% - 200px);
	transform: translateX(-50%);
	width: 454px;
}

.main_btn a {
	display: inline-block;
}

.main_btn img {
	/* width: 47.291%;
	max-width: 454px; */
	/* max-width: 100%; */
	width: 100%;
	transition: opacity .25s;
}

.main_btn a:hover img,
.main_btn a:active img,
.main_btn a:focus img {
	opacity: .8;
}

.main_present {
	position: absolute;
	bottom: 7px;
	right: 150px;
}

.main_present_img {
	width: 400px;
	height: 190px;
	transform: translateX(-26px);
}

.main_present_img a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/hdr_present_img.png) no-repeat;
	background-size: 100% auto;
	transition: background-image .25s;
}

.main_present_img a:hover {
	background: url(../img/hdr_present_img_on.png) no-repeat;
	background-size: 100% auto;
}

.main_present_text {
	margin-top: -15px;
	color: #fff;
	font-size: 13px;
	text-align: left;
	position: relative;
}

@media screen and (min-width: 769px) {

	#optAppBtn {
		display: block;
		position: fixed;
		top: 120px;
		right: 0;
		z-index: 100;
	}

	#optAppBtn a {
		display: inline-block;
	}

	#optAppBtn a:hover {
		background: url("../../assets/images/fixed_navi_on.png") no-repeat;
	}

	#optAppBtn a:hover img {
		visibility: hidden;
	}

}

@media print,
screen and (max-width: 1400px) {
	.main_present {
		right: 20px;
	}

	.main_present_img {
		width: 400px;
		height: 190px;
	}
}

@media print,
screen and (max-width: 950px) {
	.main_btn {
		left: calc(50% - 175px);
		width: 380px;
	}

	.main_present_img {
		width: 300px;
		height: 145px;
		transform: none;
	}
}

@media screen and (max-width: 768.98px) {
	#optAppBtn {
		display: none !important;
	}

	.main_wrap {
		height: auto;
		background-image: url(../../202409/img/main_mv_sp.jpg);
		background-size: cover;
		padding-top: 138.75%;
	}

	.main_wrap img {
		width: 100%;
	}

	.main_logo {
		position: absolute;
		top: 15px;
		right: 14px;
		width: 25.625%;
		max-width: 164px;
	}

	.main_btn {
		position: absolute;
		top: auto;
		bottom: 7px;
		left: 50%;
		transform: translateX(-50%);
		width: 86.875%;
		max-width: 556px;
	}

	.main_btn img {
		width: 100%;
	}

	.main_present {
		bottom: 18.018%;
		right: 20px;
	}

	.main_present_img {
		width: 250px;
		height: 115px;
		transform: translateX(13px);
	}

	.main_present_img a {
		background-image: url(../img/hdr_present_img.png);
	}

	.main_present_img a:hover {
		background-image: url(../img/hdr_present_img.png);
	}

	.main_present_text {
		margin-top: -8px;
		color: #fff;
		font-size: 10px;
		text-align: right;
	}
}


/* プレゼントスライド */
.present_slider {
	position: relative;
}

.present_slider .fv_date_bubble {
	position: absolute;
	width: min(13vw, 131px);
	right: 5.771%;
	top: max(-13vw, -116px);
	z-index: 3;
}

/* .present_slider .fv_date_bubble img {
	width: 100%;
} */

.fv_date_bubble_sp {
	width: 100%;
	background-color: #ff3c86;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.present_slider_items {
	display: flex;
	position: relative;
	z-index: 1;
	transition-timing-function: linear;
}

.present_slider_item.swiper-slide img {
	width: 100%;
	height: auto;
}

.present_slider_text {
	position: relative;
	background: #0096ff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	z-index: 2;
}

.present_slider_text-link {
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.present_slider_text-link .present_slider_reduction {
	font-size: 1rem;
	color: yellow;
}

.present_slider_triangle {
	padding-left: 0.5rem;
}

.present_slider_text img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	max-width: 995px;
}

@media screen and (min-width: 1410px) {
	.present_slider .fv_date_bubble {
		right: 19.771%;
	}
}

@media screen and (min-width: 768px) {
	.present_slider_item.swiper-slide {
		max-width: 250px;
		max-height: 250px;
		width: 20%;
	}

	.present_slider_text {
		top: -20px;
		margin-bottom: -40px;
		height: 40px;
		z-index: 2;
	}

	.present_slider_text.nopc {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.present_slider_text-link {
		font-size: 1.7vw;
	}

	.present_slider_text-link .present_slider_reduction {
		font-size: 1.3vw;
	}
}


@media screen and (max-width: 767.98px) {
	.present_slider .fv_date_bubble {
		width: min(20.312vw, 20.312%);
		right: 0.781%;
		top: auto;
		bottom: 7px;
	}

	.present_slider_text {
		position: relative;
		z-index: 2;
		width: 100%;
		height: auto;
		background: #0096ff;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.present_slider_text img {
		width: 90%;
		height: auto;
		margin-inline: auto;
		max-width: 483px !important;
	}

	.present_slider_item.swiper-slide {
		width: 110px;
	}

	.present_slider_text.nosp {
		display: none;
	}
}


/*==================================================
	section01
	餓えにさらされる世界の子どもたち
==================================================*/
.section01 {
	padding: 76px 40px 102px;
	overflow: hidden;
	position: relative;
}

.section01 img {
	width: 100%;
}

.section01_bg {
	width: 100%;
	height: 100%;
	clip-path: inset(0 0 0 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.section01_bg:after {
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../../202409/img/sec01_bg.jpg?v=3) no-repeat bottom center;
	background-size: cover;
	inset: 0;
	transform: translate3d(0, 0, -1px);
}

.section01_inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.section01_title {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 53px;
	font-weight: 700;
	color: #430d02;
}

.section01_ex {
	margin-top: 71px;
}

.section01_ex_list {
	display: flex;
	flex-wrap: wrap;
}

.section01_ex_list .txt-area .txt {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	line-height: 2.5;
}

/* ガザ地区 */
.section01_ex_list.list1 {
	justify-content: flex-end;
	padding-right: 12px;
}

.section01_ex_list.list1 .txt-area {
	width: 44.023%;
	margin-right: 0.757%;
	/* width: 523px;
	margin-right: 9px; */
}

.section01_ex_list.list1 .txt-area .ttl {
	max-width: 484px;
}

.section01_ex_list.list1 .txt-area .sttl {
	margin-top: 59px;
	max-width: 513px;
}

.section01_ex_list.list1 .txt-area .txt {
	margin-top: 36px;
}

.section01_ex_list.list1 .img {
	margin-top: 27px;
	width: 45.959%;
	/* width: 546px; */
}

/* スーダン */
.section01_ex_list.list2 {
	margin-top: 48px;
	padding-left: 20px;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.section01_ex_list.list2 .txt-area {
	width: 44.322%;
	margin-left: 1.355%;
	/* width: 523px;
	margin-left: 16px; */
}

.section01_ex_list.list2 .txt-area .ttl {
	max-width: 484px;
	margin-left: 8px;
}

.section01_ex_list.list2 .txt-area .sttl {
	margin: 65px 0 0 4px;
	max-width: 488px;
}

.section01_ex_list.list2 .txt-area .txt {
	margin-top: 45px;
}

.section01_ex_list.list2 .img {
	margin-top: 22px;
	width: 54.067%;
	/* width: 638px; */
}

.section01_bottom {
	margin-top: 61px;
	padding: 56px 30px 60px;
	background: #272331;
	border-radius: 30px;
	box-shadow: 3px 2px 10px 0 rgba(0, 0, 0, .34);
	font-family: "Noto Serif JP", serif;
	text-align: center;
}

.section01_bottom .title {
	position: relative;
}

.section01_bottom .title:after {
	content: "";
	display: block;
	width: 223px;
	height: 79px;
	background: url(../../202409/img/sec01_arrow.png) no-repeat;
	background-size: 100% auto;
	margin: 26px auto 0;
}

.section01_bottom .title .catch {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .03em;
}

.section01_bottom .title .main {
	margin-top: 11px;
	color: #ff0000;
	font-size: 50px;
	font-weight: 500;
	letter-spacing: .03em;
}

.section01_bottom .title .main span {
	background: linear-gradient(transparent 96%, #ff0000 0%);
}

.section01_bottom .txt {
	margin-top: 17px;
	color: #fff;
	font-size: 27px;
	line-height: 1.777;
	font-weight: 700;
}

@media screen and (max-width: 1000px) {
	.section01_title {
		font-size: 48px;
	}

	.section01_ex {
		max-width: 600px;
		margin-right: auto;
		margin-left: auto;
	}

	/* ガザ地区 */
	.section01_ex_list.list1 {
		padding-right: 0;
	}

	.section01_ex_list.list1 .txt-area {
		width: 100%;
		margin-right: 0;
	}

	.section01_ex_list.list1 .img {
		width: 100%;
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}

	/* スーダン */
	.section01_ex_list.list2 {
		padding-left: 0;
	}

	.section01_ex_list.list2 .txt-area {
		width: 100%;
		margin-left: 0;
	}

	.section01_ex_list.list2 .txt-area .ttl {
		margin-left: auto;
	}

	.section01_ex_list.list2 .img {
		width: 100%;
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}

	.section01_bottom .title .catch {
		font-size: 28px;
	}

	.section01_bottom .title .main {
		font-size: 45px;
	}

	.section01_bottom .txt {
		font-size: 25px;
	}
}

@media screen and (max-width: 767.98px) {
	.section01 {
		padding: 20px 15px 40px;
	}

	.section01_bg:after {
		background-image: url(../../202409/img/sec01_bg_sp.jpg?v=3);
	}

	.section01_title {
		font-size: 27px;
		line-height: 1.334;
	}

	.section01_ex {
		margin-top: 19px;
	}

	.section01_ex_list .txt-area .txt {
		font-size: 17px;
		line-height: 1.705;
		padding: 0 7px;
		box-sizing: border-box;
	}

	/* ガザ地区 */
	.section01_ex_list.list1 .txt-area .ttl {
		width: 83.448%;
	}

	.section01_ex_list.list1 .txt-area .sttl {
		margin-top: 24px;
		width: 100%;
	}

	.section01_ex_list.list1 .img {
		margin: 12px 0 0 auto;
		width: 94.137%;
		transform: translateX(7px);
	}

	.section01_ex_list.list1 .txt-area .txt {
		margin-top: 13px;
	}

	/* スーダン */
	.section01_ex_list.list2 {
		margin-top: 35px;
	}

	.section01_ex_list.list2 .txt-area .ttl {
		width: 83.448%;
		margin-left: auto;
	}

	.section01_ex_list.list2 .txt-area .sttl {
		margin: 28px 0 0 0;
		width: 100%;
	}

	.section01_ex_list.list2 .img {
		margin-top: 13px;
		width: 110%;
	}

	.section01_ex_list.list2 .txt-area .txt {
		margin-top: 2px;
	}

	.section01_bottom {
		margin-top: 40px;
		padding: 22px 17px 30px;
		border-radius: 15px;
	}

	.section01_bottom .title {
		margin-top: 25px;
	}

	.section01_bottom .title:after {
		width: 111px;
		height: 40px;
		margin-top: 17px;
	}

	.section01_bottom .title .catch {
		font-size: 17px;
		line-height: 1.718;
	}

	.section01_bottom .title .main {
		margin-top: 12px;
		font-size: 27px;
		line-height: 1.5;
	}

	.section01_bottom .title .main span {
		background: linear-gradient(transparent 98%, #ff0000 0%);
	}

	.section01_bottom .txt {
		margin-top: 13px;
		font-size: 16px;
		line-height: 1.6;
	}
}


/*==================================================
	section02
	紛争、災害、多発する危機の中で… 
==================================================*/
.section02 {
	padding: 0 40px;
	height: 800px;
	background: #2d1917 url(../../202409/img/sec02_bg.jpg) no-repeat top center;
	background-size: auto 100%;
	position: relative;
}

.section02_txt {
	position: relative;
	top: 452px;
	left: 0;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}

.section02_txt .title {
	width: 100%;
	height: 283px;
	box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.section02_txt .title:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../../202409/img/sec02_ttlbg.png) no-repeat;
	background-size: cover;
	mix-blend-mode: multiply;
	z-index: 1;
}

.section02_txt .title img {
	width: 100%;
	max-width: 640px;
	position: relative;
	z-index: 2;
}

.section02_txt .note {
	margin-top: 21px;
	color: #fff;
	font-size: 13px;
}

@media screen and (max-width: 767.98px) {
	.section02 {
		padding: 122.968% 0 0;
		height: auto;
		background-image: url(../../202409/img/sec02_bg_sp.jpg);
	}

	.section02_txt {
		position: absolute;
		top: auto;
		bottom: 17px;
		left: 50%;
		transform: translateX(-50%);
		width: 87.031%;
	}

	.section02_txt .title {
		/* height: 308px; */
		height: 48.125vw;
	}

	.section02_txt .title:before {
		background-image: url(../../202409/img/sec02_ttlbg_sp.png);
	}

	.section02_txt .title img {
		/* max-width: 510px; */
		width: 91.561%;
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}

	.section02_txt .note {
		margin-top: 9px;
		font-size: 11px;
		line-height: 1.426;
	}
}


/*==================================================
	section03
	巡回チームの活動が命をつなぐ鍵に
==================================================*/
.section03 {
	padding: 113px 40px 92px;
	position: relative;
}

.section03 img {
	width: 100%;
}

.section03_bg {
	width: 100%;
	height: 100%;
	clip-path: inset(0 0 0 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.section03_bg:after {
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../../202409/img/sec03_bg.jpg) no-repeat bottom center;
	background-size: cover;
	inset: 0;
	transform: translate3d(0, 0, -1px);
}

.section03_inner {
	max-width: 1191px;
	margin: 0 auto;
	font-family: "Noto Serif JP", serif;
	position: relative;
}

.section03_inner .txt-yellow {
	font-weight: 700;
	color: #ffd800;
	border-bottom: 1px solid #ffd800;
}

.section03_title {
	max-width: 1080px;
	margin: 0 auto;
}

.section03_lead {
	margin-top: 73px;
	color: #fff;
	font-size: 20px;
	line-height: 2.25;
	text-align: center;
}

.section03_detail {
	margin-top: 118px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section03_detail li {
	width: 30.814%;
	/* width: 367px; */
	background: #000;
	position: relative;
}

.section03_detail li .label {
	position: absolute;
	top: -68px;
	left: -39px;
	width: 236px;
}

.section03_detail li .txt {
	color: #fff;
	font-size: 18px;
	line-height: 2;
	padding: 20px 25px 26px;
}

.section03_txt {
	margin-top: 62px;
	color: #fff;
	font-size: 20px;
	line-height: 2.25;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.section03_detail li .label {
		top: -40px;
		left: -28px;
		width: 160px;
	}

	.section03_detail li .txt {
		padding: 15px 20px 20px;
	}
}

@media screen and (max-width: 767.98px) {
	.section03 {
		padding: 40px 0;
	}

	.section03_bg:after {
		background-color: #292929;
		background-image: url(../../202409/img/sec03_bg_sp.jpg);
		background-position: top center;
		background-size: 100% auto;
	}

	.section03_title {
		width: 85.625%;
	}

	.section03_lead {
		margin-top: 25px;
		padding: 0 22px;
		box-sizing: border-box;
		font-size: 17px;
		line-height: 1.764;
		text-align: left;
	}

	.section03_detail {
		margin-top: 52px;
		display: block;
	}

	.section03_detail li {
		width: 82.031%;
		margin: 0 auto;
	}

	.section03_detail li:not(:first-child) {
		margin-top: 60px;
	}

	.section03_detail li .label {
		position: absolute;
		top: -46px;
		left: -38px;
		width: 165px;
	}

	.section03_detail li .txt {
		font-size: 17px;
		line-height: 1.764;
		padding: 13px 10px 17px;
	}

	.section03_txt {
		margin-top: 20px;
		padding: 0 18px 0 31px;
		box-sizing: border-box;
		font-size: 18px;
		line-height: 1.888;
		text-align: left;
	}
}


/*==================================================
	section04
	次々と発生する危機のなか、子どもたちを栄養不良から守る
==================================================*/
.section04 img {
	width: 100%;
}

.section04_head_title {
	background: #0096ff;
	color: #fff;
	height: 179px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: .05em;
	text-shadow: 0 3px 0 #0068c3;
	position: relative;
	z-index: 2;
}

.section04_head_title:after {
	position: absolute;
	content: "";
	bottom: -27px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 27px;
	background: url(../../202409/img/sec04_head_arrow.png) no-repeat;
	background-size: 100% auto;
}

.section04_head_contents {
	padding-top: 42.252%;
	background: url(../../202409/img/sec04_head_bg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.section04_head_contents .txt {
	position: absolute;
	top: 12.247%;
	right: 13.736%;
	width: 42.317%;
	max-width: 650px;
}

@media screen and (max-width: 1000px) {
	.section04_head_title {
		height: 150px;
		font-size: 34px;
	}
}

@media screen and (max-width: 767.98px) {
	.section04_head_title {
		height: 89px;
		font-size: 22px;
		letter-spacing: 0;
	}

	.section04_head_title:after {
		content: none;
	}

	.section04_head_contents {
		padding: 0 0 93px;
		background: url(../../202409/img/sec04_main_bg_sp.png) repeat-y;
		background-size: 100% auto;
	}

	.section04_head_contents .img img {
		width: 100%;
	}

	.section04_head_contents .txt {
		position: absolute;
		top: auto;
		bottom: 0;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 90.625%;
		max-width: 580px;
	}
}


.section04_main {
	padding: 79px 40px 80px;
	background: url(../../202409/img/sec04_main_bg.jpg) no-repeat top center;
	background-size: cover;
}

.section04_main_inner {
	max-width: 1200px;
	margin: 0 auto;
}

.section04_main_box1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.section04_main_box1 .txt-area {
	/* width: 600px; */
	width: 50%;
	font-family: "Noto Serif JP", serif;
	color: #434343;
}

.section04_main_box1 .txt-area .ttl {
	font-size: 45px;
	font-weight: 700;
	letter-spacing: .05em;
}

.section04_main_box1 .txt-area .txt {
	margin-top: 20px;
	font-size: 22px;
	line-height: 2.045;
}

.section04_main_box1 .txt-area .message {
	margin-top: 49px;
	padding: 0 20px;
	box-sizing: border-box;
	max-width: 580px;
	height: 299px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 2px 18px 0 rgba(17, 157, 255, .25);
	display: flex;
	justify-content: center;
	align-items: center;
}

.section04_main_box1 .txt-area .message img {
	max-width: 413px;
}

.section04_main_box1 .img {
	/* width: 611px; */
	width: 50.916%;
	border-radius: 20px;
	overflow: hidden;
	margin: 21px -8.166% 0 0;
}

.section04_main_box2 {
	margin-top: 45px;
}

.section04_main_box2 .example {
	width: 362px;
	height: 83px;
	margin: 0 auto;
	background: #0096ff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
	position: relative;
}

.section04_main_box2 .example:after {
	position: absolute;
	content: "";
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 21px solid transparent;
	border-right: 21px solid transparent;
	border-top: 24px solid #0096ff;
}

.section04_main_box2 .inner {
	margin-top: 50px;
	display: flex;
	align-items: flex-start;
}

.section04_main_box2 .inner>.img {
	width: 629px;
	border-radius: 20px;
	overflow: hidden;
}

.section04_main_box2 .inner .txt-area {
	width: 628px;
	margin: 137px 0 0 -60px;
	padding: 70px 0 50px;
	box-sizing: border-box;
	background: #00c4ff;
	color: #fff;
}

.section04_main_box2 .inner .txt-area .ttl {
	text-align: center;
	position: relative;
}

.section04_main_box2 .inner .txt-area .ttl:before {
	position: absolute;
	content: "";
	top: -106px;
	left: 50%;
	transform: translateX(-50%);
	width: 73px;
	height: 99px;
	background: url(../../202409/img/sec04_main_icon.png) no-repeat;
	background-size: 100% auto;
}

.section04_main_box2 .inner .txt-area .ttl .en {
	font-family: "Noto Serif JP", serif;
	font-size: 55px;
	font-weight: 700;
	line-height: 1;
}

.section04_main_box2 .inner .txt-area .ttl .jp {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 400;
}

.section04_main_box2 .inner .txt-area .sttl {
	margin: 22px 0 0 46px;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 33px;
	line-height: 1.666;
	font-weight: 700;
	letter-spacing: -.025em;
}

.section04_main_box2 .inner .txt-area .img {
	display: none;
}

.section04_main_box2 .inner .txt-area .txt {
	max-width: 532px;
	margin: 34px auto 0;
	font-size: 18px;
	line-height: 1.888;
	color: #fff;
}

.section04_main_box3 {
	max-width: 1285px;
	margin: 51px auto 0;
	padding: 68px 59px 59px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 2px 18px 0 rgba(17, 157, 255, .25);
	position: relative;
}

.section04_main_box3:before {
	position: absolute;
	content: "";
	top: -42px;
	left: 50%;
	transform: translateX(-50%);
	width: 223px;
	height: 79px;
	background: url(../../202409/img/sec04_main_arrow.png) no-repeat;
	background-size: 100% auto;
}

.section04_main_box3 .title {
	max-width: 630px;
	margin: 0 auto;
}

.section04_main_box3 .detail {
	margin-top: 68px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.section04_main_box3 .detail .list {
	margin-top: 10px;
	width: 48.586%;
	/* width: 567px; */
	border-top: 1px solid #0096ff;
}

.section04_main_box3 .detail .list li {
	border-bottom: 1px solid #0096ff;
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.section04_main_box3 .detail .list li .point {
	width: 110px;
}

.section04_main_box3 .detail .list li .txt {
	width: calc(100% - 110px);
	padding-left: 43px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.666;
	color: #434343;
}

.section04_main_box3 .detail .img {
	width: 45.501%;
	/* width: 531px; */
	border-radius: 20px;
	overflow: hidden;
}

@media screen and (max-width: 1280px) {
	.section04_main_box2 .inner {
		margin-top: 80px;
	}

	.section04_main_box2 .inner>.img {
		display: none;
	}

	.section04_main_box2 .inner .txt-area {
		width: 80%;
		margin: 0 auto;
	}

	.section04_main_box2 .inner .txt-area .sttl {
		padding-right: 40px;
	}

	.section04_main_box2 .inner .txt-area .sttl .notab {
		display: none;
	}

	.section04_main_box2 .inner .txt-area .img {
		display: block;
		max-width: 480px;
		margin: 30px auto 0;
	}

	.section04_main_box2 .inner .txt-area .txt {
		max-width: 100%;
		width: 100%;
		padding: 0 49px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1000px) {
	.section04_main_box1 {
		max-width: 580px;
		margin: 0 auto;
	}

	.section04_main_box1 .txt-area {
		width: 100%;
	}

	.section04_main_box1 .txt-area .message {
		margin-top: 20px;
		max-width: 480px;
		margin-right: auto;
		margin-left: auto;
	}

	.section04_main_box1 .img {
		width: 100%;
		margin: 48px auto 0;
	}

	.section04_main_box2 .example {
		width: 320px;
		height: 70px;
		font-size: 34px;
	}

	.section04_main_box2 .inner .txt-area {
		width: 100%;
		max-width: 580px;
	}

	.section04_main_box3 .detail .list {
		order: 2;
		margin-top: 30px;
		width: 100%;
	}

	.section04_main_box3 .detail .img {
		order: 1;
		width: 60%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767.98px) {
	.section04_main {
		padding: 27px 0 28px;
		background: url(../../202409/img/sec04_main_bg_sp.png) repeat-y;
		background-size: 100% auto;
	}

	.section04_main_box1 {
		display: block;
	}

	.section04_main_box1 .txt-area {
		/* width: 100%; */
		width: 84.375%;
		margin: 0 auto;
	}

	.section04_main_box1 .txt-area .ttl {
		font-size: 23px;
		letter-spacing: -.025em;
		/* padding-left: 7.812%; */
	}

	.section04_main_box1 .txt-area .txt {
		margin-top: 16px;
		font-size: 18px;
		line-height: 1.666;
	}

	.section04_main_box1 .txt-area .message {
		margin: 12px auto 0;
		width: 117.037%;
		max-width: 632px;
		height: auto;
		background: transparent;
		border-radius: 0;
		box-shadow: none;
		display: block;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.section04_main_box1 .txt-area .message img {
		width: 100%;
		max-width: 100%;
	}

	.section04_main_box2 {
		margin-top: 18px;
	}

	.section04_main_box2 .example {
		width: 181px;
		height: 41px;
		font-size: 18px;
	}

	.section04_main_box2 .example:after {
		bottom: -12px;
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		border-top: 12px solid #0096ff;
	}

	.section04_main_box2 .inner {
		margin-top: 40px;
		display: block;
	}

	.section04_main_box2 .inner .txt-area {
		width: 93.75%;
		margin: 0 auto;
		padding: 31px 0 36px;
	}

	.section04_main_box2 .inner .txt-area .ttl {
		text-align: center;
		position: relative;
	}

	.section04_main_box2 .inner .txt-area .ttl:before {
		top: -49px;
		width: 37px;
		height: 50px;
	}

	.section04_main_box2 .inner .txt-area .ttl .en {
		font-size: 27px;
	}

	.section04_main_box2 .inner .txt-area .ttl .jp {
		margin-top: 3px;
		font-size: 14px;
	}

	.section04_main_box2 .inner .txt-area .sttl {
		max-width: 100%;
		width: 90%;
		margin: 7px auto 0;
		padding-right: 0;
		font-size: 22px;
		line-height: 1.447;
	}

	.section04_main_box2 .inner .txt-area .img {
		width: 91%;
		margin: 22px auto 0;
	}

	.section04_main_box2 .inner .txt-area .txt {
		width: 86.666%;
		margin: 30px auto 0;
		padding: 0;
		font-family: "Noto Serif JP", serif;
		line-height: 1.555;
	}

	.section04_main_box2 .inner .txt-area .txt span {
		font-weight: 700;
		color: #fef55f;
	}

	.section04_main_box3 {
		width: 90.625%;
		margin-top: 30px;
		padding: 30px 20px 2px;
		border-radius: 10px;
	}

	.section04_main_box3:before {
		top: -25px;
		width: 111px;
		height: 40px;
	}

	.section04_main_box3 .title {
		max-width: 100%;
		width: 72.8%;
	}

	.section04_main_box3 .detail {
		margin-top: 17px;
	}

	.section04_main_box3 .detail .list {
		margin-top: 22px;
	}

	.section04_main_box3 .detail .list li {
		padding: 20px 0 16px;
	}

	.section04_main_box3 .detail .list li:last-child {
		border-bottom: none;
	}

	.section04_main_box3 .detail .list li .point {
		width: 72px;
	}

	.section04_main_box3 .detail .list li .txt {
		width: calc(100% - 72px);
		padding-left: 14px;
		font-size: 17px;
		line-height: 1.4;
	}

	.section04_main_box3 .detail .img {
		width: 84.4%;
		border-radius: 10px;
	}
}


.section04_slide .swiper-wrapper {
	transition-timing-function: linear;
}

.section04_slide .swiper-slide {
	width: 512px;
	position: relative;
}

.section04_slide .swiper-slide img {
	height: auto;
	width: 100%;
}

.section04_slide .swiper-slide .txt {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 135px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0096ff;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
}

.section04_bottom {
	padding: 95px 40px 100px;
	background: url(../../202409/img/sec04_bottom_bg.jpg) no-repeat top center;
	background-size: cover;
}

.section04_bottom_inner {
	max-width: 1536px;
	margin: 0 auto;
	position: relative;
}

.section04_bottom_inner .img1 {
	position: absolute;
	/* top: -29px;
	left: -13px;
	width: 367px; */
	top: -9.477%;
	left: -0.846%;
	width: 23.893%;
}

.section04_bottom_inner .img2 {
	position: absolute;
	/* top: 35px;
	right: 5px;
	width: 342px; */
	top: 11.437%;
	right: 0.325%;
	width: 22.265%;
}

.section04_bottom_inner .txt {
	/* width: 701px; */
	width: 45.638%;
	margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
	.section04_slide .swiper-slide {
		width: 160px;
	}

	.section04_slide .swiper-slide .txt {
		width: auto;
		padding: 0 5px;
		box-sizing: border-box;
		min-width: 66px;
		height: 18px;
		font-size: 11px;
	}

	.section04_bottom {
		padding: 0;
		background-image: url(../../202409/img/sec04_bottom_bg_sp.jpg);
	}

	.section04_bottom_inner {
		padding: 38px 0 78px;
	}

	.section04_bottom_inner .img1 {
		top: auto;
		bottom: 12px;
		left: auto;
		right: 0;
		width: 29.062%;
	}

	.section04_bottom_inner .txt {
		width: 88.437%;
	}
}


/*==================================================
	section05
	ユニセフ・マンスリーサポート・プログラム
==================================================*/
.section05 {
	margin-top: -1px;
}

.section05 img {
	width: 100%;
}

.section05_title {
	background: url(../../202409/img/sec05_ttl_bg.png) repeat-x top center;
	background-size: auto 100%;
	height: 105px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
}

.section05_title img {
	width: 100%;
	max-width: 839px;
}

.section05_inner {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 40px;
	overflow: hidden;
}

.section05_txt1 {
	margin-top: 52px;
	text-align: center;
	color: #4e4d4d;
	font-size: 20px;
	line-height: 2;
	letter-spacing: .05em;
}

.section05_txt1 strong {
	font-size: 33px;
	font-weight: 700;
	color: #0097ff;
}

.section05_txt2 {
	margin-top: 3px;
	text-align: center;
	color: #4e4d4d;
	font-size: 23px;
	line-height: 1.739;
	font-weight: 500;
	letter-spacing: .05em;
}

.section05_img {
	max-width: 1380px;
	margin: 21px auto 0;
	transform: translateX(17px);
}

.section05_txt3 {
	margin-top: 15px;
	text-align: center;
}

.section05_txt3 .txt1 {
	color: #4e4d4d;
	font-size: 18px;
	line-height: 1.944;
	letter-spacing: .05em;
}

.section05_txt3 .txt2 {
	color: #0099ff;
	font-size: 25px;
	line-height: 1.8;
	font-weight: 700;
	letter-spacing: .05em;
}

@media screen and (max-width: 767.98px) {
	.section05_title {
		/* height: 140px; */
		height: 21.875vw;
		padding: 0;
	}

	.section05_title img {
		display: block;
		width: 95%;
		max-width: 100%;
		margin: 0 auto;
	}

	.section05_inner {
		padding: 0;
	}

	.section05_txt1 {
		margin-top: 17px;
		color: #000;
		font-size: 17px;
		line-height: 1.687;
	}

	.section05_txt1 strong {
		font-size: 17px;
		font-weight: 400;
		color: #000;
	}

	.section05_img2 {
		margin-top: 18px;
	}

	.section05_txt2 {
		width: 93.75%;
		margin: -23px auto 0;
		padding: 24px 25px 22px;
		box-sizing: border-box;
		text-align: left;
		background: #fff;
		color: #0099ff;
		border-radius: 10px;
		font-size: 19px;
		line-height: 1.470;
		font-weight: 700;
		letter-spacing: 0;
		box-shadow: 1px 6px 4px 0 rgba(149, 199, 234, .98);
		position: relative;
	}

	.section05_img {
		margin-top: 27px;
		transform: translateX(0);
	}

	.section05_txt3 {
		width: 81.25%;
		margin: 30px auto 0;
		text-align: left;
		color: #434343;
		font-size: 17px;
		line-height: 1.588;
		letter-spacing: 0;
	}
}


/*==================================================
	section06
	継続的なご協力が大切な5つの理由
==================================================*/

.section06 img {
	height: auto;
	width: 100%;
}

.section06 {
	margin: 59px auto 0;
	text-align: center;
}

.section06_item em {
	color: #0099ff;
	font-weight: bold;
}

.section06_item_body {
	padding: 30px 20px 20px;
}

.section06_item:nth-of-type(5) .section06_item_body {
	letter-spacing: -.03em;
}

.section06_item {
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 5px 5px 0 #b5dcf9;
	line-height: 1.67;
}

@media screen and (min-width: 1000px) {
	.section06 .body {
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
	}

	.section06img_pc.section06img02 {
		position: absolute;
		width: 180px;
		left: -3%;
	}

	.section06img_pc.section06img03 {
		position: absolute;
		width: 180px;
		right: -5%;
	}


	.section06 h3.head {
		max-width: 657px;
		margin: 0 auto;
	}

	.section06_item:nth-of-type(1),
	.section06_item:nth-of-type(4) {
		margin-left: 0;
	}

	.section06_item:nth-of-type(4),
	.section06_item:nth-of-type(5) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 999.98px) {
	.section06img_pc {
		padding: 25px 15px 0;
	}

	.section06img_pc.section06img02 {
		position: relative;
		width: 180px;
		display: inline-block;
	}

	.section06img_pc.section06img03 {
		position: relative;
		width: 180px;
		display: inline-block;
	}


	.section06_item {
		box-sizing: border-box;
		width: 90%;
		background-color: #fff;
		box-shadow: 5px 5px 0 #b5dcf9;
		font-size: 18px;
		line-height: 1.67;
		margin: 25px auto;
	}

	.section06 h3 {
		width: 100%;
		margin: 0 auto 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #09f;
	}

	.section06 h3 img {
		width: 650px;
	}

	.section06_item_body p {
		text-align: justify;
	}
}

@media screen and (min-width: 885px) {
	.section06_items {
		display: flex;
		flex-wrap: wrap;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
		text-align: left;
		padding: 0 20px;
	}

	.section06_item {
		margin-left: 20px;
		width: 30%;
		font-size: 18px;
		line-height: 1.67;
	}

	.section06_items:after {
		content: "";
		width: 30%;
		margin-left: 20px;
	}

	.section06 {
		padding-top: 60px;
		padding-bottom: 60px;
		background: #e4f3fd url("../../202209/img/sec05_img02.png") calc(50% + 350px) calc(100% - 50px) no-repeat;
	}
}

@media screen and (max-width: 884.98px) {
	.section06_items {
		width: 95%;
		margin: 0 auto;
	}

	.section06_item {
		margin-left: 20px;
		width: 90%;
		margin: 20px auto;
		font-size: 18px;
		line-height: 1.67;
	}

	.section06 {
		padding-top: 40px;
		padding-bottom: 60px;
		background: #e4f3fd;
	}
}

@media screen and (min-width: 768px) {
	.section06_text01 {
		color: #4e4d4d;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.8;
		padding: 0 25px;
	}

	.section06_text01 em {
		color: #0099ff;
		font-size: 33px;
	}

	h3.head img {
		max-width: 800px;
		margin: 25px auto 0;
	}

	.section06_img01_sp {
		display: none;
	}

	.section06img04 {
		display: none;
	}
}

@media screen and (max-width: 767.98px) {
	.section06_text01 {
		color: #4e4d4d;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.8;
		padding: 20px 0 0;
	}

	.section06_text01 em {
		color: #0099ff;
		font-size: 26px;
		line-height: 1.5;
	}

	h3.head img {
		max-width: 60%;
		margin: 0 auto 0;
		padding-top: 3%;
	}

	.section06_icon {
		display: none;
	}

	.section06_img01_sp {
		display: block;
		margin: -20px;
		position: relative;
		z-index: -10;
	}

	.section06img_pc {
		display: none;
	}

	.section06img04 {
		display: block;
		max-width: 240px;
		margin: 10px auto;
	}

	.section06 h3.head img {
		/* width: 176px; */
		width: 100%;
		max-width: 210px;
	}
}

@media screen and (max-width: 650px) {
	h3.head img {
		max-width: 80%;
		margin: 0 auto 0;
		padding-top: 3.5%;
	}
}

@media screen and (max-width: 500px) {
	h3.head img {
		max-width: 73%;
		margin: 0 auto 0;
		padding-top: 3%;
	}

	.section06_text01 {
		text-align: left;
		padding: 20px;
	}

	.section06_text01 em {
		line-height: 1.3;
		padding: 10px 0 0;
		font-size: 22px;
	}

	/* h3.head{
		background-image: url("../../202309/img/sec05_arrow.png"), url("../../202309/img/sec05_items_title_back.png");
		background-repeat:  no-repeat,repeat-x;
		background-position: center 72px, center top;
		position: relative;
		min-height: 100px;
		background-size: 8%, 100% 85%;
	} */
	.section06_img01_sp {
		margin: -30px;
	}
}

@media screen and (max-width: 400px) {
	h3.head img {
		padding-top: 4%;
	}
}


/*==================================================
	section07
	すべての子どものために スライド
==================================================*/
.section07 .section07_slide {
	height: 460px;
	text-align: center;
}

.section07 .section07_slide .section07_item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 1490px) {
	.section07 .section07_slide .section07_item img {
		object-fit: fill;
		width: auto;
		height: auto;
	}
}

@media screen and (max-width: 1120px) {
	.section07 .section07_slide {
		height: auto;
	}

	.section07 .section07_slide .section07_item img {
		object-fit: fill;
	}
}


/*==================================================
	section08
	すべての子どもが、たくさんの希望を持てるように
==================================================*/
.section08 {
	padding: 0 40px;
	background: #eceff4 url(../../202409/img/sec08_bg.png) no-repeat top right;
}

.section08 img {
	width: 100%;
}

.section08_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 85px 0 70px;
}

.section08_main_head .title {
	width: 62%;
	max-width: 620px;
}

.section08_main_head .lead {
	margin-top: 39px;
}

.section08_main_head .lead p {
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: .025em;
	color: #000;
}

.section08_main_head .lead p:last-child {
	margin-top: 7px;
	color: #456cac;
	font-weight: 700;
}

@media screen and (max-width: 1080px) {
	.section08 {
		background-position: top right -140px;
		background-size: 70%;
	}

	.section08_inner {
		padding-top: 65px;
	}
}

@media screen and (max-width: 767.98px) {
	.section08 {
		padding: 0;
		background-image: url(../../202409/img/sec08_bg_sp.png);
		background-position: top right;
		background-size: 68.75% auto;
	}

	.section08_inner {
		width: 90.625%;
		padding: 35px 0 50px;
	}

	.section08_main_head .title {
		width: 80%;
	}

	.section08_main_head .lead {
		margin-top: 22px;
	}

	.section08_main_head .lead p {
		font-size: 17px;
		line-height: 1.692;
		color: #000;
		text-align: left;
	}

	.section08_main_head .lead p:last-child {
		margin-top: 5px;
		color: #456cac;
		font-weight: 700;
	}
}


.section08_main_detail {
	margin-top: 143px;
	padding: 35px 43px 37px;
	background: #fff;
	border-radius: 40px;
	box-shadow: 0 0 10px 0 rgba(122, 128, 137, .15);
}

.section08_main_detail .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}

.section08_main_detail .detail .img {
	position: absolute;
	top: -113px;
	left: -66px;
	width: 501px;
}

.section08_main_detail .detail .text {
	font-size: 12px;
	line-height: 1.416;
	padding-bottom: 6px;
}

.section08_main_detail .point-area {
	width: 465px;
}

.section08_main_detail .point-area .point-area_item {
	background: #eceff4;
	border-radius: 10px;
	padding: 15px 30px 15px 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.section08_main_detail .point-area .point-area_item:last-child {
	margin-top: 35px;
}

.section08_main_detail .point-area .point-area_item .img {
	width: 190px;
	border-radius: 5px;
	overflow: hidden;
}

.section08_main_detail .point-area .point-area_item .txt-area {
	width: calc(100% - 190px);
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
}

.section08_main_detail .point-area .point-area_item .txt-area .point {
	position: absolute;
	top: -53px;
	left: 15px;
	width: 130px;
}

.section08_main_detail .point-area .point-area_item .txt-area .title {
	font-size: 16px;
	font-weight: 700;
}

.section08_main_detail .point-area .point-area_item .txt-area .text {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.714;
}

.section08_main_detail .photo {
	margin-top: 31px;
	display: flex;
	justify-content: space-between;
}

.section08_main_detail .photo.nopc {
	display: none !important;
}

.section08_main_detail .photo img {
	width: 31.619%;
	border-radius: 5px;
}

.section08_main_detail .note {
	margin-top: 28px;
}

.section08_main_detail .note li {
	font-size: 13px;
	line-height: 1.769;
	color: #000;
}

.section08_main_detail .note li a {
	color: #0099ff;
}

@media screen and (max-width: 1080px) {
	.section08_main_detail {
		margin-top: 70px;
	}

	.section08_main_detail .inner {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}

	.section08_main_detail .detail .img {
		position: static;
	}

	.section08_main_detail .detail .text {
		margin: 20px 0;
		padding-bottom: 0;
	}

	.section08_main_detail .point-area {
		width: 500px;
	}

	.section08_main_detail .point-area .point-area_item:last-child {
		margin-top: 25px;
	}
}

@media screen and (max-width: 767.98px) {
	.section08_main_detail {
		margin-top: 50px;
		padding: 0 10px 23px;
		border-radius: 20px;
	}

	.section08_main_detail .inner {
		display: block;
	}

	.section08_main_detail .detail {
		padding-top: 60%;
		position: relative;
	}

	.section08_main_detail .detail .img {
		position: absolute;
		top: -37px;
		left: -20px;
		width: 107.777%;
		max-width: 582px;
	}

	.section08_main_detail .detail .text {
		margin: -1px 0 0;
		padding-bottom: 0;
		font-size: 15px;
		line-height: 1.416;
	}

	.section08_main_detail .point-area {
		width: 100%;
		margin-top: 28px;
	}

	.section08_main_detail .point-area .point-area_item {
		border-radius: 5px;
		padding: 11px 10px 11px;
		align-items: flex-start;
	}

	.section08_main_detail .point-area .point-area_item:last-child {
		margin-top: 15px;
	}

	.section08_main_detail .point-area .point-area_item .img {
		width: 95px;
		border-radius: 2px;
	}

	.section08_main_detail .point-area .point-area_item .txt-area {
		width: calc(100% - 95px);
		padding: 9px 0 0 10px;
	}

	.section08_main_detail .point-area .point-area_item .txt-area .point {
		top: -23px;
		left: 11px;
		width: 86px;
	}

	.section08_main_detail .point-area .point-area_item .txt-area .title {
		font-size: 16px;
		line-height: 1.384;
	}

	.section08_main_detail .point-area .point-area_item .txt-area .text {
		margin-top: 5px;
		font-size: 15px;
		line-height: 1.666;
	}

	.section08_main_detail .photo.nosp {
		display: none;
	}

	.section08_main_detail .photo.nopc {
		display: block !important;
	}

	.section08_main_detail .photo {
		width: 92.592%;
		margin: 30px auto 0;
		display: block;
	}

	.section08_main_detail .photo .swiper-slide img {
		width: 100%;
		border-radius: 2px;
		overflow: hidden;
	}

	.section08_main_detail .photo .swiper-pagination {
		margin-top: 7px;
		position: static;
	}

	.section08_main_detail .photo .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		opacity: 1;
		background: #eceff4;
	}

	.section08_main_detail .photo .swiper-pagination-bullet-active {
		background: #00a7fd;
	}

	.section08_main_detail .photo .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 3px;
	}

	.section08_main_detail .note {
		margin-top: 8px;
	}

	.section08_main_detail .note li {
		font-size: 14px;
		line-height: 1.782;
	}
}


.section08_faq {
	margin-top: 90px;
}

.section08_faq_lead {
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
}

.section08_faq_lead .color-blue {
	color: #0099ff;
	font-weight: 700;
}

.section08_faq_detail {
	margin-top: 36px;
}

.section08_faq_detail_acc {
	background: #606670;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: .08em;
	text-align: center;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.section08_faq_detail_acc:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	background: url(../../202409/img/icon_accordion_open.svg) no-repeat;
	background-size: 100% auto;
}

.section08_faq_detail_acc.is-open:after {
	background-image: url(../../202409/img/icon_accordion_close.svg);
}

.section08_faq_detail_contents {
	display: none;
	width: 91.5%;
	margin: 41px auto 0;
}

.section08_faq_detail_contents .tab-area {
	display: flex;
	justify-content: space-between;
}

.section08_faq_detail_contents .tab-area li {
	width: 19.125%;
	height: 70px;
	border-radius: 10px 10px 0 0;
	background: #fff;
	color: #00a7fd;
	font-size: 18px;
	line-height: 1.333;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
}

.section08_faq_detail_contents .tab-area li.active {
	background: #00a7fd;
	color: #fff;
}

.section08_faq_detail_contents .panel-area {
	display: none;
	margin-top: 33px;
}

.section08_faq_detail_contents .panel-area.active {
	display: block;
}

.section08_faq_detail_contents .panel-area .panel-area_list_item {
	background: #fff;
}

.section08_faq_detail_contents .panel-area .panel-area_list_item:not(:first-child) {
	margin-top: 20px;
}

.section08_faq_detail_contents .panel-area .panel-area_list_item dt {
	color: #00a7fd;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .05em;
	padding: 20px 48px 15px 54px;
	box-sizing: border-box;
	background: url(../../202409/img/icon_faq_q.svg) no-repeat top 19px left 20px;
	background-size: 21px auto;
	cursor: pointer;
	position: relative;
}

.section08_faq_detail_contents .panel-area .panel-area_list_item dt.is-open:before {
	content: none;
}

.section08_faq_detail_contents .panel-area .panel-area_list_item dt:before {
	position: absolute;
	content: "";
	top: 23px;
	right: 28px;
	width: 2px;
	height: 19px;
	background: #00a7fd;
}

.section08_faq_detail_contents .panel-area .panel-area_list_item dt:after {
	position: absolute;
	content: "";
	top: 31px;
	right: 19px;
	width: 19px;
	height: 2px;
	background: #00a7fd;
}

.section08_faq_detail_contents .panel-area .panel-area_list_item dd {
	display: none;
	font-size: 16px;
	line-height: 2;
	letter-spacing: .05em;
	color: #000;
	background: url(../../202409/img/icon_faq_a.svg) no-repeat top 4px left 20px;
	background-size: 21px auto;
	padding: 0 50px 19px 56px;
}

.section08_faq_detail_contents .panel-area .panel-area_list_item dd a {
	color: #00a7fd;
	text-decoration: underline;
}

.section08_faq_detail_contents .panel-area .panel-area_list_item dd strong {
	color: #00a7fd;
}

/* ボディバッグ */
.section08_faq_detail_contents .panel-area .panel-area_bodybag {
	background: #fff;
	margin-bottom: 20px;
	padding: 30px 37px 35px;
	display: flex;
}

.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide {
	width: 380px;
}

.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .swiper-pagination {
	position: static;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .05em;
	color: #ccc;
}

.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .swiper-pagination .swiper-pagination-current {
	color: #606670;
}

.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .swiper-button-prev,
.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .swiper-button-next {
	width: 9px;
	height: 16px;
	margin-top: 0;
	background: url(../../202409/img/sec08_faq_arrow.png) no-repeat;
	background-size: 100% auto;
}

.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .swiper-button-prev.swiper-button-disabled,
.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .swiper-button-next.swiper-button-disabled {
	background-image: url(../../202409/img/sec08_faq_arrow_gray.png);
	opacity: 1;
}

.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .swiper-button-prev {
	transform: translateY(-50%) scale(-1, 1);
	left: 116px;
}

.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .swiper-button-next {
	transform: translateY(-50%);
	right: 116px;
}

.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .swiper-button-prev:after,
.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .swiper-button-next:after {
	content: none;
}

.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .slide-bottom {
	margin-top: 10px;
	position: relative;
}

.section08_faq_detail_contents .panel-area .panel-area_bodybag .txt-area {
	width: calc(100% - 380px);
	padding: 4px 0 0 41px;
}

.section08_faq_detail_contents .panel-area .panel-area_bodybag .txt-area .title,
.section08_faq_detail_contents .panel-area .panel-area_bodybag .txt-area .text {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: .05em;
	color: #000;
}

/* ステーショナリーセット */
.section08_faq_detail_contents .panel-area .panel-area_stationery {
	background: #fff;
	margin-bottom: 20px;
	padding: 10px 37px 39px;
}

.section08_faq_detail_contents .panel-area .panel-area_stationery .text {
	margin-top: 14px;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: .05em;
	color: #000;
}

@media screen and (max-width: 1080px) {
	.section08_faq_detail_contents .tab-area li {
		font-size: 16px;
	}
}

@media screen and (max-width: 849.98px) {
	.section08_faq_detail_contents .tab-area {
		flex-wrap: wrap;
		justify-content: center;
	}

	.section08_faq_detail_contents .tab-area li {
		width: 30%;
	}

	.section08_faq_detail_contents .tab-area li:not(:nth-child(3n-2)) {
		margin-left: 3%;
	}

	.section08_faq_detail_contents .tab-area li:not(:nth-child(-n+3)) {
		margin-top: 15px;
	}
}

@media screen and (max-width: 767.98px) {
	.section08_faq {
		margin-top: 57px;
	}

	.section08_faq_lead {
		font-size: 17px;
		line-height: 1.8;
		text-align: left;
	}

	.section08_faq_detail {
		margin-top: 28px;
	}

	.section08_faq_detail_acc {
		font-size: 18px;
		line-height: 1.312;
		height: 66px;
		padding-left: 14px;
		text-align: left;
		justify-content: flex-start;
	}

	.section08_faq_detail_acc:after {
		right: 8px;
		width: 34px;
		height: 34px;
	}

	.section08_faq_detail_contents {
		max-width: 100%;
		width: 93.103%;
		margin: 20px auto 0;
	}

	.section08_faq_detail_contents .tab-area {
		justify-content: space-between;
	}

	.section08_faq_detail_contents .tab-area li {
		width: 49%;
		height: 48px;
		font-size: 14px;
		line-height: 1.25;
	}

	.section08_faq_detail_contents .tab-area li:not(:nth-child(3n-2)) {
		margin-left: 0;
	}

	.section08_faq_detail_contents .tab-area li:not(:nth-child(-n+2)) {
		margin-top: 7px;
	}

	.section08_faq_detail_contents .panel-area {
		display: none;
		margin-top: 20px;
	}

	.section08_faq_detail_contents .panel-area .panel-area_list_item:not(:first-child) {
		margin-top: 20px;
	}

	.section08_faq_detail_contents .panel-area .panel-area_list_item dt {
		font-size: 15px;
		line-height: 1.384;
		padding: 12px 28px 14px 28px;
		background-position: top 12px left 9px;
		background-size: 15px auto;
	}

	.section08_faq_detail_contents .panel-area .panel-area_list_item dt:before {
		top: 27px;
		right: 15px;
		width: 2px;
		height: 13px;
	}

	.section08_faq_detail_contents .panel-area .panel-area_list_item dt:after {
		top: 32px;
		right: 10px;
		width: 13px;
		height: 2px;
	}

	.section08_faq_detail_contents .panel-area .panel-area_list_item dd {
		font-size: 15px;
		line-height: 1.36;
		background-position: top 8px left 9px;
		background-size: 15px auto;
		padding: 7px 24px 20px 28px;
	}

	/* ボディバッグ */
	.section08_faq_detail_contents .panel-area .panel-area_bodybag {
		margin-bottom: 20px;
		padding: 15px 11px 20px;
		display: block;
	}

	.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide {
		width: 100%;
	}

	.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .swiper-pagination {
		font-size: 13px;
	}

	.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .swiper-button-prev,
	.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .swiper-button-next {
		width: 7px;
		height: 11px;
	}

	.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .swiper-button-prev {
		left: 79px;
	}

	.section08_faq_detail_contents .panel-area .panel-area_bodybag .slide .swiper-button-next {
		right: 79px;
	}

	.section08_faq_detail_contents .panel-area .panel-area_bodybag .txt-area {
		width: 100%;
		margin-top: 13px;
		padding: 0;
	}

	.section08_faq_detail_contents .panel-area .panel-area_bodybag .txt-area .title,
	.section08_faq_detail_contents .panel-area .panel-area_bodybag .txt-area .text {
		font-size: 15px;
		line-height: 1.36;
	}

	/* ステーショナリーセット */
	.section08_faq_detail_contents .panel-area .panel-area_stationery {
		margin-bottom: 20px;
		padding: 0 15px 20px;
	}

	.section08_faq_detail_contents .panel-area .panel-area_stationery .text {
		margin-top: 18px;
		font-size: 15px;
		line-height: 1.36;
	}
}



/*---------------------------------
 * Q&A
---------------------------------/*

/*コンテンツ*/
.cont_box_inr,
.cont_box_inr_2 {
	position: relative;
	margin: 0 auto;
}

h2 .cont_box_hdr_ttl_underline {
	display: inline-block;
	padding-bottom: 0.25em;
	border-bottom: 2px solid #0096ff;
	margin-bottom: 0.5em;
}

h2 .cont_box_hdr_ttl_underline:nth-last-of-type(1) {
	margin-bottom: 0em;
}

.cont_box_col_pd {}

.cont_box_col_pd_hdr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #0096ff;
	cursor: pointer;
	padding: 0.1923em;
}

.cont_box_col_pd_hdr_ttl {
	padding: 0.3em 0;
	width: 100%;
	font-weight: bold;
	color: #fff;
}

.cont_box_col_pd_hdr .cont_box_col_pd_hdr_btn_cls {
	display: none;
}

.cont_box_col_pd_hdr.open .cont_box_col_pd_hdr_btn_cls {
	display: block;
}

.cont_box_col_pd_hdr.open .cont_box_col_pd_hdr_btn_opn {
	display: none;
}

.cont_box_col_pd_body {
	display: none;
}

.cont_box_col_inr_pd {
	background-color: #fff;
	text-align: left;
}

.cont_box_col_inr_pd_hdr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.cont_box_col_inr_pd_hdr_ttl {
	width: 100%;
	font-weight: 700;
	color: #00a7fd;
}

.cont_box_col_inr_pd_hdr_btn {
	line-height: 0;
}

.cont_box_col_inr_pd_hdr .cont_box_col_inr_pd_hdr_btn_cls {
	display: none;
}

.cont_box_col_inr_pd_hdr.open .cont_box_col_inr_pd_hdr_btn_cls {
	display: block;
}

.cont_box_col_inr_pd_hdr.open .cont_box_col_inr_pd_hdr_btn_opn {
	display: none;
}

.cont_box_col_inr_pd_body {
	display: none;
}

.cont_box_col_inr_pd {
	background-color: #fff;
}

/*コンテンツ7　FAQ*/
.Flex {
	display: flex;
}

.FlCenter {
	/* 上下中央 */
	align-items: center;
}

.FlWrap {
	/* 折り返し */
	flex-wrap: wrap;
}

.FlJustify {
	/* 均等配置 */
	justify-content: space-between;
}

#cont_7_qa {
	margin-top: 3em;
	width: 89.6%;
}

#cont_7_qa img {
	width: 100%;
	height: auto;
}

#cont_7_qa .cont_box_col_pd_body {
	padding-left: 5.357%;
	padding-right: 5.357%;
}

.cont_7_qa_box {
	margin-top: 2.5rem;
}

#cont_7_qa_tab {
	display: flex;
	justify-content: space-between;
}

#cont_7_qa_tab li {
	width: 32.5%;
	cursor: pointer;
	font-size: 17px;
}


#cont_7_qa_tab li:not(.act) .pc_act {
	display: none;
}

#cont_7_qa_tab li.act .pc_inact {
	display: none;
}

#cont_7_qa_tab li .qa_tab_header {
	background-color: #fff;
	text-align: center;
	color: #00a7fd;
	padding: 1em 0.1em 0.8em;
	border-radius: 10px 10px 0 0;
	letter-spacing: 0.02em;

}

#cont_7_qa_tab li .qa_tab_header h3 {
	font-size: 17px;
}

#cont_7_qa_tab li.act .qa_tab_header {
	background-color: #0096ff;
	color: #fff;
}

#cont_7_qa_tab li .qa_tab_header {}

#cont_7_qa_2_4_btm {
	padding-left: 3.4rem;
}

.cont_7_qa_2_4_btm_box {
	width: 44%;
}

.cont_7_qa_2_4_btm_box_chart {
	margin-top: 0.4em;
	max-width: 220px;
}

/*コンテンツ7*/
#cont_7_qa_body {}

.cont_7_qa_box:not(.act) {
	display: none;
}

.sp_only {
	display: none !important;
}

@media screen and (min-width: 1101px) {
	.qa_tab_header br.tab {
		display: none;
	}
}

@media screen and (max-width: 1100px) {

	#cont_7_qa {
		margin-top: 30px;
	}

	.sp_only {
		display: inline !important;
	}

	#cont_7_qa_tab li .qa_tab_header {
		padding: 0.5em 0.1em;
		letter-spacing: 0.02em;
	}

	#cont_7_qa_tab li .qa_tab_header h3 {
		font-size: 18px;
		line-height: 1.4;
	}

	#cont_7_qa_tab li .qa_tab_header h3 br.nopc {
		display: block;
	}
}

.cont_box_col_inr_pd_body p a {
	color: #00a0e9;
	text-decoration: underline;
}

.cont_box_col_inr_pd_body p .tc_blue {
	color: #00a0e9;
	padding-top: 0px;
}

@media screen and (max-width: 768px) {

	/*コンテンツ*/


	.cont_box_inr {
		width: 100%;
		padding: 0 5.333%;
		/*内側670px*/
	}

	h2 .cont_box_hdr_ttl_underline {
		border-bottom: 1px solid #00a0e9;
	}

	.cont_box_col_pd_hdr {
		padding: 1.3% 2.5%;
	}

	.cont_box_col_pd_hdr_ttl {
		padding: 0 2%;
		font-size: 24px;
		line-height: 1.235em;
	}

	.cont_box_col_pd {
		text-align: left;
		padding: 0 10px;
	}

	.cont_box_col_pd_hdr_btn {
		width: 14%;
	}

	.cont_box_col_pd_body {
		font-size: 18px;
		line-height: 1.384em;
		padding: 4.5% 3.134% 8.529%;
	}

	.cont_box_col_inr_pd:nth-of-type(n+2) {
		margin-top: 20px;
	}

	.cont_box_col_inr_pd_hdr {
		padding: 12px 10px;
	}

	.cont_box_col_inr_pd_hdr_ttl {
		font-size: 20px;
		line-height: 1.357em;
		background: url("../../202309/img/cont_box_col_inr_pd_hdr_ttl_icon.svg") no-repeat left top;
		background-size: 21px auto;
		padding: 0 1em 0 3.4rem;
	}

	.cont_box_col_inr_pd_hdr_btn {
		width: 20px;
	}

	.cont_box_col_inr_pd_body {
		padding: 3% 10% 10% 4.5%;
	}

	.cont_box_col_inr_pd_body p {
		font-size: 18px;
		line-height: 1.384em;
		background: url("../../202309/img/cont_box_col_inr_pd_body_icon.svg") no-repeat left top;
		background-size: 21px auto;
		padding-left: 3.4rem;
	}

	/*コンテンツ7　FAQ*/
	#cont_7_qa {
		margin-top: 7.666%;
		padding: 0 0 11.666%;
		width: 100%;
	}

	#cont_7_qa_body.cont_box_col_pd_body {
		padding: 4% 3.088% 8%;
	}

	.cont_7_qa_box {
		margin-top: 20px;
	}

	#cont_7_qa_tab li {
		width: 32.5%;
		cursor: pointer;
	}

	#cont_7_qa_tab li:not(.act) .sp_act {
		display: none;
	}

	#cont_7_qa_tab li.act .sp_inact {
		display: none;
	}

	.cont_7_qa_2_4_btm_box {
		padding-left: 11.5%;
		width: 100%;
	}

	#cont_7_qa_2_4_btm_2 {
		margin-top: 15%;
	}

	.cont_7_qa_2_4_btm_box_chart {
		width: 80%;
		margin: 5% auto;
	}

	#cont_7_qa_tab li .qa_tab_header h3 {
		font-size: 17px;
		line-height: 1.4;
	}

}

@media screen and (min-width: 769px) {

	.cont_box_col_pd_hdr_btn {
		width: 55px;
	}

	/*コンテンツ*/
	.cont_box_inr {
		width: 100%;
		max-width: 1300px;
		padding: 0 3.84615%;
		/*内側1200*/
	}

	.cont_box_inr_2 {
		width: 83.33333%;
		/*1200px比*/
		max-width: 1000px;
	}

	.cont_box_col_pd_hdr_ttl {
		padding-left: 55px;
		text-align: center;
		font-size: 26px;
	}

	.cont_box_col_pd_hdr_btn {
		width: 55px;
	}

	.cont_box_col_pd_body {
		font-size: 1rem;
		line-height: 1.6875em;
		padding: 4.9% 10% 6.8%;
		/*枠内800px*/
	}

	.cont_box_col_inr_pd:nth-of-type(n+2) {
		margin-top: 20px;
	}

	.cont_box_col_inr_pd_hdr {
		padding: 20px 20px 15px;
	}

	.cont_box_col_inr_pd_hdr_ttl {
		font-size: 18px;
		line-height: 1.357em;
		background: url("../../202309/img/cont_box_col_inr_pd_hdr_ttl_icon.svg") no-repeat left top;
		background-size: 21px auto;
		padding: 0 1em 0 34px;
	}

	.cont_box_col_inr_pd_hdr_btn {
		width: 20px;
	}

	.cont_box_col_inr_pd_body {
		padding: 0 33px 20px 20px;
	}

	.cont_box_col_inr_pd_body p {
		font-size: 16px;
		line-height: 2;
		background: url("../../202309/img/cont_box_col_inr_pd_body_icon.svg") no-repeat left 5px;
		background-size: 21px auto;
		padding-left: 2.3em;
	}


	/*コンテンツ7　FAQ*/

	#cont_7_qa .cont_box_col_pd_body {
		padding-left: 5.357%;
		padding-right: 5.357%;
	}

	.cont_7_qa_box {
		margin-top: 25px;
	}

	#cont_7_qa_tab li {
		width: 32.5%;
		cursor: pointer;
	}

	#cont_7_qa_tab li:not(.act) .pc_act {
		display: none;
	}

	#cont_7_qa_tab li.act .pc_inact {
		display: none;
	}

	#cont_7_qa_2_4_btm {
		padding-left: 2.4rem;
	}

	.cont_7_qa_2_4_btm_box {
		width: 44%;
	}

	.cont_7_qa_2_4_btm_box_chart {
		margin-top: 0.4em;
		max-width: 220px;
	}

}

@media screen and (max-width: 480px) {
	#cont_7_qa_tab li .qa_tab_header h3 {
		font-size: 12px;
		line-height: 1.4;
		letter-spacing: 0;
	}

	.cont_box_col_pd_hdr_ttl {
		padding: 2%;
		font-size: 16px;
		line-height: 1.235em;
	}

	.cont_box_col_inr_pd_hdr_ttl {
		font-size: 13.5px;
		background-size: 10.5px auto;
		padding: 0 1em 0 15px;
	}

	.cont_box_col_inr_pd_body p {
		font-size: 12.6px;
		background-size: 10.5px auto;
		padding-left: 15px;
	}

	.cont_box_col_inr_pd_hdr_btn {
		width: 11px;
	}
}

@media screen and (max-width: 340px) {
	#cont_7_qa_tab li .qa_tab_header h3 {
		font-size: 11px;
		line-height: 1.4;
		letter-spacing: 0;
	}
}

/*==================================================
  donation
  ドネーションサンプル
==================================================*/

.donation {
	margin: 0 0 50px;
}

.donation_item>.body {
	margin-top: 10px;
}

.donation_item em {
	color: #0096ff;
	font-weight: bold;
}

.donation_annotation {
	margin-top: 50px;
	text-align: right;
}

.donation img {
	width: 100%;
	height: auto;
}



@media screen and (min-width: 850px) {
	.donation>.head {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 76px;
		background-color: #acc911;
		color: #fff;
		font-weight: bold;
	}

	.donation_text01 {
		color: #acc911;
		font-size: 26px;
		font-weight: bold;
		text-align: center;
	}

	.donation>.body {
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
	}

	.donation_items {
		display: flex;
		justify-content: space-between;
		margin-top: 35px;
		flex-wrap: wrap;
		padding: 0 20px;
	}

	.donation_item {
		width: 23.5%;
		font-size: 15px;
		line-height: 1.67;
	}

	.donation_item_spimg {
		display: none;
	}
}

@media screen and (max-width: 849.98px) {
	.donation {
		margin-bottom: 25px;
	}

	.donation>.head {
		margin-top: 40px;
		padding-bottom: 12px;
		background: url("../../202309/img/donation_title_bg_sp.gif") 0 bottom/auto 3px repeat-x;
		text-align: center;
	}

	.donation>.head img {
		max-width: 310px;
		margin: 0 auto;
	}

	.donation_text01 {
		color: #797979;
		font-size: 20px;
		line-height: 1.184;
		font-weight: bold;
		text-align: center;
		padding: 24px 0 0;
	}

	.donation_items {
		display: block;
		width: 90%;
		margin: 24px auto;
	}

	.donation_item {
		width: 100%;
		font-size: 15px;
		line-height: 1.67;
		margin: 0 0 25px;
	}


	.donation dd.body {
		display: flex;
	}

	.donation_item_spimg {
		display: block;
		width: 42.5%;
	}

	.donation_item_text {
		margin-left: 3%;
		width: 52.7%;
		line-height: 1.411;
		font-size: 17px;

	}

	.donation_text01 br {
		display: block;
	}

	.donation_annotation {
		margin-top: 7px;
		padding: 0 12px;
		text-align: left;
		font-size: 12px;
		line-height: 1.25;
	}
}






/*==================================================
  共通要素
==================================================*/

.sectionFlow,
.sectionJoin,
.sectionQA,

.sectionAbout {
	margin-left: auto;
	margin-right: auto;

}

.sectionFlow>.body,
.sectionJoin>.body,
.sectionQA>.body,
.sectionVoice>.body {
	margin-left: 11px;
	max-width: 975px;
	margin: 0 auto;

}

/*==================================================
  sectionFlow
  ユニセフ・マンスリーサポート・プログラムによる募金の流れ
==================================================*/

@media screen and (min-width: 768px) {
	.changeWrap {
		display: flex;
		flex-direction: column;
	}

	.sectionFlow {
		order: 1;
	}

	.sectionJoin {
		order: 2;
	}
}

@media screen and (max-width: 767.98px) {}


.sectionFlow>.head {
	text-align: center;
}

.sectionFlow>.body {
	box-sizing: border-box;
	padding: 38px 0 30px;
	background-color: #f4f4f4;
	color: #4b4847;
	font-size: 16px;
	line-height: 25.6px;
	width: 97.5%;
}

.sectionFlow_top,
.sectionFlow_bottom {
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
}

.sectionFlow_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.sectionFlow_top_text {
	width: 45%;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.sectionFlow_top_text p:not(:nth-of-type(1)) {
	margin-top: 30px;
}

.sectionFlow_top_video {
	margin-left: 30px;
}

.sectionFlow_graph {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}

.sectionFlow_graph_item:nth-of-type(even) {
	margin-left: 10px;
}

.sectionFlow_graph_item .caption {
	padding-bottom: 18px;
	font-size: 16px;
	color: #1a9bfc;
	font-weight: bold;
}




@media screen and (min-width: 768px) {
	.sectionFlow {
		margin-top: 0;
		padding-bottom: 50px;
		width: 97.5%;
		max-width: 1000px;
	}

	.sectionFlow>.head img {
		position: relative;
		left: -1px;
		width: 100%;
		height: auto;
	}

	.sectionFlow_bottom {
		margin-top: 40px;
		text-align: center;
	}

	.sectionQA {
		max-width: 1000px;
	}

	.sectionFlow .toggle_ttl,
	.sectionQA .toggle_ttl,
	.sectionVoice .toggle_ttl {
		display: none;
	}

	.head_pc {
		width: 100%;
	}

	.head_pc img {
		width: 100%;
		height: auto;
	}

	.sectionFlow_bottom img {
		width: 98%;
	}
}

@media screen and (max-width: 767.98px) {

	.sectionFlow .head_pc,
	.sectionQA .head_pc,
	.sectionVoice .head_pc {
		display: none;
	}

	.sectionFlow .toggle_ttl,
	.sectionQA .toggle_ttl,
	.sectionVoice .toggle_ttl {
		display: block;
	}

	.sectionFlow .toggle_ttl,
	.sectionQA .toggle_ttl,
	.sectionVoice .toggle_ttl img {
		width: 100%;
	}

	.sectionFlow>.head img {
		position: relative;
		width: 100%;
		height: auto;
	}

	.sectionFlow {
		margin-top: 0;
		padding-bottom: 20px;
	}

	.sectionFlow_top {
		display: block;
	}

	.sectionFlow>.body {
		background: #fff;
	}

	.sectionFlow_top_text {
		width: 100%;
	}

	.youtube-area {
		width: 100%;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	.sectionFlow_top_video {
		margin: 20px 0 0;
		;
	}

	.youtube-area iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.toggle_content {
		overflow: hidden;
		display: none;
	}

	.sectionFlow_bottom {
		margin-top: 20px;
		text-align: center;
	}

	.sectionFlow_bottom img {
		width: 98%;
	}

}

@media screen and (max-width: 479.98px) {
	.sectionFlow {
		padding-bottom: 0;
	}

	.sectionFlow_top_text {
		padding: 0 20px 0 20px;
		font-size: 15px;
	}

	.sectionFlow>.body {
		padding: 25px 0 30px;
	}

	.sectionFlow_top_text p:not(:nth-of-type(1)) {
		margin-top: 25px;
	}

}

/*==================================================
  sectionJoin
  ユニセフ・マンスリーサポート・プログラムにご参加いただくと
==================================================*/


.sectionJoin_item>.head {
	padding-top: 4px;
	padding-left: 50px;
	min-height: 34px;
	font-size: 18px;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #0099ff;
	font-weight: bold;
	line-height: 1.611;
}

.sectionJoin_items>li:nth-of-type(1) .head {
	background-image: url("../../202309/img/join_num1.png");
}

.sectionJoin_items>li:nth-of-type(2) .head {
	background-image: url("../../202309/img/join_num2.png");
}

.sectionJoin_items>li:nth-of-type(3) .head {
	background-image: url("../../202309/img/join_num3.png");
}


.sectionJoin_item>.body,
.sectionJoin_sub {
	margin-top: 5px;
	font-size: 16px;
	color: #4d4d4d;
	line-height: 1.688;
	text-align: justify;
}

.sectionJoin_items>li:nth-of-type(1) .body {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.53;
}

.sectionJoin_items>li:nth-of-type(1) .body .note li {
	padding-left: 1em;
	text-indent: -1em;
}

.sectionJoin_items>li:nth-of-type(2) .body {
	margin-left: 50px;
}

@media screen and (max-width: 1000px) {
	.sectionJoin_items>li:nth-of-type(2) .body .nosp {
		display: none;
	}

	.sectionJoin_items>li:nth-of-type(2) .sectionJoin_img {
		width: 100%;
		padding-left: 20px;
	}
}

.sectionJoin_items>li:nth-of-type(2) .sectionJoin_img {
	text-align: right;
	/* width: 44%; */
	padding: 0;
}

.sectionJoin_items>li {
	padding: 0 0 20px;
}

@media screen and (min-width: 768px) {

	.sectionJoin_items>li:nth-of-type(2) .sectionJoin_img img,
	.sectionJoin_items>li:nth-of-type(3) .sectionJoin_img img {
		width: 100%;
		height: auto;
	}
}


@media screen and (min-width: 850px) {
	.sectionJoin_items {
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		max-width: 924px;
		background: url(../../202309/img/join_frame_top.gif) center 0 no-repeat, url(../../202309/img/join_frame_bottom.gif) center 100% no-repeat, url(../../202309/img/join_inner_bg.gif) center 0 repeat-y;
		width: calc(100% - 10px);
	}

	.sectionJoin>.body {
		box-sizing: border-box;
		padding-top: 20px;
		padding-bottom: 25px;
		background-color: #e4f3fd;
	}
}

/* @media screen and (min-width: 768px){ */
.sectionJoin {
	padding-bottom: 40px;
	max-width: 1000px;
	width: 100%;
}

.sectionJoin>.body {
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 25px;
	padding: 25px;
	width: 97.5%;

}


.sectionJoin_item.item02 {
	width: 65%;
}

.sectionJoin_items>li {
	display: flex;
	margin-left: 40px;
	margin-right: 40px;
}

.sectionJoin_img01 {
	padding: 0 57px 25px 51px;
	max-width: 146px;
}

.sectionJoin_items>li:not(:first-child) {
	padding-top: 20px;
	border-top: 1px solid #dde0e3;
}

/* } */
@media screen and (min-width: 767.98px) and (max-width: 844.98px) {
	.sectionJoin h2 img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 767.98px) {
	.sectionJoin img {
		width: 100%;
		height: auto;
	}

	.sectionJoin>.body {
		width: 100%;
		padding: 0;
	}

	.sectionJoin_items>li {
		flex-direction: column-reverse;
		width: 90%;
		margin-inline: auto;
		padding: 0;
	}

	.sectionJoin_items>li:nth-child(2) {
		flex-direction: column;
	}

	.sectionJoin_items>li:nth-of-type(1) .body {
		padding-top: 10px;
	}

	.sectionJoin_items>li:nth-of-type(1) .body,
	.sectionJoin_items>li:nth-of-type(2) .body,
	.sectionJoin_items>li:nth-of-type(3) .body {
		font-size: 15px;
	}

	.sectionJoin_items>li:nth-of-type(1) .body,
	.sectionJoin_items>li:nth-of-type(2) .body,
	.sectionJoin_items>li:nth-of-type(3) .body {
		margin-inline: 10px;
	}

	.sectionJoin_items>li:nth-of-type(1) .body .note li {
		padding-left: 0;
		text-indent: 0;
	}

	.sectionJoin_items>li:nth-of-type(1) .head {
		padding-top: 20px;
		background: url(../../202309/img/join_num1.png) no-repeat 4px 28px / 30px auto;
	}

	.sectionJoin_items>li:nth-of-type(2) .head {
		background: url(../../202309/img/join_num2.png) no-repeat 4px 15px / 30px auto;
		padding: 18px 0 10px 45px;
	}

	.sectionJoin_items>li:nth-of-type(3) .head {
		background: url(../../202309/img/join_num3.png) no-repeat 4px 10px / 30px auto;
		padding: 18px 0 10px 45px;
	}

	.sectionJoin_items>li:nth-of-type(2) .sectionJoin_img {
		text-align: center;
		width: 100%;
		padding: 15px 0;
	}

	.sectionJoin_items>li:nth-of-type(3) .body {
		font-size: 15px;
	}

	.sectionJoin_item>.head {
		padding: 10px 0 0 45px;
		color: #09f;
		font-size: 17px;
		font-weight: bold;
		line-height: 1.25;
		overflow: hidden;
	}

	.sectionJoin_img.sectionJoin_img_sp01,
	.sectionJoin_img.sectionJoin_img_sp02,
	.sectionJoin_img.sectionJoin_img_sp03 {
		text-align: center;
	}

	.sectionJoin_img.sectionJoin_img_sp01 img {
		width: 242px;
	}

	.sectionJoin_img.sectionJoin_img_sp02 img {
		width: 70%;
		padding: 15px 0;
	}

	.sectionJoin_img.sectionJoin_img_sp03 img {
		width: 60%;
		margin: 10px auto 0;
	}

	.sectionJoin_items>li:not(:first-child) {
		padding-top: 0;
		border-top: unset;
	}

}

/*==================================================
  CTA
 
==================================================*/

@media screen and (min-width: 768px) {
	.blockOffer {
		display: none;
	}
}

@media screen and (max-width: 767.98px) {

	.blockOffer {
		margin: 0 0 13px;
		background: #0099ff;
		padding-bottom: 20px;
	}

	.blockOfferTitle {
		padding: 0 0 10px 0;
	}

	.blockOfferTitle img {
		width: 100%;
	}

	.blockOffer a img {
		width: 96.875%;
		margin: 0 auto;
	}

	.blockOfferBody {
		text-align: center;
	}

	.blockOfferFooter2 span {
		text-decoration: underline;
	}

	.blockOfferFooter a,
	.blockOfferFooter2 a {
		display: inline-block;
		margin: 5px 15px;
		color: #fff;
		font-size: 14px;
		line-height: 1.357;
		font-weight: 700;
	}

	.blockOfferFooter,
	.blockOfferFooter2 {
		margin: 5px 0 0 0;
		text-align: center;
		font-size: 12px;
	}

	.blockOfferFooter,
	.blockOfferFooter2 .txt {
		font-size: 14px;
		line-height: 1.571;
		margin-bottom: 10px;
		padding: 0 20px;
		box-sizing: border-box;
		color: #fff;
		text-align: center;
	}
	.blockOfferFooter2 .txt {
		font-size: 13px;
	}
	.blockOfferFooter2 .txt .blockOfferFooter2_txt_link {
		margin: 0;
		text-decoration: underline;
	}


}

/*==================================================
  sectionQA
  ユニセフ・マンスリーサポート・プログラムに関するQ
==================================================*/



.sectionQA {
	color: #4b4847;
}

.sectionQA>.head img {
	position: relative;
	left: 1px;
}



.sectionQA_items {
	margin-left: auto;

	padding: 18px;
	max-width: 900px;
}

.sectionQA_item:not(:nth-of-type(1)) {
	margin-top: 10px;
}

.sectionQA_item>.head {
	position: relative;
	padding: 10px 50px 8px 55px;
	background: #f4f4f4 url(../../202309/img/qa_switch_plus.png) no-repeat;
	color: #0099ff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 7px;
	background-position: calc(100% - 25px) center;
}

.sectionQA_item>.head:before {
	content: 'Q.';
	position: absolute;
	left: 26px;
	top: 8px;
}

.sectionQA_item>.head.is-active {
	background: #f4f4f4 url(../../202309/img/qa_switch_minus.png) calc(100% - 25px) center no-repeat;
}

/* ２行の場合 */
.sectionQA_item:nth-of-type(4)>.head {

	line-height: 1.3;
}

.sectionQA_item:nth-of-type(4)>.head.is-active {}

/* ここまで / 2行の場合 */

.sectionQA_item>.body {
	display: none;
	/* 初期値 */
	box-sizing: border-box;
	position: relative;
	padding: 15px 15px 25px 60px;
	font-size: 16px;
	line-height: 1.6;
}

/* .sectionQA_item>.head.is-active+.body {
	display: block;
} */

.sectionQA_item>.body:before {
	content: 'A.';
	position: absolute;
	top: 10px;
	left: 26px;
	font-size: 20px;
	color: #0099ff;
	font-weight: bold;
}

.sectionQA_item>.body a {
	color: #0099ff;
}

.sectionQA_item>.body small {
	font-size: 13px;
}

.sectionQA_item_graph {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.sectionQA_link_01 {
	margin: 0 16px;
	padding: 5px 30px 30px 0;
}

.sectionQA_link_01 img {
	display: block;
	margin-left: auto;
}


@media screen and (min-width: 768px) {
	.sectionQA>.head img {
		position: relative;
		left: -1px;
		width: 100%;
		height: auto;
	}

	.sectionQA>.body {
		margin-left: 11px;
		width: 97.5%;
		margin: 0 auto;
	}

	.sectionQA>.body {
		background-color: #fff;
		box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
	}

	.sectionQA_item_graph p.graf {

		padding: 10px 20px 0 20px;
	}

	.sectionQA_item_graph>div {
		width: 100%;
	}

	.sectionQA_changeorder {
		display: flex;
		justify-content: space-between;
		position: relative;
	}

	.sectionQA_changeorder .maintext {
		width: 48%;
	}

	.sectionQA_changeorder .graf {
		width: 50%;
		text-align: right;
	}

	.sectionQA_item_graph p.graf img {
		width: 90%;
		height: auto;
	}

	.annotation {
		position: absolute;
		width: 48%;
		top: 150px;
	}

}

@media screen and (max-width: 767.98px) {
	.sectionQA_item .head {
		font-size: 14px;
	}

	.sectionQA>.head img {
		position: relative;
		width: 100%;
		height: auto;
	}

	.sectionQA>.body {
		margin-left: 0;
	}

	.sectionQA_item>.body {
		font-size: 15px;
	}

	.sectionQA_item_graph {
		display: block;
	}

	.sectionQA_item_graph p.graf {
		text-align: center;
		margin: 20px 0 0;
	}

	.sectionQA_changeorder {
		display: flex;
		flex-direction: column;

	}

	.sectionQA_changeorder .maintext {
		order: 1;
	}

	.sectionQA_changeorder .annotation {
		order: 3;
	}

	.sectionQA_changeorder .graf {
		order: 2;
	}

	.sectionQA_item_graph p.graf img {
		width: 60% !important;
		height: auto;
	}
}

.sectionQA_item_graph p.graf img {
	height: auto;
}

@media (min-width: 480px) and (max-width: 797.98px) {
	.sectionQA_item_graph p.graf img {
		width: 80%;
		height: auto;
	}

}

@media screen and (max-width: 479.98px) {
	.sectionQA_item>.body:before {
		content: 'A.';
		position: absolute;
		top: 10px;
		left: 15px;
		font-size: 15px;
		color: #0099ff;
		font-weight: bold;
	}

	.sectionQA_item>.head:before {
		content: 'Q.';
		position: absolute;
		left: 15px;
		top: 8px;
	}

	.sectionQA_item>.body {
		padding: 15px 15px 0 40px;
	}

	.sectionQA_item>.head {
		padding: 10px 50px 8px 40px;
	}

	.sectionQA>.head img {

		left: 0;
	}

	.sectionQA_item_graph p.graf {
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}

	.sectionQA_item_graph p.graf img {
		width: 100%;
		height: auto;
		padding: 20px 0 10px;
	}

	.sectionQA_changeorder {
		display: flex;
		flex-direction: column;

	}

	.sectionQA_changeorder .maintext {
		order: 1;
	}

	.sectionQA_changeorder .annotation {
		order: 3;
	}

	.sectionQA_changeorder .graf {
		order: 2;
	}

	.sectionQA_item_graph p.graf img {
		width: 100% !important;
		height: auto;
	}
}

/*==================================================
  sectionVoice
  マンスリーサポーターの皆さまの声
==================================================*/
.sectionVoice {
	margin-top: 40px;
}

.sectionVoice h2 {
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 479.98px) {
	.sectionVoice {
		margin-top: 0;
	}
}

/*---------------------------------
 * voice
---------------------------------*/

#cont_voice {


	position: relative;
	margin: 0 auto;
	background: #e4f3fd;
}


.swiper_voice {
	max-width: 94%;
	margin: 0 0 0 30px;
	overflow: hidden;
	padding: 30px 0 0;

}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}


#cont_voice .swiper-button-next:after,
#cont_voice .swiper-rtl .swiper-button-prev:after {
	content: "" !important;
}

#cont_voice .swiper-button-prev:after,
#cont_voice .swiper-rtl .swiper-button-next:after {
	content: "" !important;
}

#cont_voice.swiper-button-next,
#cont_voice .swiper-button-prev {
	width: 40px;
}

#cont_voice .swiper-button-next,
#cont_voice .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 30px) !important;
	left: auto;
	top: 35% !important;
}

#cont_voice .swiper-button-prev,
#cont_voice .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 30px) !important;
	right: auto;
	top: 35% !important;
}

/* 前へ次への矢印カスタマイズ */
#cont_voice .swiper-button-prev,
#cont_voice .swiper-button-next {
	height: 40px;
	width: 40px;
}

/* 前へ次への矢印カスタマイズ */
#cont_voice .swiper-button-prev::after,
#cont_voice .swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 50px;
	margin: auto;
	width: 50px;
}

/* 前への矢印カスタマイズ */
#cont_voice .swiper-button-prev::after {
	background-image: url(../../202309/img/voice_back.png);
}

/* 次への矢印カスタマイズ */
#cont_voice .swiper-button-next::after {
	background-image: url(../../202309/img/voice_next.png);
}


/* ページネーション */
#cont_voice .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -50px !important;
}

#cont_voice .swiper-pagination-bullet {
	margin: 0 10px 0 0;
}

#cont_voice .swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	left: 50%;
	letter-spacing: 1em;
	bottom: 20px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#cont_voice .swiper-wrapper {
	align-items: stretch !important;
}



#cont_voice .swiper-slide-active {
	opacity: 1;
	/* 中央のスライドは薄くしない */
	transform: scale(1);
	/* 中央のスライドは小さくしない */
	z-index: 1;
	/* 中央のスライドを一番上にする */
}

#cont_voice .swiper-slide-next {

	/* transform: scale(1); /* 中央のスライドは小さくしない */
	z-index: 1;
	/* 中央のスライドを一番上にする */
}


#cont_voice .swiper-slide .swiper-slide-inner {
	height: auto;
	width: 100%;
	position: relative;
}

#cont_voice .swiper-slide .swiper-slide-inner.f_blue {
	color: #fff;
}

#cont_voice .swiper-slide .swiper-slide-inner.f_white {
	color: #0096ff;
}

#cont_voice .swiper-slide .swiper-slide-inner picture {
	display: block;
	position: relative;

}

#cont_voice .swiper-slide .swiper-slide-inner picture img {
	height: 50px;
	width: auto;
	position: absolute;
	left: -10px;
	top: -5px;
}

#cont_voice .swiper-slide-inner h3 {
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.01em;
	margin: 0 0 20px;
	padding: 0 0 0 60px;
	color: #0096ff;
}

#cont_voice .swiper-slide-inner .inner_txt {

	font-size: 16px;
	line-height: 1.78em;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 35px 30px;
	color: #4d4d4d;
	/*-webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.3));*/
}

#cont_voice .swiper-slide-inner .inner_txt:before {}


#cont_voice .swiper-slide-inner .inner_txt {
	background: #fff;
}

/*#cont_voice .swiper-slide-inner.f_blue .inner_txt:before {
  border-top: 15px solid #0096ff;
}*/



/*#cont_voice .swiper-slide-inner.f_white .inner_txt:before {
  border-top: 15px solid #fff;
}*/




@media screen and (min-width: 1100px) {

	#cont_voice .swiper-slide .swiper-slide-inner picture {
		position: relative;
	}

	#cont_voice .swiper-slide .swiper-slide-inner picture img {
		height: 50px;
		width: auto;
		position: absolute;
		left: -10px;
		top: -5px;
	}
}


@media screen and (min-width: 769px) {
	#cont_voice {
		margin: 0 auto 50px;
		max-width: 975px;
	}

	#cont_voice .swiper {
		padding: 0;
	}

	#cont_voice .swiper-slide .swiper-slide-inner {

		width: 100%;
		/*	 min-height: 400px;*/
		padding-bottom: 60px;

	}

	#cont_voice .swiper-slide-inner .inner_txt {
		/*    height: 350px;*/
		min-height: 280px;
	}

	#cont_voice .swiper-slide {

		margin: 0 auto;
	}

	#cont_voice .swiper-slide {
		/*       left: 2.5vw;*/
	}

	/* 前へ次への矢印カスタマイズ */
	#cont_voice .swiper-button-prev,
	#cont_voice .swiper-button-next {
		height: 40px;
		width: 40px;
	}

	#cont_voice .swiper-button-next,
	#cont_voice .swiper-rtl .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset, 5px) !important;
		left: auto;
		top: 45% !important;
	}

	#cont_voice .swiper-button-prev,
	#cont_voice .swiper-rtl .swiper-button-next {
		left: var(--swiper-navigation-sides-offset, 5px) !important;
		right: auto;
		top: 45% !important;
	}

	#cont_voice .swiper-slide-inner .inner_txt P {
		font-size: 16px;
		line-height: 1.8em;
		letter-spacing: 0.02em;
		margin: 0;
		color: #4d4d4d;
		/*height: 450px!important;*/
	}
}



#cont_voice .swiper-slide .swiper-slide-inner picture img {
	height: 60px;
	width: auto;
	position: absolute;
	left: -10px;
	top: -5px;
}

#cont_voice .swiper-slide .swiper-slide-inner {
	/*	min-height:200px; */
}







@media screen and (max-width: 767.98px) {
	#cont_voice {
		margin: 0 0 25px;
	}

	.swiper_voice {
		max-width: 94%;
		margin: 0 auto;
		overflow: hidden;
		padding: 30px 0 0;
	}

	#cont_voice.cont_voice_inr {
		/* max-width: 100vw;*/
		position: relative;
		overflow: hidden;
	}

	.sectionVoice .head img {}

	.swiper_voice {
		padding: 30px 0 60px;
	}

	#cont_voice .swiper-slide .swiper-slide-inner picture img {
		height: 50px;
		width: auto;
		position: absolute;
		left: -10px;
		top: -10px;
	}

	#cont_voice .swiper-button-next,
	#cont_voice .swiper-rtl .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset, 5px) !important;
		left: auto;
		top: 50% !important;
	}

	#cont_voice .swiper-button-prev,
	#cont_voice .swiper-rtl .swiper-button-next {
		left: var(--swiper-navigation-sides-offset, 5px) !important;
		right: auto;
		top: 50% !important;
	}

	#cont_voice .swiper-slide-inner h3 {
		font-size: 17px;
		line-height: 1.5;
		letter-spacing: 0.01em;
		margin: 0 0 20px;
		padding: 0 0 0 50px;
		color: #0096ff;
	}

	#cont_voice .swiper-slide-inner .inner_txt P {
		font-size: 15px;
		line-height: 1.692;
		letter-spacing: 0.02em;
		margin: 0;
		color: #4d4d4d;
		/* height: 450px!important; */
	}

	/* 前へ次への矢印カスタマイズ */
	#cont_voice .swiper-button-prev,
	#cont_voice .swiper-button-next {
		height: 30px;
		width: 30px;
	}

}



@media screen and (max-width: 479.98px) {
	.swiper_voice {
		padding: 30px 0 50px;
	}

	#cont_voice .swiper-pagination {
		bottom: 20px;
	}
}

/*==================================================
  sectionReport
  世界の子どもたちへ、2022年、たとえばこんな支援を届けることができます
==================================================*/

@media screen and (min-width: 950px) {
	.sectionReport {}

	.report_main {
		background: url("../../202309/img/sectionreport_img@2x.jpg") no-repeat center top;
		height: 660px;
		background-size: cover;
		display: flex;
		justify-content: flex-end;
		position: relative;
	}

	.report_textwrap {

		width: 50%;
		background-color: rgb(0, 150, 255);
		mix-blend-mode: Multiply;
		/* 重ね方を指定 */
		height: 660px;

	}

	.report_text {
		position: absolute;
		left: 53%;
		top: 30px;
	}

	.sectionReport h2 {
		font-size: 27px;
		color: #fff;
	}

	.report_text figure {
		position: absolute;
		top: 100px;
		left: 350px;
		width: 50%;
	}

	.report_text figure img {
		width: 100%;
		max-width: 211px;
	}

	.report_text .head {
		padding-left: 12px;
		box-sizing: border-box;
	}

	.report_text .body {
		padding-top: 26px;
	}

	.report_text .body .item:nth-of-type(n + 2) {
		margin-top: 20px;
	}

	.report_text .txt {
		margin-top: 9px;
		padding-left: 15px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		line-height: 1.66;
		letter-spacing: .1em;
	}

	.sectionReport p {
		max-width: 410px;
		margin: 25px 0 0;
	}

	.sectionReport p img {
		width: 100%;
	}

	.report_sp {
		display: none;
	}

}

@media screen and (max-width: 949.98px) {
	.sectionReport {
		display: none;
	}

	.report_sp {
		display: block;
		margin: 30px 0 0;
	}

	.report_sp .report_sp_heas {
		width: 100%;


	}

	.report_sp_text .head {
		box-sizing: border-box;
	}

	.report_sp_text .body .item:nth-of-type(n + 2) {
		margin-top: 20px;
	}

	.report_sp_text .txt {
		box-sizing: border-box;
		color: #fff;
		margin-top: 6px;
		padding-left: 0;
		font-size: 15px;
		line-height: 1.533;
	}

	.report_sp_text {
		background: #0078ff;
		padding: 40px;
	}

	.report_sp_text img {
		max-width: 470px;
	}

	.report_sp_text .head img {
		height: auto;
	}


}

@media screen and (max-width: 360px) {
	.report_sp_text {
		padding: 15px;
	}
}




/*==================================================
  sectionAbout
  ユニセフ募金は税額控除の対象となり、約40％が所得税額から控除されます。
==================================================*/
.sectionAbout {
	color: #666666;
}

.sectionAbout_inner {
	margin-top: 50px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f3fae0;
	max-width: 1100px;
	margin: 50px auto 0;
}

.sectionAbout .head {
	text-align: center;

	max-width: 1000px;
	margin: 0 auto;
}

.sectionAbout .head img {
	width: 100%;
	height: auto;
}

.sectionAbout .body {
	margin-left: auto;
	margin-right: auto;
	max-width: 810px;
}

.sectionAbout_text_01 {
	margin: 15px;
}

.sectionAbout_text_01 p {
	font-size: 15px;
	line-height: 2;
}

.sectionAbout_text_02 {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 810px;
	padding: 0 15px;
}

.sectionAbout_text_02 p {
	font-size: 12px;
	line-height: 1.6;
}

.sectionAbout_img_01 {
	text-align: center;
}

.sectionAbout_img_01 img {
	width: 95%;
}

@media screen and (max-width: 949.98px) {
	.sectionAbout_inner {
		margin-top: 0 !important;
	}

}

@media screen and (min-width: 768px) {
	.sectionAbout .head {
		padding: 0 15px;
	}

	.sectionAbout_inner {
		max-width: 1100px;
		margin: 50px auto 0;
	}

	.sectionAbout_inner {
		margin-top: 50px;
		padding-top: 40px;
		padding-bottom: 40px;
		background-color: #f3fae0;
		max-width: 1100px;
		margin: 50px auto 0;
	}

	.head_pc {
		display: block;
	}

	.toggle_ttl {
		display: none;
	}

	.sectionAbout_img_01 img {
		width: 100%;
		max-width: 800px;
	}

}

@media screen and (max-width: 767.98px) {
	.head_pc {
		display: none;
	}

	.toggle_ttl {
		display: block;
		padding: 0;
	}

	/* .sectionAbout_img_01_2{
		display: none;
	} */
	.sectionAbout_inner {
		margin-top: 50px;
		padding-top: 0;
		padding-bottom: 0;
		background: none;
	}

	.sectionAbout_inner .toggle_content {
		display: none;
	}
}

@media screen and (max-width: 479.98px) {
	.sectionAbout_inner {
		margin-top: 0;
	}

	.sectionAbout {
		margin: 30px 0 0;
		position: relative;
		z-index: 999;
	}
}

/*==================================================
  footImg
  世界の子どもの命を守るため
あなたの継続的なご協力が必要です。
==================================================*/

.footImg {
	background: #1c0b05 url("../../202409/img/foot_img@2x.jpg") no-repeat left center;
	background-size: cover;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;

}

.footImg h2 {
	color: #fff;

	line-height: 1.5;
	padding-right: 30px;
	text-shadow: 2.837px 0.977px 0px rgba(16, 14, 13, 0.004);
}

@media screen and (min-width: 768px) {
	.footImg {
		margin: 60px 0 0;
		height: 413px;
		background-size: cover;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		padding: 0 0 0 50%;
	}

	.footImg h2 {
		color: #fff;
		font-size: 25px;
		line-height: 1.5;
		padding-right: 30px;

	}
}

@media screen and (max-width: 1100px) {
	.footImg {
		background-position: left -160px center;
	}
}

@media screen and (max-width: 767.98px) {

	/* .sectionAbout_img_01_2{
		display: none;
	} */
	.footImg {
		margin: 30px 0 0;
		height: 213px;
		background-size: cover;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		padding: 0 0 0 55%;
		background-position: 24%;
	}

	.footImg h2 {
		color: #fff;
		font-size: 23px;
		line-height: 1.6;
		padding-right: 20px;
	}
}

@media screen and (max-width: 420.98px) {
	.footImg h2 {
		color: #fff;
		font-size: 19px;
		line-height: 1.4;
		padding-right: 15px;

	}

	.footImg h2 br {
		display: none;
	}
}

/*==================================================
	footerCTA
	ユニセフ・マンスリーサポート・プログラムに参加する
==================================================*/
.footerCTA_top_inner {
	max-width: 905px;
	margin: 0 auto;
}

.footerCTA_top_inner .link a {
	color: #3d88f7;
	text-decoration: underline;
}

.footerCTA_top_inner img {
	max-width: 100%;
}

.footerCTA_top_top {
	padding: 35px 40px 24px;
	background: #e4f3fd;
}

.footerCTA_top_top .btn {
	max-width: 650px;
	margin: 0 auto;
}

.footerCTA_top_top .txt-link {
	margin-top: 18px;
	text-align: center;
	font-size: 14px;
}

.footerCTA_top_top .link-list {
	max-width: 607px;
	margin: 28px auto 0;
	display: flex;
	flex-wrap: wrap;
}

.footerCTA_top_top .link-list .link-list_item {
	width: 50%;
	padding-left: 25px;
	box-sizing: border-box;
}

.footerCTA_top_top .link-list .link-list_item .ttl {
	color: #3985f7;
	font-size: 16px;
	font-weight: 700;
}

.footerCTA_top_top .link-list .link-list_item .link {
	margin-top: 9px;
}

.footerCTA_top_top .link-list .link-list_item .link li {
	font-size: 14px;
	line-height: 1.785;
	padding-left: 20px;
	position: relative;
}

.footerCTA_top_top .link-list .link-list_item .link li:before {
	position: absolute;
	content: "▶";
	top: 0;
	left: 0;
	color: #3985f7;
}

.footerCTA_top_top .link-list .link-list_item .link li:not(:first-child) {
	margin-top: 5px;
}

.footerCTA_top_bottom {
	margin-top: 43px;
	text-align: center;
}

.footerCTA_top_bottom .txt {
	color: #444444;
	font-size: 15px;
}

.footerCTA_top_bottom .link {
	margin-top: 18px;
	font-size: 14px;
}


.footerCTA_bottom {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
	font-size: 10px;
	padding: 0 20px;
}

.footerCTA_bottom small {
	font-size: 10px;
}

.footerCTA_text_01 {
	margin: 20px 0;
	font-size: 11px;
	color: #666666;
}



@media screen and (min-width: 768px) {
	.footerCTA .blockOffer {
		display: none;
	}

	.footerCTA {
		margin-top: 30px;
		padding: 20px;
		font-size: 17px;
	}

	.footer_btns {
		display: none;
	}

	.footer_annotation {
		display: none;
	}

	.sp_copyright {
		display: none;
	}
}

@media screen and (max-width: 767.98px) {
	.footerCTA {
		padding: 0;
		margin: 0;
	}

	.footerCTA_text_01 {
		text-align: left;
	}

	.footerCTA_top {
		display: none;
	}

	.footerCTA .blockOffer {
		display: block;
		padding: 20px 0;
	}

	.footer_btns {
		width: 93%;
		margin: 10px auto 6px;
		overflow: hidden;
	}

	.footer_btns li {
		width: 48%;
		float: left;
		line-height: 1;
		font-size: 0;
		max-width: 289px;
	}

	.footer_btns li img {
		width: 100%;
	}

	.footer_annotation {
		margin: 15px auto 6px;
		width: 93%;
		overflow: hidden;
		font-size: 14px;
		line-height: 1.3;
	}

	.footer_btns li:last-child {
		float: right;
	}

	.sp_copyright {
		display: block;
		background: #0088FF;
		clear: both;
		padding: 20px 0;
		margin: 0 auto;
		text-align: center;
	}

	.sp_copyright img {
		width: 88.125%;
	}
}

/*==================================================
  pagetop link
==================================================*/
#pageTop .pagetop a,
#pageTop .pagetop2 a {
	font-weight: bold;
	color: #0096ff;
	font-size: 14px;
}

.pagetop,
.pagetop2 {

	text-align: right;
	margin: 0 0 15px 8%;
	padding-right: 5%;
	font-size: 14px;
}

.pagetop a {
	background-image: url(../../202309/img/icon_circle_top.png);
	display: inline-block;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px 15px;
}

.pagetop2 a {
	background-image: url("../../202309/img/icon_circle_right.png");
	display: inline-block;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px 15px;
}

@media screen and (min-width: 768px) {
	.pagetop2.pagetop2_sp {
		display: none;
	}

	.pagetop2.pagetop2_pc {
		display: block;
	}

}

@media screen and (max-width: 767.98px) {
	.pagetop2 {
		display: block;
	}

	.pagetop2.pagetop2_sp {
		display: block;
	}

	.pagetop2.pagetop2_pc {
		display: none;
	}

	.pagetop {
		font-size: 13px;
		margin: 0 0 10px 8%;
	}




}


/*==================================================
  JavaScript
==================================================*/

.js-accordionSwitch {
	cursor: pointer;
}

.js-accordionTarget {
	display: none;
}

/* .js-accordionTarget.is-active {
	display: block;
} */



/*==================================================
  facebook
==================================================*/
#fbLikebox {
	width: 876px;
	margin: 40px auto;
	text-align: center;
}

/*==================================================
  フッター
==================================================*/
#footer2 {
	background: #0099ff;
	padding: 15px 0 105px;
}

#footer2 .footerText {
	display: flex;
	align-items: center;
	overflow: hidden;
	line-height: 1;
}

#footer2 .footerText li.text03,
#footer2 .footerText li.text04 {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #ffffff;
	margin: 0;
	line-height: 1;
}

#footer2 .footerText li.text04 {
	border-left: 1px solid #fff;
}


#footer2 .copyright {
	float: none;
}

#footer2 .footer_tel {
	float: right;
}

@media screen and (min-width: 768px) {
	#footer2 .footInner {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		overflow: hidden;
		max-width: 860px;
		padding: 0 20px;
	}

	#footer2 .footerText li a {
		color: #ffffff;
		text-decoration: none;
	}

	.blockpcbtn {
		display: none;
	}
}

@media screen and (max-width: 767.98px) {
	#footer2 {
		background: #fff;
		padding: 15px 0 0;
	}

	#footer2 .footInner .copyright {
		display: none;
	}

	#footer2 .footerText {
		display: block;

	}

	ul.footerText li a {
		display: block;
		color: #0096ff;
		font-size: 12px;
		line-height: 20px;
		border-top: 1px solid #ccc;
		padding: 5px 10px;
		text-decoration: none;
	}

	#footer2 .footerText li.text03,
	#footer2 .footerText li.text04 {
		float: none;
		padding: 0;
		border-right: 1px solid #ffffff;
		margin: 0;
		line-height: 1;
	}

	ul.footerText li:last-child {
		border-bottom: 1px solid #ccc;
	}

	.blockpcbtn {
		background: #fafafa;
		border-style: none;
		padding-top: 5%;
		padding-bottom: 5%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

}

/*==================================================
  導線
==================================================*/


@media screen and (min-width: 768px) {
	.blockAction {
		display: block;
		background: #0173de;
		padding: 10px 0 10px 0;
		position: fixed !important;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 99;
		width: 100%;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.blockAction .blockActionInner {
		overflow: hidden;
	}

	.blockAction .blockBody {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
	}

	.blockAction .transfer {
		margin-left: 20px;
	}

	.blockAction .transfer dt {
		margin-bottom: 3px;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
	}

	.blockAction .transfer .dl {
		margin-left: 22px;
	}
}

@media screen and (max-width: 767.98px) {
	#blockAction {
		display: none;
	}

	.blockBody {
		display: none;
	}
}


/*==================================================
  導線（上に配置するパターンページ）
==================================================*/

.blockAction_top {
	background: #0099ff;
	padding: 0 0 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transform: translate3d(0, 0, 0);
}

.blockAction_top .blockActionInner {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

.blockAction_top .blockTitle {
	float: left;
}

.blockAction_top .blockBody {
	margin-left: 284px;
}

.blockAction_top .credit {
	float: left;
}

.blockAction_top .transfer {
	width: 274px;
	float: right;
	margin-top: 10px;
}

.blockAction_top .transfer dt {
	margin-bottom: 3px;
}

.blockAction_top .transfer .dl {
	margin-left: 22px;
	float: left;
}

.blockAction_top .transfer .order {
	margin-left: 10px;
	float: left;
}

.blockAction_top .blockInfo {
	text-align: center;
	padding: 5px;
}


/*==================================================
  ユニセフ（国際連合児童基金）について
==================================================*/

.about .text {
	margin: 20px 40px 30px 40px;
	font-size: 14px;
	line-height: 24px;
}

.about dl {
	background: url("../../201902/img/201502/aboutBack.jpg") no-repeat left top;
	height: 184px;
	margin: 0 auto;
	overflow: hidden;
	width: 888px;
}

.about dt {
	margin: 30px 0 5px 270px;
}

.about dd {
	line-height: 1.5;
	margin: 0 60px 0 270px;
	font-size: 13px;
}

.section07 .textLink01 {
	background: url("../../201902/img/201602/sec07Icon.jpg") no-repeat left bottom;
	padding: 20px 0 0 20px;
	display: block;
}

.section07 .textLink02 {
	background: url("../../201902/img/201602/sec07Icon.jpg") no-repeat left bottom;
	padding: 10px 0 0 20px;
	display: block;
}



/* 固定footer
-------------------------- */

.btnentry {
	position: relative;
	width: 372px;
	display: inline-block;
}

.btnentry img {
	width: 100%;
	height: auto;
}

.btnentry :hover {
	opacity: 0.9;
}

.btnentry a {
	cursor: pointer;
}

/*
.mslp {
  width:258px;
}
*/
.mslp span {
	font-size: 12px;
}

.mslp_bottomarea_link>.head img {
	vertical-align: middle;
}

.mslp_bottomarea_link>.body {
	display: flex;
	margin-left: 18px;
}

.mslp_bottomarea_link>.body>p+p {
	margin-left: 18px;
}

.mslp_bottomarea_link p {
	font-family: meiryo;
	color: #fff;
	font-weight: bold;
}

.mslp_bottomarea_link p>i {
	font-weight: normal;
	margin-right: 5px;
}

.mslp_bottomarea_link p>a {
	color: #fff;
	text-decoration: none;
}

.mslp_bottomarea_link p>a:hover {
	color: #f90;
}

/*
.blockAction .transfer {
  margin-right: 20px;
}
.blockAction .transfer .dl {
  margin-left:18px;
}
.blockAction .transfer .subtitle img {
  margin: 1px 5px 0 0;
}
*/

.footer-annotation {
	color: #fff;
	font-size: 11px;
}



/* ToggleArea
-------------------------- */
#toggle {
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: left;
	position: relative;
}

#toggle a {
	width: 100%;
	height: 100%;
	position: absolute;
}

/* CSS3 Toggle
-------------------------- */
#toggle:target .front {
	opacity: 0;
	pointer-events: none;
}

/*検証
---------------------------------------------------*/

.validate .contents01_inner .top_col2 p {
	display: inline-block;
	word-break: normal;
	text-align: justify;
	width: 410px;
	position: relative;
	top: 140px;
	left: 380px;
	line-height: 1.8 !important;
}

#dna {
	overflow: hidden;
}

#dna .dna_titleWrap {
	width: 100%;
	text-align: center;
	background: #acc72d;
	display: table;
	height: 99px;
}

#dna .dna_titleWrap h2 {
	display: table-cell;
	vertical-align: bottom;
}

.validate .contents01_inner .top_col,
.contents01_inner .top_col2 {
	width: 852px;
	height: 608px;
	background: url(../../202309/img/contents01_img01.png) left top no-repeat;
}


.validate .contents04_wrap {
	width: 100%;
	padding: 0 0 0 0;
	background: #f5fddd;
}

.validate .contents06_inner .middle_col .menu .short2 {
	word-break: normal;
}

/*SP用FV動画
---------------------------------------------------*/
@media screen and (min-width: 768px) {
	.mv-video-area {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.mv-video {
		position: absolute;
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		left: -2px;
		top: -2px;
		z-index: 1;
	}

	/* .main_wrap {
		position: relative;
		max-height: calc(100vh - 22vw - 8px);
		max-height: calc(100svh - 22vw - 8px);
		aspect-ratio: 39 / 54;
		text-align: center;
		margin: 0 auto 10vw;
	} */

	.mv-video-area {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
}

/* @supports not (height: 100svh) {
	@media screen and (orientation: portrait) and (max-height: 667px) {
		.main_wrap {
			height: calc(100vh - 65px - 64px - 8px - 5vw);
		}
	}
} */

/* @media screen and (orientation: landscape) {
	.main_wrap {
		min-height: 667px;
	}
} */

/*募金、申込ボタンの注釈
---------------------------------------------------*/
.btn_notice {
	display: block;
	margin-top: 10px;
	margin-bottom: 16px;
	color: #666;
	font-size: 13.5px;
	text-align: right;
}




@media screen and (min-width:768px) {
	:root {
		--pc-rate: calc(1 / 1300* 100%);
		--pc-rate-cont: calc(1 / 1200* 100%);
		--vw-rate: calc(1 / 1300* 100vw);
	}

	/*==================================================
  section11
  すべての子どもに希望を運ぼう。
==================================================*/
	.section11 {
		overflow: hidden;
		margin-bottom: 8em;
	}

	.section11_inner {
		max-width: 1300px;
		margin: 0 auto;
	}

	.section11_head {
		/* width: 1160px;
		
		padding-left: 542px; */
		padding-top: 122px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		max-width: 1300px;
		margin: 0 auto;
		padding-left: min(calc(542* var(--pc-rate)), 542px);
		padding-right: min(calc(94* var(--pc-rate)), 94px);
	}

	.section11_head .txt-area {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: calc(100% + 3rem);
		position: relative;
	}

	.section11_head .txt-area .title {
		width: calc(100% + 5rem);
		max-width: 758px;
		margin: 0 0;
	}

	.section11_head .txt-area .txt1 {
		padding-top: 24px;
		padding-left: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 22px;
		font-weight: 700;
		line-height: 1.4545454545;
		letter-spacing: -0.01em;
		color: #333;
	}

	.section11_head .txt-area .txt1 span {
		display: inline-block;
	}

	.section11_head .txt-area .txt2 {
		margin-top: 10px;
		padding-left: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 20px;
		font-weight: 700;
	}

	.section11_head .txt-area .txt2 a {
		color: #00aeef;
		text-decoration-thickness: 1px;
		text-underline-offset: 12px;
	}

	.section11_head .txt-area .note {
		margin-top: 9px;
		padding-left: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		font-weight: 700;
		color: #333;
	}

	.section11_detail {
		margin-top: -18px;
	}

	.section11_detail .img {
		/* margin: 0 101px 0 auto; */
		width: calc(100% + 4rem);
		margin: 0 70px 0 0;
		max-width: 498px;
	}

	.section11_detail .img img {
		width: 100%;
	}

	.section11_detail .note-area {
		width: 785px;
		margin: 22px 80px 0 auto;
	}

	.section11_detail .note-area .txt li {
		font-size: 15px;
		line-height: 1.6666666667;
		letter-spacing: 0.02em;
		padding-left: 1em;
		text-indent: -1em;
	}

	.section11_other {
		margin-top: 15px;
	}

	.section11_other .img {
		width: 1151px;
		margin: 0 auto;
	}

	.section11_other .txt {
		text-align: center;
		font-size: 20px;
		line-height: 1.4;
		font-weight: 700;
	}

	.section11_other .accordion-area {
		margin-top: 42px;
	}

	.section11_other .accordion-area_item.item1 .btn .icon {
		width: 74px;
		line-height: 1;
		position: absolute;
		left: 50%;
		translate: -50% 0;
		top: -9px;
		margin-left: -200px;
	}

	.section11_other .accordion-area_item.item2 {
		margin-top: 30px;
	}

	.section11_other .accordion-area_item.item2 .btn .icon {
		width: 59px;
		line-height: 1;
		position: absolute;
		left: 50%;
		translate: -50% 0;
		top: -11px;
		margin-left: -260px;
	}

	.section11_other .accordion-area_item .btn {
		width: 100%;
		height: 70px;
		margin: 0 auto;
		background: #00aeef;
		color: #fff;
		font-size: 26px;
		line-height: 1.6923076923;
		font-weight: 700;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		cursor: pointer;
	}

	.section11_other .accordion-area_item .btn:after {
		position: absolute;
		content: "";
		top: 50%;
		right: 4px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 50px;
		height: 50px;
		background: url(../img/icon_accordion_open.svg) no-repeat;
		background-size: 100% auto;
	}

	.section11_other .accordion-area_item .btn.is-active:after {
		background-image: url(../img/icon_accordion_close.svg);
	}

	.section11_other .accordion-area_item .contents {
		display: none;
		float: none;
		text-align: center;
	}

	.section11_other .accordion-area_item .contents img {
		position: relative;
		left: -2rem;
		width: calc(100% + 4rem) !important;
	}

	.section11_faq {
		max-width: 896px;
		width: 90%;
		margin: 30px auto 0;
	}

	.section11_faq .btn {
		height: 55px;
		background: #000;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 26px;
		line-height: 1.6923076923;
		line-height: 1.6923076923;
		font-weight: 700;
		position: relative;
		cursor: pointer;
	}

	.section11_faq .btn:after {
		position: absolute;
		content: "";
		top: 50%;
		right: 4px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 50px;
		height: 50px;
		background: url(../img/icon_accordion_open.svg) no-repeat;
		background-size: 100% auto;
	}

	.section11_faq .btn.is-active:after {
		background-image: url(../img/icon_accordion_close.svg);
	}

	.section11_faq .contents {
		display: none;
		float: none;
		width: 100%;
		background: #eceae9;
	}

	.section11_faq .contents .inner {
		padding: 56px 48px 60px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.section11_faq .contents .tab-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.section11_faq .contents .tab-area li {
		cursor: pointer;
		width: 260px;
		height: 70px;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 10px 10px 0 0;
		font-size: 20px;
		line-height: 2.2;
		font-weight: 700;
		letter-spacing: 0.01em;
		text-align: center;
	}

	.section11_faq .contents .tab-area li.active {
		background: #000;
		color: #fff;
	}

	.section11_faq .contents .panel-area {
		display: none;
		margin-top: 30px;
	}

	.section11_faq .contents .panel-area.active {
		display: block;
	}

	.section11_faq .contents .panel-area_title {
		display: inline-block;
		font-size: 20px;
		letter-spacing: -0.01em;
		font-weight: 700;
		border: 2px solid #000;
		margin-top: 0;
		margin-bottom: 13px;
		padding: 5px 22px 3px 22px;
	}

	.section11_faq .contents .panel-area_list+.panel-area_title {
		margin-top: 39px;
	}

	.section11_faq .contents .panel-area_list_item {
		background: #fff;
	}

	.section11_faq .contents .panel-area_list_item:not(:first-child) {
		margin-top: 25px;
	}

	.section11_faq .contents .panel-area_list_item dt {
		font-size: 18px;
		line-height: 2.4444444444;
		font-weight: 700;
		padding: 9px 32px 10px 54px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: url(../img/icon_faq_q_black.svg) no-repeat top 18px left 19px;
		background-size: 23px auto;
		cursor: pointer;
		position: relative;
	}

	.section11_faq .contents .panel-area_list_item dt:before,
	.section11_faq .contents .panel-area_list_item dt:after {
		position: absolute;
		content: "";
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #000;
	}

	.section11_faq .contents .panel-area_list_item dt:before {
		right: 21px;
		width: 20px;
		height: 2px;
	}

	.section11_faq .contents .panel-area_list_item dt:after {
		right: 30px;
		width: 2px;
		height: 20px;
	}

	.section11_faq .contents .panel-area_list_item dt.active:after {
		display: none;
	}

	.section11_faq .contents .panel-area_list_item dd {
		display: none;
		background: url(../img/icon_faq_a.svg) no-repeat top -1px left 19px;
		background-size: 23px auto;
		color: #333;
		font-size: 16px;
		line-height: 1.6875;
	}

	.section11_faq .contents .panel-area_list_item dd .inner {
		padding: 1px 70px 28px 54px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.section11_faq .contents .panel-area_list_item dd a {
		color: #00aeef;
	}


	/*==================================================
  2025/02/18 モーダル追加
==================================================*/
	.section11_detail {
		margin: 0 auto 80px;
		padding-left: min(calc(592* var(--pc-rate)), 592px);
		padding-right: min(calc(94* var(--pc-rate)), 94px);
	}

	.section11_detail .note-area {
		width: calc(100% + 3rem);
	}

	.section11_head .img_contents {
		position: absolute;
		left: 0;
		top: 0;
		width: min(calc(542 * var(--pc-rate)), 542px);
		/* margin-left: max(calc(-380 * var(--pc-rate)), -380px); */
	}

	.section11_head .img_contents picture {
		display: block;
	}

	.section11_head .img_contents img {
		max-width: 100%;
	}

	.section11_head .img_contents .img_content {
		position: relative;
		/* display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px; */
		margin-top: 3em;
		margin-right: 2em;

	}

	.section11 .img_contents .img_content .sec11_slide {
		overflow: hidden;
	}

	.section11_head .img_contents .img_content .item a {
		position: relative;
		aspect-ratio: 1 / 1;
		overflow: hidden;
		cursor: pointer;
		display: block;
	}
	.section11_head .img_contents .img_content .item a._youtube::before,
	.section11_head .img_contents .img_content .item a._youtube::after  {
		position: absolute;
		content: "";
		top:50%;
		left: 50%;
		transform: translate(-50%,-50%);
		aspect-ratio: 1 / 1;
		pointer-events: none;
	}
	.section11_head .img_contents .img_content .item a._youtube::before {
		background: #ff0033;
		border-radius: 50%;
		width: 20px;
		z-index: 2;
	}
	.section11_head .img_contents .img_content .item a._youtube::after {
		background: #fff;
		clip-path: polygon(0 0, 0% 100%, 100% 54%);
		width: 6px;
		height: 8px;
		z-index: 3;
	}
	.section11_head .img_contents .img_content .item img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		transform: scale(1.0);
		transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.section11_head .img_contents .img_content .item:hover img {
		transform: scale(1.1);

	}

	.section11 .img_content .note {
		margin-top: 0.5em;
		text-align: right;
	}

	.section11 .sec11_slide-button-prev,
	.section11 .sec11_slide-button-next {
		position: absolute;
		z-index: 2;
		top: 50%;
		translate: 0 -50%;
		margin-top: -10px;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		transition: 0.5s;
		width: 36px;
		overflow: hidden;
		background-color: rgba(255, 255, 255, 0.7);
		cursor: pointer;
	}

	.section11 .sec11_slide-button-prev {
		left: 2px;
		rotate: 180deg;
	}

	/* @media screen and (max-width:1400px) {
  .section11 .sec11_slide-button-prev {
    left: 10px;
  }
  
} */
	.section11 .sec11_slide-button-next {
		right: 2px;
	}

	.section11 .swiper-button-disabled {
		opacity: 0;
	}

	.section11 .sec11_slide-button-prev::before,
	.section11 .sec11_slide-button-next::before {
		content: "";
		position: absolute;
		width: 16px;
		height: 16px;
		right: 10px;
		top: 10px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 16px auto;
		background-image: url(../img/ico_arrow_w.png);
		filter: brightness(1) invert(2);
	}

	.section11 .sec11_slide-button-next:hover:before {
		animation: arrow 0.8s;
	}

	.section11 .sec11_slide-button-prev:hover:before {
		animation: arrow 0.8s;
	}

	@keyframes arrow {
		0% {
			transform: translate(0, 0);
		}

		25% {
			opacity: 0;
			transform: translate(100%, 0);
		}

		50% {
			opacity: 0;
			transform: translate(-100%, 0);
		}

		100% {
			transform: translate(0, 0);
		}
	}

	.section11_other {
		margin-top: 3em;
		max-width: 896px;
		width: 90%;
		margin: 0 auto;
	}

	.mmInner {
		max-width: 600px;
		padding: 50px 50px 0 !important;
	}

	.mmClose {
		position: absolute !important;
		height: 50px !important;
		width: 50px !important;
		top: 15px !important;
		right: 35px !important;
		background: #fff !important;
	}

	.mmClose:before,
	.mmClose:after {
		width: 50% !important;
		height: 2px !important;
		background: #000 !important;
	}

	.mmPrev,
	.mmNext {
		position: absolute !important;
		width: 44px !important;
		height: 44px !important;
		border-radius: 0 !important;
		background: transparent !important;
	}

	.mmPrev {
		left: 0 !important;
	}

	.mmNext {
		right: 0 !important;
	}

	.mmPrev:before,
	.mmNext:before {
		width: 75% !important;
		border-width: 2px 0 0 2px !important;
	}
	.section11 .sp {
		display: none;
	}
}


@media screen and (max-width:767px) {
	.section11 .pc {
		display: none;
	}

	/*************************************
section11
すべての子どもに希望を運ぼう。
*************************************/
	.section11 img {
		display: block;
		width: 100%;
	}

	.section11_head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.section11_head .img {
		width: 44.375%;
		margin: 0;
	}

	.section11_head .txt-area {
		width: 55.625%;
		padding: 42.1875% 15px 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	.section11_head .txt-area .title {
		position: absolute;
		top: 6.1797752809%;
		right: 0;
		width: 129.7752808989%;
	}

	.section11_head .txt-area .txt1 {
		font-size: 16px;
		line-height: 1.5625;
		font-weight: 700;
		letter-spacing: -0.04em;
		color: #333;
		text-align: left;
	}

	.section11_head .txt-area .txt1 small {
		font-size: 14px;
	}

	.section11_head .txt-area .txt2 {
		margin-top: 6px;
	}

	.section11_head .txt-area .txt2 a {
		display: inline;
		color: #00aeef;
		font-size: 16px;
		line-height: 1.5625;
		font-weight: 700;
		letter-spacing: -0.06em;
	}

	.section11_head .txt-area .note {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.2857142857;
		font-weight: 700;
		letter-spacing: -0.06em;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		color: #333;
	}

	.section11_detail {
		margin-top: 15px;
	}

	.section11_detail .slide {
		margin-top: 28px;
	}

	.section11_detail .slide .swiper-wrapper {
		-webkit-transition-timing-function: linear;
		transition-timing-function: linear;
	}

	.section11_detail .note-area {
		margin-top: 12px;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.section11_detail .note-area .txt {
		font-size: 15px;
		line-height: 1.5625;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}

	.section11_detail .note-area .txt a {
		color: #00aeef;
	}

	.section11_detail .note-area .more {
		margin-top: 6px;
		display: inline-block;
		font-size: 16px;
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
		color: #00aeef;
		text-decoration: underline;
		text-underline-offset: 5px;
		padding-left: 2px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.section11_detail .note-area .more:before {
		content: "";
		display: inline-block;
		width: 7px;
		height: 12px;
		background: url(../img/202501/more-arrow.png) no-repeat;
		background-size: 100% auto;
		margin: 0 7px -1px 0;
	}

	.section11_detail .note-area .more+.txt {
		display: none;
	}

	.section11_detail .note-area .more.active {
		display: none;
	}

	.section11_other {
		/* margin-top: 40px; */
	}

	.section11_other .txt {
		text-align: center;
		font-size: 17px;
		line-height: 1.5882352941;
		font-weight: 700;
	}

	.section11_other .accordion-area {
		margin-top: 24px;
	}

	.section11_other .accordion-area_item:not(:first-child) {
		margin-top: 20px;
	}

	/* .section11_other .accordion-area_item.item1 .btn {
		padding-right: 3px;
	} */

	.section11_other .accordion-area_item.item1 .btn .icon {
		top: -5px;
		left: 3px;
		width: 53px;
	}

	/* .section11_other .accordion-area_item.item2 .btn {
		padding-left: 6px;
	} */

	.section11_other .accordion-area_item.item2 .btn .icon {
		top: -3px;
		left: 5px;
		width: 43px;
	}

	.section11_other .accordion-area_item .btn {
		width: 90.625%;
		height: 55px;
		margin: 0 auto;
		background: #00aeef;
		color: #fff;
		font-size: 17px;
		line-height: 1.1764705882;
		font-weight: 700;
		letter-spacing: -0.04em;
		display: flex;
		justify-content:flex-start;
		align-items: center;
		box-sizing: border-box;
		position: relative;
		padding-left: 70px;
	}

	.section11_other .accordion-area_item .btn:after {
		position: absolute;
		content: "";
		top: 50%;
		right: 7px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
		background: url(../img/icon_accordion_open.svg) no-repeat;
		background-size: 100% auto;
	}

	.section11_other .accordion-area_item .btn .icon {
		position: absolute;
	}

	.section11_other .accordion-area_item .btn.is-active:after {
		background-image: url(../img/icon_accordion_close.svg);
	}

	.section11_other .accordion-area_item .contents {
		display: none;
		margin-top: 20px;
	}

	.section11_faq {
		width: 90.625%;
		margin: 20px auto 0;
	}

	.section11_faq .btn {
		height: 55px;
		background: #000;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 17px;
		line-height: 1.1764705882;
		font-weight: 700;
		padding-left: 9px;
		position: relative;
	}

	.section11_faq .btn:after {
		position: absolute;
		content: "";
		top: 50%;
		right: 7px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
		background: url(../img/icon_accordion_open.svg) no-repeat;
		background-size: 100% auto;
	}

	.section11_faq .btn.is-active:after {
		background-image: url(../img/icon_accordion_close.svg);
	}

	.section11_faq .contents {
		display: none;
		background: #eceae9;
		padding: 20px 10px 25px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.section11_faq .contents .tab-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.section11_faq .contents .tab-area li {
		width: 32.5925925926%;
		height: 55px;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 6px 6px 0 0;
		font-size: 15px;
		line-height: 1.1333333333;
		font-weight: 700;
		letter-spacing: -0.08em;
		text-align: center;
	}

	.section11_faq .contents .tab-area li.active {
		background: #000;
		color: #fff;
	}

	.section11_faq .contents .panel-area {
		display: none;
		margin-top: 25px;
	}

	.section11_faq .contents .panel-area.active {
		display: block;
	}

	.section11_faq .contents .panel-area_title {
		display: inline-block;
		font-size: 16px;
		letter-spacing: -0.01em;
		font-weight: 700;
		border: 2px solid #000;
		margin-bottom: 12px;
		padding: 5px 14px 6px;
	}

	.section11_faq .contents .panel-area_list+.panel-area_title {
		margin-top: 25px;
	}

	.section11_faq .contents .panel-area_list_item {
		background: #fff;
	}

	.section11_faq .contents .panel-area_list_item:not(:first-child) {
		margin-top: 15px;
	}

	.section11_faq .contents .panel-area_list_item dt {
		font-size: 17px;
		line-height: 1.4117647059;
		font-weight: 700;
		padding: 8px 28px 8px 37px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: url(../img/icon_faq_q_black.svg) no-repeat top 12px left 11px;
		background-size: 17px auto;
		position: relative;
	}

	.section11_faq .contents .panel-area_list_item dt:before,
	.section11_faq .contents .panel-area_list_item dt:after {
		position: absolute;
		content: "";
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #000;
	}

	.section11_faq .contents .panel-area_list_item dt:before {
		right: 16px;
		width: 2px;
		height: 14px;
	}

	.section11_faq .contents .panel-area_list_item dt:after {
		right: 10px;
		width: 14px;
		height: 2px;
	}

	.section11_faq .contents .panel-area_list_item dt.active:before {
		display: none;
	}

	.section11_faq .contents .panel-area_list_item dd {
		display: none;
		color: #000;
		font-size: 17px;
		line-height: 1.5882352941;
		background: url(../img/icon_faq_a.svg) no-repeat top 14px left 12px;
		background-size: 16px auto;
		color: #333;
	}

	.section11_faq .contents .panel-area_list_item dd .inner {
		padding: 11px 30px 14px 38px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.section11_faq .contents .panel-area_list_item dd a {
		display: inline;
		color: #00aeef;
	}



	/*==================================================
  2025/02/18 モーダル追加
==================================================*/
	.section11_detail {
		margin-bottom: 3em;
	}


	.section11 .img_contents {
		margin: 0;
	}

	.section11 .img_contents img {
		max-width: 100%;
	}

	.section11 .img_contents .img_content {
		position: relative;
		/* display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px; */
		margin: 3em auto 2em;
		width: 90%;
	}

	.section11 .img_contents .img_content .item a {
		position: relative;
		aspect-ratio: 1 / 1;
		overflow: hidden;
		cursor: pointer;
		display: block;
	}
	.section11 .img_contents .img_content .item a._youtube::before,
	.section11 .img_contents .img_content .item a._youtube::after  {
		position: absolute;
		content: "";
		top:50%;
		left: 50%;
		transform: translate(-50%,-50%);
		aspect-ratio: 1 / 1;
		pointer-events: none;
	}
	.section11 .img_contents .img_content .item a._youtube::before {
		background: #ff0033;
		border-radius: 50%;
		width: 30%;
		z-index: 2;
	}
	.section11 .img_contents .img_content .item a._youtube::after {
		background: #fff;
		clip-path: polygon(0 0, 0% 100%, 100% 54%);
		width: calc(12% - 2px);
		height: 12%;
		z-index: 3;
	}
	.section11 .img_contents .img_content .item img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.section11 .img_content .note {
		margin-top: 0.5em;
		text-align: right;
	}

	.section11 .sec11_slide-button-prev,
	.section11 .sec11_slide-button-next {
		position: absolute;
		z-index: 2;
		top: 50%;
		translate: 0 -50%;
		margin-top: -10px;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		transition: 0.5s;
		width: 36px;
		overflow: hidden;
		background-color: rgba(255, 255, 255, 0.75);
		cursor: pointer;
	}

	.section11 .sec11_slide-button-prev {
		left: -5%;
		rotate: 180deg;
	}

	/* @media screen and (max-width:1400px) {
  .section11 .sec11_slide-button-prev {
    left: 10px;
  }
  
} */
	.section11 .sec11_slide-button-next {
		right: -5%;
	}

	.section11 .swiper-button-disabled {
		opacity: 0;
	}

	.section11 .sec11_slide-button-prev::before,
	.section11 .sec11_slide-button-next::before {
		content: "";
		position: absolute;
		width: 16px;
		height: 16px;
		right: 10px;
		top: 10px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 16px auto;
		background-image: url(../img/ico_arrow_w.png);
		filter: brightness(1) invert(2);
	}

	.mmInner {
		padding: 40px 5% 0 !important;
	}

	.mmClose {
		position: absolute !important;
		height: 40px !important;
		width: 40px !important;
		top: 10px !important;
		right: calc(5% - 10px) !important;
		background: #fff !important;
	}

	.mmClose:before,
	.mmClose:after {
		width: 50% !important;
		height: 2px !important;
		background: #000 !important;
	}

	.mmPrev,
	.mmNext {
		position: absolute !important;
		width: 30px !important;
		height: 30px !important;
		border-radius: 0 !important;
		background: transparent !important;
	}

	.mmPrev {
		left: 10px !important;
	}

	.mmNext {
		right: 10px !important;
	}

	.mmPrev:before,
	.mmNext:before {
		width: 75% !important;
		border-width: 2px 0 0 2px !important;
	}



}