@charset "UTF-8";

/*============================
共通
============================*/
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, '游ゴシック', Meiryo, 'メイリオ', sans-serif;
  line-height: 1.6;
  color: #211e1b;
}

img {
  vertical-align: bottom;
  border: none;
}

.pc {
  display: none;
}

img {
	width: 100%;
	height: auto;
}

/*============================
body
============================*/
body {
	background: url(https://img21.shop-pro.jp/PA01439/335/etc/hogonekozukan_bg_orange.jpg) repeat center top;
}

/*============================
header
============================*/
#header {
	width: 100%;
	padding: 30px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#header h1 {
    width: 100px;
	margin: 0 auto;
}
#header:before {
	content:"";
	display: block;
	width: 18.75%;
	height: 100%;
/*	background: url(https://img21.shop-pro.jp/PA01439/335/etc/hogonekozukan_sp/header_obj_1.jpg) no-repeat center;*/
	background-size: contain;
	position: absolute;
	left: 10px;
	top: 0;
}
#header:after {
	content:"";
	display: block;
	width: 18.75%;
	height: 100%;
/*	background: url(https://img21.shop-pro.jp/PA01439/335/etc/hogonekozukan_sp/header_obj_2.jpg) no-repeat center;*/
	background-size: contain;
	position: absolute;
	right: 10px;
	top: 0;
}

#sp_mv_area p {
	margin: 20px 0 0;
}
#sp_mv_area p:first-child {
	margin: 0;
}


/*============================
about_area
============================*/
#about_area {
	position: relative;
}
#about_area .btn_necore {
	width: 40.625%;
	position: absolute;
	top: 34%;
    right: 10%;
}
#about_area .btn_necore img {
	width: 100%;
	height: auto;
}

/*============================
donation_area
============================*/
#donation_area {
	background: url(https://img21.shop-pro.jp/PA01439/335/etc/hogonekozukan_bg_white.jpg) repeat center;
}
#donation_area #report {
/*	background: url(https://img21.shop-pro.jp/PA01439/335/etc/hogonekozukan_sp/dona_bg.jpg) no-repeat center bottom;*/
}
#donation_area #report .report {
	width: 93.25%;
    padding: 5px 0;
    background-color: #f5e1c8;
    margin: 0 auto 20px;
	text-align: center;
	font-size: 93%;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(33,30,27,0.35);
	box-shadow: 1px 1px 1px 1px rgba(33,30,27,0.35);
}
#donation_area #report .report span {
	color: #e60000;
}
#donation_area #report .report em {
	margin: 0 0 0 10px;
    font-style: normal;
    font-size: 200%;
    font-weight: 600;
}
#donation_area #report .txt_3 {
	width: 93.25%;
	margin: 0 auto;
	font-size: 85%;
}
#donation_area #report ul {
	width: 93.25%;
	margin: 0 auto 20px;
}
#donation_area #report li {
	font-size: 85%;
	list-style: none;
}
#donation_area #report li:before {
	content: "・";
}
#donation_area #report .obj_1 {
	width: 78.125%;
	margin: 0 auto;
}
.link {
  font-size: 0;
  text-align: center;
  margin: 0px 0 30px;
}
 .link li {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
}