@charset "UTF-8";

/* //////////////////////////////////////////////////

　支援のお願いページのスタイル

////////////////////////////////////////////////// */


.sec .container {
	width: 760px;
}


/* 支援のお願い
-------------------------------------------------- */

/* sec1 */
.sec01_box {
	position: relative;
	margin: 60px 0 0;
	padding: 30px 80px;
	background: #eee;
	border-radius: 6px;
}
.sec01_box + .sec01_box {
	margin-top: 80px;
}
.sec01_box i {
	position: absolute;
}
.sec01_box:nth-of-type(1) i {
	top: 19%;
	left: -5px;
}
.sec01_box:nth-of-type(2) i {
	top: 10%;
	right: -35px;
}
.sec01_box:nth-of-type(3) i {
	top: 20%;
	left: -45px;
}
.sec01_box h3 {
	margin: -50px 0 20px;
	font-size: 2.5em;
	letter-spacing: 0.1em;
}

/* sec2 */
.sec02_box {
	margin: 60px 0 0;
}
.sec02_box + .sec02_box {
	margin-top: 80px;
}
.sec02_box .content {
	width: 530px;
}
.sec02_box:nth-of-type(odd) .content {
	padding-left: 40px;
}
.sec02_box:nth-of-type(even) {
	padding: 0 50px 0 0;
}
.sec02_box:nth-of-type(even) .content {
	padding: 0 0 0 50px;
}

/* ご寄付 */
.payment {
	margin: 30px 0 0;
}
.funding .bg_tit {
	display: inline-block;
	margin: 60px 0 25px;
	background: #fef677;
	font-size: 1.85em;
}
/* 振込口座 */
.bank table {
	width: 100%;
}
.bank th,
.bank td {
	padding: 5px 10px;
}
.bank th {
	background: #1cb8cf;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
}
.bank td {
	border-bottom: 1px solid #a8a8a8;
}
.bank tr:last-child th {
	border-bottom: 1px solid #1cb8cf;
}
.bank tr:first-child td {
	border-top: 1px solid #a8a8a8;
}
.bank caption {
	background: #a8a8a8;
	padding: 5px;
}

/* ボタン */
.sec02_button {
	margin-top: 80px;
	font-family: "FOT-筑紫A丸ゴシック Std B","TsukuARdGothicStd-B","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.sec02_button li {
	margin: 0 20px;
}
.sec02_button a {
	display: block;
	padding: 10px 20px;
	padding-left: 60px;
	border: 2px solid #1bb8ce;
	border-radius: 6px;
	background-position: 20px 50%;
	background-repeat: no-repeat;
	font-size: 1.78em;
}
.sec02_button .pdf a {
	background-image: url(../img/funding/ico_pdf.png);
}
.sec02_button .mail a {
	background-image: url(../img/funding/ico_mail.png);
}
.sec02_button a:hover {
	text-decoration: none;
	opacity: .8;
}


/* sec3 */
.faq .ac_btn {
	margin-top: 30px;
	padding: 6px;
	padding-left: 50px;
	background: url(../img/funding/ico_q.png) no-repeat 0 0;
	font-size: 1.28em;
	font-weight: bold;
	cursor: pointer;
}
.faq .ac_content {
	margin: 15px 0 0;
	padding: 7px;
	padding-left: 50px;
	background: url(../img/funding/ico_a.png) no-repeat 0 0;
	font-size: 1.14em;
}

/* inview */
@media screen and (min-width: 769px) {
	.inview_w01 {
		top: 0;
		left: -100px;
	}
	.inview01 {
		top: -170px;
		left: 0px;
	}
	.inview_w02 {
		top: -20px;
		right: -240px;
		zoom: .8
	}
	.inview02 {
		top: 290px;
		right: -200px;
	}
	.inview_w03 {
		bottom: 280px;
		left: -150px;
	}
	.inview03 {
		top: 10px;
		left: 0px;
	}
	.inview04 {
		bottom: -50px;
		right: 0px;
	}
	.inview05 {
		bottom: 30px;
		left: -170px;
	}
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.sec .container {
		width: auto;
	}
	
	/* sec1 */
	.sec01_box {
		margin: 50px 0 0;
		padding: 20px 50px;
	}
	.sec01_box + .sec01_box {
		margin-top: 60px;
	}
	.sec01_box i {
		zoom: .7;
	}
	.sec01_box:nth-of-type(1) i {
		left: -5px;
	}
	.sec01_box:nth-of-type(2) i {
		right: -5px;
	}
	.sec01_box:nth-of-type(3) i {
		left: -5px;
	}
	.sec01_box h3 {
		margin: -30px 0 10px;
		font-size: 2em;
	}
	
	/* sec2 */
	.sec02_box {
		margin: 40px 0 0;
	}
	.sec02_box + .sec02_box {
		margin-top: 50px;
	}
	.sec02_box .content {
		width: 100%;
		margin-top: 10px;
	}
	.sec02_box:nth-of-type(odd) .content,
	.sec02_box:nth-of-type(even),
	.sec02_box:nth-of-type(even) .content {
		padding: 0;
	}
	
	/* ご寄付 */
	.payment {
		margin: 20px 0 0;
	}
	.payment .bg_tit {
		margin: 30px 0 20px;
	}
	
	/* 振込口座 */
	.bank ._item + ._item {
		margin-top: 25px;
	}
	
	/* ボタン */
	.sec02_button {
		margin-top: 30px;
	}
	.sec02_button li {
		display: block !important;
		width: 300px;
		margin: 15px auto 0;
	}
	.sec02_button a {
		padding: 10px 15px;
		font-size: 1.5em;
		background-position: 10px 50%;
	}
	.sec02_button .pdf a {
		background-size: 21px;
	}
	.sec02_button .mail a {
		background-size: 25px;
	}
	
	/* sec3 */
	.faq .ac_btn {
		margin-top: 20px;
		padding: 2.5px;
		padding-left: 35px;
		background-size: 26px;
	}
	.faq .ac_content {
		margin: 10px 0 0;
		padding: 3.5px;
		padding-left: 35px;
		background-size: 26px;
	}
}
@media screen and (max-width: 600px) {
}






/* ご支援お申し込み
-------------------------------------------------- */
#application {
	margin: 80px 0 0;
}

/* FORM */
#mail_form dt,
#mail_form dd {
	padding: 30px 0;
	border-top: 1px solid #dbdbdb;
}

#mail_form dt {
	width: 30%;
	color: #1bb8ce;
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	clear: both;
	float: left;
	padding: 30px 0;
	border-top: 1px solid #dbdbdb;
}

#mail_form dd {
	float: left;
	padding: 30px 0;
	padding-left: 5px;
	width: 70%;
}


#mail_form label {
	display: block;
	margin-bottom: 15px;
}

#mail_form input[type="text"],
#mail_form input[type="tel"],
#mail_form input[type="email"] {
	-webkit-appearance: none;
	width: 100%;
	height: 35px;
	padding: 5px;
	background: #f0f0f0;
	border: none;
}

#mail_form textarea {
	-webkit-appearance: none;
	width: 100%;
	height: 300px;
	padding: 5px;
	background: #f0f0f0;
	border: none;
}

#mail_form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 5px 20px;
	padding-left: 35px;
	border-radius: 3px;
	border: 1px solid #a8a8a8;
	background: url(../img/funding/mrk_select.png) no-repeat 10px 50%;
	background-color: #fff;
	color: #888;
}

#mail_form select::-ms-expand {
    display: none;
}

#mail_form input#zip31,
#mail_form input#zip32
{
	width: 100px;
}



.radio, .checkbox {
  position: relative;
  display: inline-block;
  margin: 0 0 8px 0;
  padding: 0 6px 3px 42px;
  vertical-align: middle;
  cursor: pointer;
}
.radio:after{
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -13px;
  width: 17px;
  height: 17px;
  border: 2px solid #000;
  border-radius: 50%;
  content: '';
}

.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -13px;
  width: 17px;
  height: 17px;
  border: 2px solid #000;
  border-radius: 20%;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #000;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}




.btn_send {
	padding: 10px 40px;
	border: 2px solid #1bb7cd;
	border-radius: 6px;
}

.btn_send input[type=submit]{
	display: inline-block;
	text-transform: uppercase;
	background: #fff;
	color: #1bb8ce;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	outline: 0;
	width: 100%;
	font-family: "FOT-筑紫A丸ゴシック Std B","TsukuARdGothicStd-B","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 100%;
	border: none;
}

.btn_send input[type=submit]:hover{
	cursor: pointer;
}

.submit_button{
	display: block;
	clear: both;
}

#back_btn{
	margin-right: 20px;
}

.mw_wp_form_input #submit_btn,
.mw_wp_form_input #back_btn{
    display: none;
}

.mw_wp_form_confirm #reset_btn,
.mw_wp_form_confirm #zip_btn,
.mw_wp_form_confirm #zip_search,
.mw_wp_form_confirm span.text {
    display: none;
    text-indent: -5000px;
}


#application .bg_tit {
	margin: 10px 0 45px;
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	#application {
		margin: 50px 0 0;
	}
	
	/* FORM */
	#mail_form dl {
		width: 100%;
		margin: 30px 0 40px;
	}
	#mail_form dt,
	#mail_form dd {
		display: block;
	}
	#mail_form dt {
		width: 100%;
		padding: 20px 0 0;
	}
	#mail_form dd {
		padding: 10px 0 20px;
		border-top: none;
		width: 100%;
	}
	#mail_form label {
		margin-bottom: 10px;
	}

	#mail_form textarea {
		height: 200px;
	}
	
	#application .bg_tit {
		margin: 0px 0 25px;
	}
}
@media screen and (max-width: 600px) {
}





