@charset "UTF-8";

.commemoration_fundraising .content_ttl {
	width:100%;
	margin: 0 auto;
	text-align: center;
}

.commemoration_fundraising .content_ttl h2 {
	font-size: 38px;
	color: #084a95;
	line-height: 1.2;
	letter-spacing:0.18em;
}

.commemoration_fundraising h3.greeting {
	position: relative;
	display: inline-block;
	margin-top: 80px;
	margin-bottom: 10px;
	font-size: 23px;
	color: #084A95;
	font-weight: bold;
	left:50%;
	margin-left: -2.5em;
	letter-spacing:0.22em;
}

.commemoration_fundraising h3.greeting:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 90px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #084A95;
}

.commemoration_fundraising h3.fundraising {
	position: relative;
	display: inline-block;
	margin-top: 120px;
	margin-bottom: 10px;
	font-size: 23px;
	color: #084A95;
	font-weight: bold;
	left:50%;
	margin-left: -4.5em;
	letter-spacing:0.22em;
}

.commemoration_fundraising h3.fundraising:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 110px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #084A95;
}


.commemoration_fundraising h3.recruitment {
	position: relative;
	display: inline-block;
	margin-top: 120px;
	font-size: 23px;
	color: #084A95;
	font-weight: bold;
	left:50%;
	margin-left: -2em;
	letter-spacing:0.22em;
}

.commemoration_fundraising h3.recruitment:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #084A95;
}

.commemoration_fundraising h3.method {
	position: relative;
	display: inline-block;
	margin-top: 120px;
	margin-bottom: 40px;
	font-size: 23px;
	color: #084A95;
	font-weight: bold;
	left:50%;
	margin-left: -6em;
	letter-spacing:0.22em;
}

.commemoration_fundraising h3.method:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #084A95;
}


.commemoration_fundraising h3.preferential {
	position: relative;
	display: inline-block;
	margin-top: 120px;
	margin-bottom: 10px;
	font-size: 23px;
	color: #084A95;
	font-weight: bold;
	left:50%;
	margin-left: -5em;
	letter-spacing:0.22em;
}

.commemoration_fundraising h3.preferential:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #084A95;
}


.commemoration_fundraising h3.about {
	position: relative;
	display: inline-block;
	margin-top: 120px;
	margin-bottom: 10px;
	font-size: 23px;
	color: #084A95;
	font-weight: bold;
	left:50%;
	margin-left: -7.2em;
	letter-spacing:0.22em;
}

.commemoration_fundraising h3.about:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #084A95;
}

.commemoration_fundraising h3.chart {
	position: relative;
	display: inline-block;
	margin-top: 120px;
	margin-bottom: 10px;
	font-size: 23px;
	color: #084A95;
	font-weight: bold;
	left:50%;
	margin-left: -2em;
	letter-spacing:0.22em;
}

.commemoration_fundraising h3.chart:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #084A95;
}

.commemoration_fundraising h3.houmeiroku {
	position: relative;
	display: inline-block;
	margin-top: 150px;
	margin-bottom: 10px;
	font-size: 23px;
	color: #084A95;
	font-weight: bold;
	left:50%;
	margin-left: -1.6em;
	letter-spacing:0.22em;
}

.commemoration_fundraising h3.houmeiroku:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #084A95;
}

.commemoration_fundraising h3.contact {
	position: relative;
	display: inline-block;
	margin-top: 120px;
	margin-bottom: 10px;
	font-size: 23px;
	color: #084A95;
	font-weight: bold;
	left:50%;
	margin-left: -3.2em;
	letter-spacing:0.22em;
}

.commemoration_fundraising h3.contact:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #084A95;
}



.commemoration_fundraising .inner {
	width: 1000px;
	background: #fff;
	overflow: hidden;
	padding: 40px 0 0;
}




/* greeting */
.inner.greeting {
	padding: 30px 0 0; 
}
.inner.greeting .photo {
	width: 250px;
	float: left;
	padding-top: 10px;
}

.inner.greeting .photo p {
	line-height: 1.4;
	font-size: 20px;
	color: #084a95;
	letter-spacing:0.08em;
	margin-top: 20px;
}

.inner.greeting .photo img {
	width: 100%;
	max-width: 180px;
}

.inner.greeting .photo p span {
	display: block;
	font-size: 28px;
}

.inner.greeting .txt {
	width: 750px;
	float: right;
	text-align: justify;
	text-justify: inter-ideograph;
}

.inner.greeting .txt p {
	font-size: 16px;
	color: #084A95;
	line-height: 2.0;
}


/* fundraising */
.inner.fundraising {
	padding: 30px 0 0; 
}
.inner.fundraising p {
	font-size: 16px;
	color: #084A95;
	line-height: 2.0;
}
.inner.fundraising p.txt_right {
	text-align: right;
	margin-top: 20px;
}

.inner.fundraising dl {
	width: 100%;
	max-width: 700px;
	margin: 60px auto 0;
	line-height: 1.6;
	color: #084A95;
	overflow: hidden;
}

.inner.fundraising dt{
	display: block;
	width: 75%;
	padding-bottom: 10px;
	clear: left;
	float: left;
}

.inner.fundraising dd{
	display: block;
	width: 25%;
	padding-bottom: 10px;
	float: right;
	text-align: right;
}


/* recruitment */
.inner.recruitment .table{
	border-collapse: collapse;
	width: 100%;
}

.inner.recruitment .table th,
.inner.recruitment .table td{
	font-size: 18px;
	line-height: 1.4;
	font-weight: normal;
	padding: 16px 20px;
	border-bottom: 4px solid #fff;
}

.inner.recruitment .table th{
	color: #fff;
	text-align: center;
	background: #2875BC;
	vertical-align: middle;
}

.inner.recruitment .table td{
	background: #e9ecee;
	border-left: 4px solid #fff;
}

.inner.recruitment .table th:first-child:not(.none){
	width: 18%;
}
.inner.recruitment .table td:nth-child(2):not(.none){
	width: 82%;
}

.inner.recruitment .table td a {
	color: #084A95;
}

.inner.recruitment .table td span a:hover{
	text-decoration: underline;
}

.inner.recruitment .table td p.sml_txt {
	font-size: 15px;
	margin-top: 14px;
}

.inner.recruitment .table td .sml_txt {
	font-size: 15px;
	margin-top: 14px;
}


.inner.recruitment .table td ul.list01 {
	text-indent: -1.3em;
}
.inner.recruitment .table td ul.list01 li {
	margin-left: 1.3em;
}

.inner.recruitment .table td ul.list02 li {
	display: inline-block;
	width: 26%;
	vertical-align: top;
}

.inner.recruitment .table td ul.list02 li:nth-child(1), 
.inner.recruitment .table td ul.list02 li:nth-child(4) {
	width: 40%;
}


/* method */
.inner.method {
	width: 1000px;
	background: #e9ecee;
	overflow: hidden;
	padding: 0;
}

.inner.method h4 {
	background: #2875BC;
	text-align: center;
	font-size: 23px;
	color: #fff;
	line-height: 60px;
}

.inner.method p.lead {
	padding: 20px 110px 20px;
	line-height: 1.6;
}

.inner.method dl {
	width: 100%;
	max-width: 500px;
	margin: 0 auto 28px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
}

.inner.method dt{
	display: block;
	width: 30%;
	font-size: 18px;
	padding: 0 10px;
	background: #2875BC;
	color: #fff;
	clear: left;
	float: left;
}

.inner.method dd{
	display: block;
	width: 70%;
	float: right;
	padding: 0 10px;
	font-size: 18px;
	color: #084A95;
	background: #d3dadf;
	font-weight: bold;
}

.inner.method .btn {
	width: 100%;
	max-width: 500px;
	margin: 0 auto 40px;
	text-align: center;
}

.inner.method .btn a {
	display: block;
	line-height: 60px;
	color: #084a95;
	border: 1px solid #084a95;
	font-size: 20px;
	background: #fff url(../images/commemoration_fundraising/btn_ico_blue.png) no-repeat right 30px center;
	background-size: auto 17px;
}


/* preferential */
.inner.preferential_lead {
	width: 1000px;
	margin-bottom: 20px;
	padding: 30px 0 0;
}
.inner.preferential_lead　p {
	line-height: 1.6;
}

.inner.preferential {
	width: 1000px;
	background: #e9ecee;
	overflow: hidden;
	padding: 0;
}

.inner.preferential h4 {
	background: #2875BC;
	text-align: center;
	font-size: 23px;
	color: #fff;
	line-height: 60px;
}

.inner.preferential h5 {
	text-align: center;
	font-size: 20px;
	color: #084A95;
	padding: 20px 100px 14px;
}

.inner.preferential h5.line {
	margin: 30px 50px 0;
	background: url(../images/commemoration_fundraising/line.png) repeat-x center top;
}

.inner.preferential.fst p.lead {
	padding: 0 100px 20px;
	line-height: 1.6;
	font-size: 16px;
}

.inner.preferential.sec p.lead {
	padding: 0 100px 18px;
	line-height: 1.6;
	font-size: 16px;
}

.inner.preferential dl {
	margin: 0 100px 0;
	line-height: 50px;
	overflow: hidden;
}

.inner.preferential dt{
	display: block;
	width: 23%;
	font-size: 18px;
	padding: 0 10px;
	background: #d3dadf;
	margin-bottom: 10px;
	border-right: 5px solid #e9ecee;
	color: #084A95;
	text-align: center;
	clear: left;
	float: left;
}

.inner.preferential dd{
	display: block;
	width: 77%;
	float: right;
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #084A95;
	background: #fff;
}

.inner.preferential.fst p {
	padding: 20px 100px 0;
}

.inner.preferential.fst p.end{
	padding-bottom: 40px;
}


.inner.preferential.sec {
	margin-top: 30px;
}
.inner.preferential.sec p.lead {
	padding: 30px 100px 30px;
	line-height: 1.6;
	font-size: 16px;
}

.inner.preferential.sec p.midashi {
	color: #084A95;
	line-height: 1.6;
	font-size: 18px;
	text-align: center;
	margin: 0 0 10px;
}

.inner.preferential .whBox {
	margin: 0 100px 20px;
	background: #fff;
	padding:20px 0 20px 100px;
	color: #084A95;
	line-height: 1.6;
	font-size: 18px;
}


.inner.preferential.sec p.end{
	padding: 0 100px 40px;
}

/* about */
.inner.about {
	width: 1000px;
	overflow: hidden;
	position: relative;
}

.inner.about .about_l {
	width: 480px;
	float: left;
}

.inner.about .about_r {
	width: 480px;
	float: right;
}

.inner.about .about_l img {
	width: 100%;
}

.inner.about .about_l a:hover img {
	opacity: 0.8;
}

.inner.about .about_r .blue_btn {
	position: absolute;
	bottom: 0;
	right: 0;
}

.inner.about .blue_btn {
	width: 100%;
	max-width: 480px;
	text-align: center;
}

.inner.about .blue_btn a {
	display: block;
	line-height: 90px;
	color: #fff;
	font-size: 20px;
	background: #30A4DE url(../images/commemoration_fundraising/btn_ico_wh.png) no-repeat right 30px center;
	background-size: auto 17px;
}

/* chart */
.inner.chart {
	width: 1000px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.inner.chart p.date {
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
}

.inner.chart p.date span {
	padding-left: 1em;
}

.inner.chart p.img {
	text-align: center;
}
.inner.chart p.img img {
	display: block;
	margin: 0 auto;
	width: 782px;
}

/* houmeiroku */
.inner.houmeiroku {
	width: 1000px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.inner.houmeiroku p.lead {
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}

.inner.houmeiroku .blue_btn {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.inner.houmeiroku .blue_btn a {
	display: block;
	line-height: 1.5;
	height: 90px;
	color: #fff;
	font-size: 20px;
	padding-top: 20px;
	background: #30A4DE url(../images/commemoration_fundraising/btn_ico_wh.png) no-repeat right 30px center;
	background-size: auto 17px;
}

.inner.houmeiroku .blue_btn a span {
	display: block;
	font-size: 12px;
}

/* contact */
.inner.contact {
	width: 1000px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.inner.contact p.txt1 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}

.inner.contact p.txt2 {
	text-align: center;
	line-height: 1.8;
	font-size: 18px;
	margin-bottom: 50px;
}


.yellowBtn {
	width: 500px;
	margin: 50px auto 0;
	text-align: center;
}

.yellowBtn a {
	position: relative;
	display: block;
	line-height: 54px;
	background: #FFF100;
	color: #084a95;
	border: 2px solid #084a95;
	font-size: 20px;
}

.yellowBtn a:after {
	content: '';
	position: absolute;
	top: 38%;
	right: 1.6em;
	border: solid #084a95;
	border-width: 0px 0px 3px 3px;
	width: 0.42em;
	height: 0.42em;
	transform: rotate(-135deg);
}

.yellowBtn a:hover:after {
	border: solid #fff;
	border-width: 0px 0px 3px 3px;
}


@media screen and (min-width:769px) {
	
	.inner.method .btn a:hover {
		display: block;
		line-height: 60px;
		color: #fff;
		border: 1px solid #084a95;
		font-size: 20px;
		background: #084a95 url(../images/commemoration_fundraising/btn_ico_wh.png) no-repeat right 30px center;
		background-size: auto 17px;
	}
	
	.inner.about .blue_btn a:hover {
		color: #fff;
		background: #084a95 url(../images/commemoration_fundraising/btn_ico_wh.png) no-repeat right 30px center;
		background-size: auto 17px;
	}
	
	.inner.houmeiroku .blue_btn a:hover {
		color: #fff;
		background: #084a95 url(../images/commemoration_fundraising/btn_ico_wh.png) no-repeat right 30px center;
		background-size: auto 17px;
	}
	.yellowBtn a:hover {
		background: #084a95;
		color: #fff;
	}
}

@media screen and (max-width:1024px) {
	
	.commemoration_fundraising .inner {
		width:92%;
		padding: 40px 4% 0px;
	}
	
	/* greeting */
	.inner.greeting {
		padding: 30px 0 0;
	}
	.inner.greeting .photo {
		width: 27%;
		padding-right: 3%;
		float: left;
	}
	.inner.greeting .txt {
		width: 70%;
	}
	.inner.greeting .photo p {
		font-size: 18px;
	}
	
	/* recruitment */
	.inner.fundraising {
		padding: 30px 0 0;
	}
	
	/* recruitment */
	.inner.recruitment {
		padding: 40px 0 0;
	}
	.inner.recruitment .table th,
	.inner.recruitment .table td{
		font-size: 16px;
	}
	
	/* recruitment */
	.inner.method {
		padding: 0 0 0;
	}
	.inner.method p.lead {
		padding: 20px 5% 20px;
	}
	
	/* preferential */
	.inner.preferential_lead {
		width: 100%;
		padding: 30px 4% 0;
	}

	.inner.preferential {
		padding: 0;
	}
	.inner.preferential h5 {
		padding: 20px 5% 14px;
	}
	.inner.preferential.fst p.lead {
		padding: 0 5% 20px;
	}
	
	.inner.preferential dl {
		width: 90%;
		max-width: 1000px;
		margin: 0 auto 0;
	}
	
	.inner.preferential dt{
		width: 20%;
		font-size: 16px;
	}
	.inner.preferential dd{
		width: 80%;
		font-size: 16px;
	}
	.inner.preferential.fst p {
		padding: 20px 5% 0;
	}
	.inner.preferential.sec p.lead {
		padding: 30px 5% 30px;
	}
	.inner.preferential.sec p.midashi {
		margin: 0 5% 10px;
	}
	.inner.preferential .whBox {
		margin: 0 5% 20px;
		padding:20px 0 20px 10%;
	}
	.inner.preferential.sec p.end{
		padding: 0 5% 40px;
	}
	
	/* about */
	.inner.about {
		padding: 40px 0 0;
	}
	.inner.about .about_l {
		width: 48%;
		float: left;
	}

	.inner.about .about_r {
		width: 48%;
		float: right;
		font-size: 15px;
	}
	
	.inner.about .blue_btn {
		width: 100%;
		max-width: 48%;
		text-align: center;
	}
	.inner.about .blue_btn a {
		line-height: 60px;
		font-size: 16px;
	}
	
	/* chart */
	.inner.chart {
		padding: 30px 0 0;
	}
	.inner.chart p.img img {
		max-width: 682px;
	}
	
	/* houmeiroku */
	.inner.houmeiroku {
		padding: 30px 0 0;
	}
	.inner.houmeiroku .blue_btn a {
		height: 70px;
		padding-top: 10px;
	}
	/* contact */
	.inner.contact {
		padding: 30px 0 0;
	}
	.inner.contact p.txt2 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:900px) {
	
	.commemoration_fundraising h3.fundraising {
		margin-top: 80px;
	}
	.commemoration_fundraising h3.recruitment {
		margin-top: 80px;
	}
	.commemoration_fundraising h3.method {
		margin-top: 80px;
	}
	.commemoration_fundraising h3.preferential {
		margin-top: 80px;
	}
	.commemoration_fundraising h3.about {
		margin-top: 80px;
	}
	.commemoration_fundraising h3.chart {
		margin-top: 70px;
	}
	.commemoration_fundraising h3.houmeiroku {
		margin-top: 80px;
	}
	.commemoration_fundraising h3.contact {
		margin-top: 80px;
	}

	
	/* greeting */
	.inner.greeting .txt p {
		font-size: 1.562vw;
	}
	.inner.greeting .photo p {
		font-size: 2.162vw;
	}
	.inner.greeting .photo p span {
		font-size: 3.162vw;
	}
	
	/* fundraising */
	.inner.fundraising p {
		font-size: 1.562vw;
	}
	.inner.fundraising dl {
		width: 80%;
	}
	.inner.fundraising dt{
		font-size: 1.562vw;
	}
	.inner.fundraising dd{
		font-size: 1.562vw;
	}
	
	/* recruitment */
	.inner.recruitment .table th,
	.inner.recruitment .table td{
		font-size: 1.562vw;
	}
	.inner.recruitment .table td p.sml_txt {
		font-size: 1.462vw;
	}
	.inner.recruitment .table td .sml_txt {
		font-size: 1.462vw;
	}
	
	/* preferential */
	.inner.preferential_lead {
		font-size: 1.562vw;
	}
	.inner.preferential h5 {
		font-size: 2.262vw;
	}
	.inner.preferential dt{
		font-size: 2.062vw;
		line-height: 1.4;
		padding: 10px;
		margin-bottom: 5px;
		width: 100%;
		float: none;
		border: none;
	}
	.inner.preferential dd{
		font-size: 2.062vw;
		line-height: 1.4;
		padding: 10px;
		width: 100%;
		float: none;
		text-align: center;
	}

	.inner.preferential p {
		font-size: 1.562vw !important;
	}
	
	.inner.preferential.sec p.midashi {
		font-size: 1.762vw !important;
	}
	.inner.preferential .whBox {
		font-size: 1.862vw;
		padding:20px 0 20px 9%;
	}
	
	/* method */
	.inner.method p.lead {
		font-size: 1.562vw;
	}
	
	/* about */
	.inner.about .about_r {
		font-size: 1.562vw;
	}
	
	/* chart */
	.inner.chart {
		padding: 20px 0 0;
	}
	.inner.chart p.date {
		font-size: 2.062vw;
	}
	/* houmeiroku */
	.inner.houmeiroku p.lead {
		font-size: 2.062vw;
	}
	/* contact */
	.inner.contact p.txt1 {
		font-size: 2.162vw;
		margin-bottom: 20px;
	}
	.inner.contact p.txt2 {
		font-size: 1.862vw;
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width:800px) {
	
	.commemoration_fundraising h3.greeting {
		font-size: 3.662vw;
	}
	.commemoration_fundraising h3.fundraising {
		font-size: 3.662vw;
	}
	.commemoration_fundraising h3.recruitment {
		font-size: 3.662vw;
	}
	.commemoration_fundraising h3.method {
		font-size: 3.662vw;
	}
	.commemoration_fundraising h3.preferential {
		font-size: 3.662vw;
	}
	.commemoration_fundraising h3.about {
		font-size: 3.662vw;
	}
	.commemoration_fundraising h3.chart {
		font-size: 3.662vw;
	}
	.commemoration_fundraising h3.houmeiroku {
		font-size: 3.662vw;
	}
	.commemoration_fundraising h3.contact {
		font-size: 3.662vw;
	}
	
	/* preferential */
	.inner.preferential .whBox {
		font-size: 2.262vw;
		padding:20px 0;
		text-align: center;
	}
	
	/* about */
	.inner.about .about_l {
		width:38%;
		float: left;
		font-size: 1.562vw;
		padding-bottom: 130px;
	}

	.inner.about .about_r {
		width: 58%;
		float: right;
		font-size: 1.862vw;	
	}
	
	.inner.about .about_r .blue_btn {
		max-width: 500px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateY(-50%) translateX(-50%); 
	}

	.inner.about .blue_btn {
		max-width: 80%;
	}
	.inner.about .blue_btn a {
		line-height: 70px;
		font-size: 2.862vw;
	}
	
	/* chart */
	.inner.chart p.date span {
		font-size: 2.662vw;
	}
	
	/* houmeiroku */
	.inner.houmeiroku p.lead {
		font-size: 2.662vw;
	}
	.inner.houmeiroku .blue_btn a {
		font-size: 2.862vw;
	}

	.inner.houmeiroku .blue_btn a span {
		font-size: 1.862vw;
	}
	/* contact */
	.inner.contact p.txt1 {
		font-size: 2.662vw;
		margin-bottom: 20px;
	}
	.inner.contact p.txt2 {
		font-size: 2.262vw;
		margin-bottom: 20px;
	}
	

}


@media screen and (max-width:768px) {
	
	.commemoration_fundraising .content_ttl h2 {
		font-size: 4.862vw;
	}
	/* greeting */
	.inner.greeting .txt p {
		font-size: 2.262vw;
		line-height: 1.8;
	}
	/* fundraising */
	.inner.fundraising p {
		font-size: 2.262vw;
		line-height: 1.8;
	}
	.inner.fundraising dl {
		width: 90%;
	}
	.inner.fundraising dt{
		width: 74%;
		font-size: 2.262vw;
	}
	.inner.fundraising dd{
		width: 26%;
		font-size: 2.262vw;
	}
	
	/* recruitment */
	.inner.recruitment .table th,
	.inner.recruitment .table td{
		font-size: 1.962vw;
	}
	.inner.recruitment .table td p.sml_txt {
		font-size: 1.862vw;
	}
	.inner.recruitment .table td .sml_txt {
		font-size: 1.862vw;
	}
	
	/* preferential */
	.inner.preferential_lead {
		font-size: 2.262vw;
	}
	.inner.preferential p {
		font-size: 2.262vw !important;
	}
	.inner.preferential.sec p.midashi {
		margin: 0 10% 3%;
		font-size: 2.662vw !important;
	}
	.inner.preferential h5 {
		font-size: 2.862vw;
	}
	
	.inner.preferential h5.line {
		margin: 30px 5% 0;
	}
	.inner.preferential dt{
		font-size: 2.662vw;
	}
	.inner.preferential dd{
		font-size: 2.462vw;
	}

	
	/* method */
	.inner.method h4 {
		font-size: 3.062vw;
	}
	.inner.method p.lead {
		font-size: 2.262vw;
	}
	
	.inner.method dt{
		font-size: 1.962vw;
	}
	.inner.method dd{
		font-size: 1.962vw;
	}
	
	.inner.method .btn a {
		font-size: 2.262vw;
	}
	.inner.method .btn a:hover {
		font-size: 2.262vw;
	}
	
	/* about */
	.inner.about .about_r {
		font-size: 2.262vw;	
	}

	/* preferential */
	.inner.preferential h4 {
		font-size: 3.062vw;
	}
	
	/* chart */
	.inner.chart p.img img {
		max-width: 582px;
	}
}


@media screen and (max-width: 736px) and (orientation: landscape) {
	/* greeting */
	.inner.greeting .txt p {
		font-size: 2.286vw;
	}
	
	/* fundraising */
	.inner.fundraising p {
		font-size: 2.286vw;
	}
	.inner.fundraising dt{
		width: 74%;
		font-size: 2.162vw;
	}
	.inner.fundraising dd{
		width: 26%;
		font-size: 2.162vw;
	}
	/* recruitment */
	.inner.recruitment .table th,
	.inner.recruitment .table td{
		font-size: 1.862vw;
	}
	.inner.recruitment .table td p.sml_txt {
		font-size: 1.662vw;
	}
	.inner.recruitment .table td .sml_txt {
		font-size: 1.662vw;
	}
	
	/* method */
	.inner.method p.lead {
		font-size: 2.286vw;
	}
	.inner.method dt{
		font-size: 2.162vw;
	}
	.inner.method dd{
		font-size: 2.462vw;
	}
	/* preferential */
	.inner.preferential_lead {
		font-size: 2.286vw;
	}
	
	.inner.preferential p {
		font-size: 2.286vw !important;
	}
	
	.inner.preferential h5 {
		font-size: 2.862vw;
	}
	
	.inner.preferential dt{
		font-size: 2.662vw;
	}
	.inner.preferential dd{
		font-size: 2.262vw;
	}
	.inner.preferential.sec p.midashi {
		font-size: 2.862vw !important;
	}
	.inner.preferential .whBox {
		font-size: 2.162vw;
		padding:20px 10px;
		text-align: center;
	}
	.inner.about .about_r {
		font-size: 2.262vw;	
	}
	
	.inner.chart p.date span {
		font-size: 2.862vw;
	}
	/* houmeiroku */
	.inner.houmeiroku p.lead {
		font-size: 2.862vw;
	}
	/* contact */
	.inner.contact p.txt1 {
		font-size: 2.662vw;
	}
	.inner.contact p.txt2 {
		font-size: 2.262vw;
	}
	
}

@media screen and (max-width: 568px) and (orientation: landscape) {
	.inner.method dl {
		width: 80%;
	}
	.inner.method .btn a {
		line-height: 50px;
	}
	.inner.method .btn a:hover {
		line-height: 50px;
	}
}


@media screen and (max-width:640px) {
	
	.commemoration_fundraising h3.greeting {
		margin-top: 40px;
		font-size: 3.262vw;
	}
	.commemoration_fundraising h3.fundraising {
		font-size: 3.262vw;
		margin-top: 50px;
		margin-left: -5.4em;
	}
	.commemoration_fundraising h3.recruitment {
		font-size: 3.262vw;
		margin-top: 50px;
	}
	.commemoration_fundraising h3.method {
		font-size: 3.262vw;
		margin-top: 50px;
	}
	.commemoration_fundraising h3.preferential {
		font-size: 3.262vw;
		margin-top: 50px;
	}
	.commemoration_fundraising h3.about {
		font-size: 3.262vw;
		margin-top: 50px;
	}
	.commemoration_fundraising h3.chart {
		font-size: 3.262vw;
		margin-top: 50px;
	}
	.commemoration_fundraising h3.houmeiroku {
		font-size: 3.262vw;
		margin-top: 50px;
	}
	.commemoration_fundraising h3.contact {
		font-size: 3.262vw;
		margin-top: 50px;
	}
	
	.commemoration_fundraising .content_ttl h2 {
		font-size: 4.8262vw;
		line-height: 1.8;
		margin-top: 100px;
	}
	
	.inner.method .btn {
		width: 80%;
	}
	
	/* greeting */
	.inner.greeting .txt p {
		font-size: 1.962vw;
	}
	
	/* fundraising */
	.inner.fundraising p {
		font-size: 1.962vw;
	}
	.inner.fundraising dl {
		width: 90%;
	}
	.inner.fundraising dt{
		font-size: 1.962vw;
	}
	.inner.fundraising dd{
		font-size: 1.962vw;
	}

	/* method */
	.inner.method p.lead {
		font-size: 1.962vw;
	}
	.inner.method .btn a {
		font-size: 2.662vw;
	}
	.inner.method .btn a:hover {
		font-size: 2.662vw;
	}
	
	/* preferential */
	.inner.preferential_lead {
		font-size: 1.962vw;
	}
	.inner.preferential h5 {
		font-size: 2.662vw;
	}
	
	.inner.preferential p {
		font-size: 1.962vw !important;
	}

	.inner.preferential dt{
		font-size: 2.462vw;
	}
	.inner.fundraising dd{
		font-size: 1.862vw;
	}
	.inner.preferential.sec p.midashi {
		font-size: 2.162vw !important;
	}
	
	.inner.preferential .whBox {
		font-size: 2.062vw;
		padding:20px 0 20px 6%;
	}
	
	
	/* recruitment */
	.inner.recruitment .table th,
	.inner.recruitment .table td{
		font-size: 1.662vw;
	}
	
	.inner.recruitment .table th {
		padding: 16px 5px;
	}
	
	/* about */
	.inner.about .about_l {
		padding-bottom: 120px;
	}
	.inner.about .about_r {
		font-size: 1.962vw;
	}
	
	.inner.about .blue_btn {
		width: 100%;
	}
	.inner.about .blue_btn a {
		line-height: 60px;
		font-size: 2.662vw;
		background-size: auto 14px;
	}
	
	/* houmeiroku */
	.inner.houmeiroku p.lead {
		font-size: 2.662vw;
	}
	.inner.houmeiroku .blue_btn {
		width: 100%;
	}
	.inner.houmeiroku .blue_btn a {
		font-size: 2.662vw;
		height: 60px;
		background-size: auto 14px;
	}
	
	/* chart */
	.inner.chart p.date {
		font-size: 2.662vw;
	}
	.inner.chart p.img img {
		width:100%;
	}
	
	/* contact */
	.inner.contact p.txt1 {
		font-size: 2.862vw;
	}
	.inner.contact p.txt2 {
		font-size: 2.462vw;
	}
	
	.yellowBtn {
		width: 80%;
	}
	.yellowBtn a {
		line-height: 40px;
		font-size: 2.862vw; 
	}
	.yellowBtn a:after {
		top: 30%;
	}
	
	.yellowBtn a:after {
		top: 38%;
	}
}

@media screen and (max-width:540px) {

	.inner.recruitment .table th:first-child:not(.none){
		width: 100%;
		display: block;
	}
	.inner.recruitment .table td:nth-child(2):not(.none){
		width: 100%;
		display: block;
	}
	.inner.recruitment .table td{
		border-left: none;
	}
	
	/* recruitment */
	.inner.recruitment .table th,
	.inner.recruitment .table td{
		font-size: 2.062vw;
		padding: 10px 20px;
	}
	
	/* method */
	.inner.method dl {
		width: 80%;
	}
	.inner.method dt{
		font-size: 2.262vw;
	}
	.inner.method dd{
		font-size: 2.262vw;
	}
	.inner.method .btn {
		width: 80%;
	}
	.inner.method .btn a {
		background-size: auto 12px;
	}
	.inner.method .btn a:hover {
		background-size: auto 12px;
	}
	
}


@media screen and (max-width:480px) {

	.commemoration_fundraising .inner {
		width:88%;
		padding: 40px 6% 0px;
	}
	.commemoration_fundraising .content_ttl h2 {
		font-size: 6.0262vw;
		line-height: 1.2;
	}
	.commemoration_fundraising h3.greeting {
		margin-top: 40px;
		font-size: 4.862vw;
		margin-left: -3em;
	}
	.commemoration_fundraising h3.fundraising {
		font-size: 4.862vw;
	}
	.commemoration_fundraising h3.recruitment {
		font-size: 4.862vw;
	}
	.commemoration_fundraising h3.method {
		font-size: 4.862vw;
	}
	.commemoration_fundraising h3.preferential {
		font-size: 4.862vw;
	}
	.commemoration_fundraising h3.about {
		font-size: 4.862vw;
	}
	.commemoration_fundraising h3.chart {
		font-size: 4.862vw;
	}
	.commemoration_fundraising h3.houmeiroku {
		font-size: 4.862vw;
	}
	.commemoration_fundraising h3.contact {
		font-size: 4.862vw;
	}

	/* greeting */
	.inner.greeting {
		padding: 30px 0 0;
	}
	/* fundraising */
	.inner.fundraising {
		padding: 30px 0 0;
	}
	.inner.fundraising p {
		font-size: 3.862vw;
	}
	.inner.fundraising dl{
		width: 100%;
	}
	.inner.fundraising dt{
		width: 80%;
		font-size: 3.262vw;
	}
	.inner.fundraising dd{
		width: 20%;
		font-size: 3.262vw;
	}
	
	/* greeting */
	.inner.greeting .photo {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-top: 0;
		margin-bottom: 30px;
		text-align: center;
	}
	.inner.greeting .photo p {
		font-size: 3.262vw;
	}
	.inner.greeting .photo p span {
		font-size: 4.262vw;
	}
	.inner.greeting .photo br {
		display: none;
	}
	.inner.greeting .txt {
		width: 100%;
		float: none;
	}
	.inner.greeting .txt p {
		font-size: 3.862vw;
	}
	/* recruitment */
	.inner.recruitment {
		padding: 30px 0 0;
	}
	.inner.recruitment .table th,
	.inner.recruitment .table td{
		font-size: 4.362vw;
		padding: 10px 10px;
	}
	.inner.recruitment .table td{
		font-size: 3.262vw;
		padding: 10px 10px;
	}
	
	.inner.recruitment .table td ul.list02 li {
		width: 100%;
	}
	
	.inner.recruitment .table td ul.list02 li:nth-child(1), 
	.inner.recruitment .table td ul.list02 li:nth-child(4) {
		width: 100%;
	}
	
	.inner.recruitment .table td p.sml_txt {
		font-size: 2.862vw;
	}
	.inner.recruitment .table td .sml_txt {
		font-size: 2.862vw;
	}
	
	/* method */
	.inner.method {
		padding: 0;
	}
	.inner.method h4 {
		font-size: 4.262vw;
		line-height:50px;
	}
	.inner.method p.lead {
		font-size: 3.862vw;
	}
	
	.inner.method dl {
		width: 90%;
	}
	.inner.method dt{
		width: 100%;
		float: none;
		font-size: 3.862vw;
	}
	.inner.method dd{
		width: 100%;
		float: none;
		font-size: 3.462vw;
	}
	.inner.method .btn {
		width: 90%;
	}
	
	.inner.method .btn a {
		line-height: 40px;
		background: #fff url(../images/commemoration_fundraising/btn_ico_blue.png) no-repeat right 10px center;
		background-size: auto 12px;
		font-size: 3.662vw;
	}
	.inner.method .btn a:hover {
		line-height: 40px;
		background: #fff url(../images/commemoration_fundraising/btn_ico_blue.png) no-repeat right 10px center;
		background-size: auto 12px;
		font-size: 3.662vw;
	}
	
	/* preferential */
	
	.inner.preferential {
		padding: 0;
	}
	.inner.preferential h4 {
		font-size: 4.262vw;
		line-height:50px;
	}
	.inner.preferential_lead {
		padding: 30px 0 0;
		font-size: 3.862vw;
	}
	.inner.preferential h5 {
		font-size: 4.462vw;
	}
	.inner.preferential dt{
		font-size: 3.862vw;
	}
	.inner.preferential dd{
		font-size: 3.462vw;
	}
	.inner.preferential p {
		font-size: 3.862vw !important;
	}
	.inner.preferential.sec p.midashi {
		margin: 0 10% 3%;
		font-size: 4.062vw !important;
	}
	.inner.preferential .whBox {
		font-size:4.062vw;
		padding:20px 10px;
		text-align: center;
	}
	
	
	/* about */
	.inner.about {
		padding: 30px 0 0;
	}
	.inner.about .about_l {
		padding-bottom: 0;
	}
	.inner.about .about_l {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.inner.about .about_r {
		width: 100%;
		float: none;
		font-size: 3.462vw;
	}
	.inner.about .about_r .blue_btn {
		width: 100%;
		position: inherit;
		bottom: inherit !important;
		right: inherit !important;
		left: inherit !important;
		transform: none;
		margin-top: 20px;
	}
	
	.inner.about .about_r .blue_btn a {
		font-size: 4.262vw;
		width: 92%;
		margin: 0 auto;
		background: #30A4DE url(../images/commemoration_fundraising/btn_ico_wh.png) no-repeat right 20px center;
		background-size: auto 12px;
	}
	/* chartd */
	.inner.chartd {
		padding: 30px 0 0;
	}
	.inner.chart p.date {
		margin-bottom: 30px;
		font-size:3.462vw;
	}
	
	/* houmeiroku */
	.inner.houmeiroku {
		padding: 30px 0 0;
	}
	.inner.houmeiroku p.lead {
		margin-bottom: 20px;
		font-size:3.462vw;
	}
	.inner.houmeiroku .blue_btn a {
		font-size: 4.262vw;
		width: 92%;
		margin: 0 auto;
		background: #30A4DE url(../images/commemoration_fundraising/btn_ico_wh.png) no-repeat right 20px center;
		background-size: auto 12px;
	}
	
	.inner.houmeiroku .blue_btn a span {
		font-size: 2.862vw;
	}
	
	/* contact */
	.inner.contact {
		padding: 30px 0 0;
	}
	.inner.contact p.txt1 {
		font-size: 3.862vw;
	}
	.inner.contact p.txt2 {
		font-size: 3.462vw;
	}
	

	.yellowBtn {
		width: 94%;
	}
	.yellowBtn a {
		font-size: 4.262vw !important;
	}
	.yellowBtn a:after {
		top: 38%;
		right: 1.2em;
	}
}

@media screen and (max-width:340px) {
	
	.commemoration_fundraising .content_ttl h2 {
		font-size: 6.0262vw;
		line-height: 1.2;
	}
	.commemoration_fundraising h3.greeting {
		font-size: 5.262vw;
	}
	.commemoration_fundraising h3.fundraising {
		font-size: 5.262vw;
	}
	.commemoration_fundraising h3.recruitment {
		font-size: 5.262vw;
	}
	.commemoration_fundraising h3.method {
		font-size: 5.262vw;
	}
	.commemoration_fundraising h3.preferential {
		font-size: 5.262vw;
	}
	.commemoration_fundraising h3.about {
		font-size: 5.262vw;
	}
	.commemoration_fundraising h3.chart {
		font-size: 5.262vw;
	}
	.commemoration_fundraising h3.houmeiroku {
		font-size: 5.262vw;
	}
	.commemoration_fundraising h3.contact {
		font-size: 5.262vw;
	}
	
	.commemoration_fundraising .content_ttl h2 {
		font-size: 5.8262vw !important;
	}
	
	/* recruitment */
	.inner.recruitment .table td ullist02 li {
		width: 100%;
	}
	
	
	/* method */
	.inner.method h4 {
		font-size: 4.262vw;
		line-height:40px;
	}
	
	/* preferential */
	.inner.preferential h4 {
		font-size: 4.262vw;
		line-height:40px;
	}
	.inner.preferential h5 {
		font-size: 3.862vw;
	}
	.inner.preferential.fst p.end{
		padding-bottom: 20px;
	}
	.inner.preferential.sec p.end{
		padding-bottom: 20px;
	}
	
	.inner.preferential.sec p.lead {
		padding: 20px 5% 10px;
	}
	.inner.preferential dt{
		font-size: 3.462vw;
	}
	
	.inner.preferential .whBox {
		font-size: 2.062vw;
		padding:10px 3%;
	}
	
	.inner.preferential .whBox br {
		display: none;
	}
	
	/* about */
	.inner.about .about_r .blue_btn a {
		font-size:4.262vw;
		background: #30A4DE url(../images/commemoration_fundraising/btn_ico_wh.png) no-repeat right 15px center;
		background-size: auto 12px;
	}
	
	/* houmeiroku */
	.inner.houmeiroku .blue_btn a {
		font-size: 4.262vw;
		background: #30A4DE url(../images/commemoration_fundraising/btn_ico_wh.png) no-repeat right 15px center;
		background-size: auto 12px;
	}

	.yellowBtn a {
		font-size: 13px !important;
	}

}
