@charset "UTF-8";

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.pgm {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.pgm_fst {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.pgm a,
.pgm_fst a {
	text-decoration: none;
}
.pgm a:first-of-type::before {
	font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: '\f100';
	padding-right: 5px;
}
.pgm a:nth-of-type(2)::after,
.pgm_fst a::after {
	font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: '\f101';
	padding-left: 5px;
}

.grief {
	margin-right: 1.5em;
	float: left;
}
.grief img {
	width: 100%;
	max-width: 250px;
	height: auto;
}

.mm_btm10 {
	margin-bottom: 7px;
}
.mm_btm20 {
	margin-bottom: 20px;
}
.mm_top10 {
	margin-top: 10px;
}
.mm_top20 {
	margin-top: 20px;
}
.mm_left10 {
	margin-left: 10px;
}
.mm_left20 {
	margin-left: 20px;
}

.mm_left30 {
	margin-left: 30px;
}

.imptt {
	padding-left: 110px;
	background: url(../images/ico_important.png) left center no-repeat;
}

.pickup-img {
    position: relative;
    text-shadow: none;
}
.pickup-img:before {
    border-color: transparent #FF3300 transparent transparent;
    border-style: solid;
    border-width: 0 60px 60px 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    z-index: 2;
}
.pickup-img:after {
    color: #fff;
    content: "NEW";
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 8px;
    transform: rotate(45deg);
    z-index: 3;
}
.waku_gry01 {
	border:1px solid #ddd;
	padding: 7px;
	margin-bottom: 10px;
}

.waku_gry02 {
	background:#F4F4F4;
	padding: 1px 15px 15px;
	margin-top:30px;
	border-radius: 10px;
}

.waku_mem01 {
	padding: 10px 40px 0 30px;
	margin: 0 10px 10px;
	border-bottom: 1px solid #C9C;
}

.waku_pgm_top01 {
	padding: 5px 10px 4px;
	background: #FFCCCC;
	border-radius: 5px;
	margin-bottom: 5px;
}

.waku_pgm_top02a {
	background: #E0CFE4;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 15px 30px;
	line-height: 180%;
}

.waku_pgm_top03 {
    border-left: 10px solid #BF9FCB;
    padding: 0 0 0 20px;
}

.waku_pnk01 {
	padding: 15px 20px 13px;
	background: #FCEFEF;
	border-radius: 5px;
}
.waku_ppl01 {
	padding: 15px 20px 13px;
	background: #F3EDF5;
	border-radius: 5px;
}

.waku_blue01 {
	padding: 15px 20px 13px;
	background: #0066CC;
	border-radius: 5px;
	color: #FFF;
}

.waku_grn01 {
	padding: 5px 15px 5px;
	background: #E7F0E0;
}
.waku_grn01 h2 {
	color: #61885F;
	font-size: 1.8rem;
}

.waku_grn02 {
	padding: 10px 15px 15px;
	background: #FBFAC8;
	margin-top: 2em;
	border-radius: 10px;
}

.waku_grn02 div.sch {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 5px;
	gap: 7px;
}
.waku_grn02 div.sch div {
	flex: 1;
}

.waku_grn02 .ttl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0.2em;
	margin: 0.5em 0;
}
.waku_grn02 h2 {
	color: #61885F;
	margin: 0;
	border-bottom: 1px solid #61885F;
	flex-grow: 2;
}
.waku_grn02 a.link {
	color: #61885F;
	border: 1px solid #61885F;
	background: #FFF;
	padding: 5px 10px;
	display: inline-block;
	/*--水平方向 垂直方向 影のぼかし 色--*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	text-decoration: none;
	margin-left: 20px;
}
.waku_grn02 a.place {
	color: #61885F;
	border: 1px solid #61885F;
	background: #FFF;
	padding: 2px 2px 5px;
	/*--水平方向 垂直方向 影のぼかし 色--*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	text-decoration: none;
	display: block;
}

.waku_grn02 a.link:hover,
.waku_grn02 a.place:hover {
	transform: translate(1px,1px);
	box-shadow: none;
}
.waku_grn02 a.link i {
	font-size: 1.8rem;
}

.waku_grn02 div.date_place {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 5px;
	gap: 5px 20px;
	align-items: center;
	justify-content: space-between;
}
.waku_grn02 div.date_place div:last-of-type {
	width: 60%;
	min-width: 250px;
}

.waku_grn02 div.date_place2 {
	display: flex;
	flex-wrap: wrap;
	margin: 2px;
	gap: 5px;
	flex-direction: column;
	white-space: nowrap;
}

.waku_grn02 div.date_place span {
	background: #61885F;
	padding: 1px 10px 3px;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1;
}
.waku_grn02 div.date_place2 span {
	background: #61885F;
	padding: 1px 10px 3px;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1;
}
.waku_grn02 div.date_place2 span.time {
	margin: 2px;
}

.waku_10px {
	padding: 5px 10px 10px;
}

.waku_pgm_top {
	font-size: 1.7rem;
	border-bottom: 1px dashed #DDD;
	font-weight: bold;
	margin-bottom: 5px;
}

a.btn01,
a.btn02 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	border-radius: 9999px;
	color: #fff;
	margin-bottom: 10px;
	background: #F30;
	padding: 20px 10px;
	min-width: 300px;
}
a.btn01:hover,
a.btn02:hover {
	background: #F60;
	transition : all 0.5s ease 0s;
}
a.btn01::before,
a.btn01::after,
a.btn02::before,
a.btn02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a.btn01,
a.btn01::before,
a.btn01::after,
a.btn02,
a.btn02::before,
a.btn02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a.btn02 {
    font-size: 1.8rem;
}

a.shadow {
	/*--水平方向 垂直方向 影のぼかし 色--*/
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);  
}

/* 画像の回り込み */
div.imagebox_left {
	float: left;
	padding: 0 10px 10px 0;
}

.imagebox_left span {
	display: block;
	font-size: 110%;
	text-align: center;
	padding-top: 10px;
}

div.imagebox_right,
div.membox_right,
div.topbox_right {
	float: right;
	padding: 0 0 10px 10px;
}

.imagebox_right span {
	display: block;
	font-size: x-small;
	line-height: 140%;
	padding-top: 5px;
	text-align: center;
}

/*.topbox_right {
    width: 310px;
}
*/
.membox_right {
    margin-left: 20px;
    max-width: 600px;
}
.actbox_right {
	float: right;
    padding: 0;
    width: 30%;
    max-width: 350px;
}

.actbox_left {
	float: left;
    padding: 0;
    width: 68%;
    margin-bottom: 30px;
}
.accbox_right {
	float: right;
    padding: 0;
    width: 35%;
    max-width: 300px;
}

.accbox_left {
	float: left;
    padding: 0;
    width: 63%;
    max-width: 400px;
}

.wisdom_left01 {
	float: left;
    width: 100%;
    margin-right: -230px;
    padding-right: 230px;
    box-sizing: border-box;
}

.wisdom_right01 {
	float: right;
    width: 200px;
}

.wisdom_left02 {
	float: left;
    width: 100%;
    margin-right: -330px;
    padding-right: 330px;
    box-sizing: border-box;
}

.wisdom_right02 {
	float: right;
    width: 300px;
}

div.clear {
	clear: both;
}

.box01 {
	border: 7px solid #FFF;
	margin-bottom: 10px;
    width: 95%;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.per100 {
    width: 100%;
    height: auto;
}

.blk01 {
    margin-top: 40px;
}

.news01 {
    background:url(../images/img01.png) right bottom no-repeat;
    line-height: 180%;
}
.news01_min {
    display: none;
}

.top_activity_area,
.top_outline_area {
	display: flex;
	font-size: 1.6rem;
}
.top_activity_area div.cont01 {
	margin-right: 20px;
	min-width: 320px;
}
.top_outline_area div.cont02 {
	margin-left: 20px;
	min-width: 420px;
}
.top_outline_area div.cont02 img {
	width: 100%;
	max-width: 400px;
	height: auto;
}

.top_activity_btn {
	display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.top_activity_btn div {
  width: 250px;
}

.facebook_wrap {
	max-width: 500px;
}

.fb-page,
.fb-page span,
.facebook_wrap iframe {
	width: 100% !important;
	max-width: 500px;
	height: 500px !important;
}

.top_flex01 {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.top_flex01 div.cont01 {
	width: 50%;
}
.top_flex01 div.cont02 {
  margin-left: 20px;
	width: 50%;
}
.top_flex01 div.cont03 {
	width: 60%;
	border: 1px solid #ddd;
	padding: 0 20px 20px;
}
.top_flex01 div.cont04 {
  margin-left: 20px;
	width: 40%;
	border: 1px solid #ddd;
	padding: 0 20px 20px;
}

#content_info .flex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
	justify-content: space-between;
}
#content_info .flex01 .txt {
	width: calc( 100% - 275px );
}
#content_info .flex01 .img {
	margin-right: 10px;
}
#content_info .flex01 .txt2 {
	width: calc( 100% - 210px );
}

.sec01,
.sec02 {
	margin: 0 10px 15px;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:991.98px) {
	.top_flex01 div.cont03 {
		width: 55%;
	}
	.top_flex01 div.cont04 {
		width: 45%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.top_activity_area {
		flex-direction: column;
	}
	.top_outline_area {
		flex-direction: column-reverse;
	}
	.top_activity_area div.cont01,
	.top_activity_area div.cont02,
	.top_outline_area div.cont01,
	.top_outline_area div.cont02 {
		margin: 0 auto;
	}
	
	.top_outline_area div.cont02 {
		min-width: 320px;
	}

	.top_flex01 {
		flex-direction: column;
	}
	.top_flex01 div.cont01 {
		max-width: 520px;
		margin: 0 auto 20px;
	}
	.top_flex01 div.cont02 {
		width: 100%;
		margin: 0 auto 20px;
	}	

	.top_flex01 div.cont03 {
		width: 100%;
		margin: 0 auto;
	}
	.top_flex01 div.cont04 {
		width: 100%;
		margin: 10px auto 0;
	}

	.grief {
		max-width: 50%;
		float:none;
		margin: 0 auto 10px;
	}
	
	#content_info .flex01 {
		flex-direction: column;
		gap: 15px 0;
		justify-content: center;
	}
	#content_info .flex01 .txt {
		width: 100%;
	}
	#content_info .flex01 .img {
		margin-right: 0;
		text-align: center;
	}

	.waku_pgm_top02a {
			padding: 10px 15px;
			line-height: 150%;
	}
	.waku_mem01 {
			padding: 10px 0 0;
			margin: 0;
	}
	.membox_right,
	.actbox_left {
			padding: 0;
			margin: 0;
	}
	.actbox_left,
	.accbox_left,
	.wisdom_left01,
	.wisdom_left02 {
		float:none;
		margin: 0 auto;
		width:100%;
	}
    
	.accbox_left {
		margin-bottom: 20px;
	}
	.wisdom_left01,
	.wisdom_left02 {
		padding: 0;
	}

	.actbox_right,
	.accbox_right,
	.topbox_right,
	.wisdom_right01,
	.wisdom_right02 {
		float:none;
		margin: 0 auto;
		width: 100%;
	}
	.topbox_right {
			text-align: center;
	}
	.wisdom_right01,
	.wisdom_right02 {
			text-align: center;
	}

	.news01 {
			background: none;
	}
	.news01_min {
		display: block;
		visibility: visible;
		padding: 10px;
		text-align: right;
	}
	
	.blk01 {
		margin-top: 1em;
	}

	.imptt {
		padding-left: 0;
		padding-top: 30px;
		background: url(../images/ico_important.png) left top no-repeat;
	}
	.sec01 {
		margin: 0 0 15px;
	}
}

.slider {
	width: 90%;
	max-width: 1040px;
	margin: 20px auto;
	padding: 0;
}
.slick-slide {
	margin: 0px 10px;
	text-align: center;
}
.slick-slide img {
	width: 100%;
	max-width: 232px;
}
.slick-prev:before,
.slick-next:before {
	color: #E76C38;
}
.slick-slide {
	transition: all ease-in-out .3s;
}

/* 参加する・寄附する　外枠
　 会員になる　外枠 */
.box30 {
	background: #FFF;
	border: 1px solid #F4B183;
	padding: 0;
	margin: 0;
	border-radius: 10px;
}

/* 参加する・寄附する　タイトル */
.box30 .box-title {
	font-size: 2rem;
	background: #F4B183;
	padding: 15px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
}
.box30 p {
	background: #FFF;
	padding: 15px;
	margin: 0;
	border-radius: 0 0 10px 10px;
}
.box30 p img {
	max-width: 100%;
}

.box31 {
	font-size: 2rem;
	background: #ED7D31;
	padding: 15px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
}

.box32 {
	border:1px solid #ddd;
	padding: 15px;
	margin-bottom: 10px;
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.box32 div.inner1 {
	display: inline-block;
}
.box32 div.inner1 p {
	margin-top: 0;
}
.border-radius10 {
	border-radius: 10px;
}


.part_arrow01 {
	margin: 0 auto;
	max-width: 920px;
}

/* 参加する・寄付する　中枠 */
.flex_part01 {
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
.flex_part01 .part1 {
	width: 25%;
	max-width: 230px;
}
.flex_part01 .part2 {
	display: flex;
	flex-direction: column;
	width: 50%;
	max-width: 460px;
}
.flex_part01 .part2 > div {
	display: flex;
	justify-content: center;
}
.flex_part01 .part2 > div div.inner1,
.flex_part01 .part2 > div div.inner2 {
	width: 50%;
}
.flex_part01 div.inner1,
.flex_part01 div.inner2 {
	padding: 10px;
	border: 1px solid #a0a0a0;
	border-radius: 10px;
	margin: 0 5px;
	font-family: 'BIZ UDPGothic', sans-serif;
	font-weight: 700;
	color: #000;
	line-height: 1.6em;
	height: 180px;
	position: relative;
}
.flex_part01 div.inner1 p,
.flex_part01 div.inner2 p {
	margin-top: 0;
	font-size: 1.6rem;
	line-height: 1.6em;
}
.flex_part01 .btn_abs,
.flex_part01 .btn_abs2 {
	position: absolute;
	bottom: 10px;
	width: calc(100% - 20px); /* .flex_part01 div.inner1のpadding分だけ差し引き */
}

/* 会員になる　中枠 */
.flex_part02 {
	display: flex;
	margin: 10px auto;
	justify-content: space-around;
}
.flex_part02 div i {
	font-size: 3.6rem;
	margin-bottom: 10px;
}
.flex_part02 .part1 {
	max-width: 350px;
	width: 50%;
	margin: 5px;
}
.flex_part02 .part2 {
	max-width: 350px;
	width: 33.33333%;
	margin: 5px;
}
.flex_part02 div.inner1,
.flex_part02 div.inner2 {
	font-family: 'BIZ UDPGothic', sans-serif;
	font-weight: 700;
	padding: 15px;
}
.flex_part02 div.inner1 {
	background: #FFE5E5;
}
.flex_part02 div.inner2 {
	background: #DEEBF7;
}

/* 寄付をする　枠 */
.box33 {
	background: #F5A200;
	padding: 15px;
	border-radius: 10px;
}
.box33 > h2 {
	text-align: center;
	color: #FFF;
	font-family: 'BIZ UDPGothic', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 0;
}
/* 寄付をする　中枠 */
.flex_part03 {
	display: flex;
	justify-content: space-between;
}
.flex_part03 .box-title {
	font-size: 1.6rem;
	font-family: 'BIZ UDPGothic', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #F5A200;
	margin-bottom: 0.8em;
}
.flex_part03 .part1,
.flex_part03 .part2 {
	background: #FFF;
	padding: 15px;
	width: 49%;
	line-height: 1.8em;
	border-radius: 5px;
}

/* 寄付をする　下枠 */
.box34 {
	background: #FFEDCA;
	padding: 15px;
	border-radius: 10px;
}

/* スタッフ紹介 */
.flex_part04 {
	display: flex;
	flex-wrap: wrap;
	margin: 25px auto;
	justify-content: space-between;
}
.flex_part04 .part1,
.flex_part04 .part2 {
	width: 46%;
	margin: 3em 0;
}
.flex_part04 div.inner1 {
	display: flex;
	align-items: center;
	width: 80%;
	margin: 0 auto 1em;
}
.flex_part04 div.inner1 div {
	width: 50%;
}
.flex_part04 div.inner1 div:first-of-type { /* 顔写真 */
	margin: 0 20px 0 0;
	text-align: right;
	max-width: 120px;
}
.flex_part04 div.inner1 div span { /* 氏名 */
	margin-top: 0.3em;
	font-size: 1.8rem;
	font-weight: 500;
	display: block;
}

.flex_part04 div.inner2 { /* スタッフのコメント */
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 1.8em;
}

/* 会員登録ボタン */
.mem button {
  box-shadow: none;
  outline: none;
  border: none;
	background: #A6A6A6;
	cursor: pointer;
}
button.btn_12,
a.btn_12,
a.btn_12_big {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	margin: auto;
	font-weight: bold;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	width: 100%;
}
button.btn_12,
a.btn_12 {
	padding: 0.5em 1em 0.6em 0.5em;
}

.flex_part02 div.inner1 button.btn_12,
.flex_part02 div.inner1 a.btn_12,
.flex_part02 div.inner2 button.btn_12,
.flex_part02 div.inner2 a.btn_12 {
	padding-bottom: 0.5em;
}

a.btn_12_big {
	padding: 0.8em 1.5em 0.9em 0.8em;
}
button.btn_12::after,
a.btn_12::after,
a.btn_12_big::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(47% - 2px);
	right: 1em;
}
button.btn_12:hover,
a.btn_12:hover,
a.btn_12_big:hover {
	opacity: 0.7;
}

a.btn_29 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1.2rem;
	position: relative;
	border-radius: 7px;
	border: 2px solid #F5A200;
	font-weight: bold;
	letter-spacing: 1px;
	background: #F58900;
	color: #FFF;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
a.btn_29:hover {
	color: #fff;
	background: #F58900;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a.btn_29:hover::before {
	-webkit-animation: sh02 0.5s 0s linear;
	-moz-animation: sh02 0.5s 0s linear;
	animation: light 0.5s 0s linear;
}
a.btn_29::before {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
@keyframes light {
	from {opacity: 0; left: 0%;}
	50% {opacity: 1;}
	to {opacity: 0;left: 100%;}
}

a.btn_bgcolor01 {
	background: #F5A200;
}
a.btn_bgcolor02 {
	background: #FF9999;
}
a.btn_bgcolor03 {
	background: #A6A6A6;
}
a.btn_bgcolor04 {
	background: #E76C38;
}
a.btn_bgcolor05 {
	background: #D791BC;
}

.selector-hide {
	display:none;
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:991.98px) {
	.flex_part01 div.inner1,
	.flex_part01 div.inner2 {
		height: 200px;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:819.98px) {
	.box34 {
		padding: 8px;
	}

	.part_arrow01 {
		display: none;
	}

	.flex_part01,
	.flex_part02,
	.flex_part03,
	.flex_part04 {
		flex-direction: column;
	}
	.flex_part02,
	.flex_part03 {
		justify-content: center;
	}
	.flex_part04 {
		width: 100%;
	}
	.flex_part01 .part1,
	.flex_part01 .part2,
	.flex_part03 .part1,
	.flex_part03 .part2,
	.flex_part04 .part1,
	.flex_part04 .part2 {
		width: 100%;
		margin: 15px auto;
	}
	.flex_part01 .btn_abs,
	.flex_part01 .btn_abs2 {
		width: 100%;
	}
	.flex_part01 .part1,
	.flex_part01 .part2 {
		max-width: 480px;
	}
	.flex_part01 .part2 > div div.inner1,
	.flex_part01 .part2 > div div.inner2 {
		width: 100%;
	}
	.flex_part01 div.inner1,
	.flex_part01 div.inner2 {
		height: auto;
	}
	.flex_part01 .btn_abs {
		position: relative;
		margin-top: 30px;
	}

	.flex_part02 .part1,
	.flex_part02 .part2{
		width: 100%;
		margin: 5px auto;
	}

	.flex_part04 div.inner1 {
		width: 100%;
	}
}