/*
Theme Name: Twenty Twenty-Four Child
Template: twentytwentyfour
*/
body{
	background-color:#fff !important;
}

body,h2 {
	font-family:"Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.wrap {
	position: relative;
	text-align: left;
	width:1280px;
	margin:0 auto;
	background-color:transparent;
}
/* 共通設定 */
.ttl_h2{
	margin:0 auto;
	text-align:center;
}
.ttl_h2 h2{
   font-size:1.4rem;
   font-weight:bold;
   margin: 0 auto 2em;
   padding: 0.4em 1.8em;
   display:inline-block; 
   background-color: #FFDD55; 
   position: relative; 
}

.ttl_h2 h2:after{
   position: absolute;
   content: ''; 
   right: 0px; 
   top: 0px; 
   border-width: 0 25px 25px 0; /* めくれた部分の形状 */
   border-style: solid; 
   border-color: #FF6C62 #fff #FF6C62; /* 線の色 */
   box-shadow: -1px 1px 1px rgb(0 0 0 / .15); /* めくれた部分に影をつける */
}

.bg_yellow .ttl_h2 h2:after{
   position: absolute;
   content: ''; 
   right: 0px; 
   top: 0px; 
   border-width: 0 25px 25px 0; /* めくれた部分の形状 */
   border-style: solid; 
   border-color: #FF6C62 #FFFCEE #FF6C62; /* 線の色 */
   box-shadow: -1px 1px 1px rgb(0 0 0 / .15); /* めくれた部分に影をつける */
}

/**/

.t-center{
	text-align:center;
}

.t-center.sp-left
{
	text-align:left;
}

.linkarea{
	 position: relative;
     z-index: 1;
}

.linkarea a{
	position: absolute;
	/*
	top: -25px;
	left: -10px;
	*/
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}

.linkarea:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
	cursor:pointer;
}

.red{
	color:#e7211a;
}

.mgb10{
	margin-bottom:10px;
}

html{
	font-size:16px;
	line-height:1.6;
}

.Container{
/*  display: flex;
  flex-direction: column;
  min-height: 100vh;
*/  
  background-color:#fff;
  width:100%;
}
.sp-br{
	display:none;
}

.sp {
		display: none;
		/*
		text-align: center;
	*/
}

.pc{
	display:block;
}


.img-2column{
	display:flex;
	justify-content:center;
	margin:30px auto;
	text-align:center;
}

.img-2column img{
	padding:0 20px;
	width:400px;
}

.bg_yellow{
	background-color:#FFFCEE;
	width:100%;
	padding:40px 0;
	margin:60px auto;
}

@media (max-width: 1279px) {
.wrap {
	position: inherit;
	text-align: left;
	margin:0px 10px;
	background-color:transparent;
	width:auto;
}
}

@media (max-width: 950px) {

.t-center{
	text-align:center;
}

.sp {
		display: block;
}

.sp-br{
	display:block;
}

.pc{
	display:none;
}


.Container{
/*  display: flex;
  flex-direction: column;
  min-height: 100vh;
*/  
  background-color:#fff;
  width:100%;
}

.ttl_h2 h2{
   font-size:1.2rem;
   padding: 0.4em 1.8em;
}

.ttl_h2 h2:after{
   border-width: 0 10px 10px 0; /* めくれた部分の形状 */
   box-shadow: -1px 1px 1px rgb(0 0 0 / .15); /* めくれた部分に影をつける */
}

.img-2column{
	display:block;
	margin:30px auto;
	text-align:center;
}

.img-2column img{
	padding:0;
	width:400px;
	margin:0 0 10px;
}

.bg_yellow{
	padding:40px 0;
	margin:60px auto;
}

.bg_yellow .img_daihyo{
	margin:0 auto 20px;
	text-align:center;
}


#footer{
  margin-top: auto;
}

}



/* reCAPTCHA非表示 */
.grecaptcha-badge { visibility: hidden; }


/* form
-------------------------------------------------- */
#page-contact .txt-lead{
	margin:0 0 20px;
}

#page-contact .contact_table{
	font-size:1.1rem;
}
#page-contact .center{
	text-align:center;
}
.wpcf7 {}
.wpcf7 form {
	margin: 0;
}
.wpcf7 table {
	margin-bottom: 10px;
}

.wpcf7 table p{
	margin-bottom:10px !important;
}
.wpcf7 table th {
	white-space: nowrap;
	font-weight:bold;
}
.wpcf7 table .his {
	color: #f00;
	font-size: 0.9em;
	padding-left: 0.3em;
}
.wpcf7 fieldset {
	border: 1px solid #e5e5e5;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
.wpcf7 legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}
.wpcf7 label {
	display: inline-block;
	margin: 1em auto;
}
.wpcf7 button, .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
.wpcf7 textarea {
		width:100%;
	border: 1px solid #e5e5e5;
	border-radius:5px;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
.wpcf7 button, .wpcf7 input {
	line-height: normal;
	font-weight: normal;
}
.wpcf7 button, .wpcf7 input[type="button"], .wpcf7 input[type="reset"], .wpcf7 input[type="submit"], .wpcf7 .btn {
	cursor: pointer;
	*overflow: visible;
	-webkit-appearance: none;
}
.wpcf7 button[disabled], .wpcf7 input[disabled] {
	cursor: default;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
.wpcf7 input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: border-box;
}
.wpcf7 input[type="search"]::-webkit-search-cancel-button, .wpcf7 input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
.wpcf7 button::-moz-focus-inner, .wpcf7 input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.wpcf7 textarea {
	overflow: auto;
	vertical-align: top;
}
/* form
---------------------------------------- */

.wpcf7 form input[type="text"], .wpcf7 form input[type="email"], .wpcf7 form input[type="url"], .wpcf7 form input[type="tel"], .wpcf7 form input[type="number"], .wpcf7 form input[type="date"] {
	border-radius: 3px;
	padding: 0.8em 1.5em;
	width: 100%;
	border: 1px #dddddd solid;
	outline: none;
	box-sizing: border-box;
	margin: 0.3em 0;
}
.wpcf7 form input[type="submit"] {
	display: inline-block;
	width: 30%;
	min-width: 240px;
	margin: 10px 2%;
	padding: 0.5em;
	background: #FFE556;
	font-size: 1.125em;
	font-weight: bold;
	border-radius: 3em;
	outline: none;
	border: none;
	appearance: none;
}

.wpcf7 form input[type="submit"]:hover {
	cursor: pointer;
}
.wpcf7 form input[type="button"] {
	display: inline-block;
	width: 30%;
	min-width: 240px;
	margin: 0 2%;
	padding: 0.5em;
	background: #fed600;
	font-size: 1.125em;
	font-weight: bold;
	border-radius: 3em;
	outline: none;
	border: none;
	appearance: none;
	color: #fff;
}
.wpcf7 form input[type="button"]:hover, .wpcf7 form button:hover {
	cursor: pointer;
}
/* cta */
.area_cta{
	text-align:center;
	margin:0 auto 50px;
	padding:100px 0;
	position:relative;
}

.area_cta .img_logo{
	position:absolute;
	top:60px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	height:80px;
	width:auto;
}

.area_cta .btn_donate{
	border-radius: 5px;
    display: block;
    width: 600px;
    padding: 40px;
    box-sizing: border-box;
    background: #FF6C62;
    color: #FFF;
    text-align: center;
    margin: 10px auto;
	font-weight:bold;
	font-size:1.4rem;
	text-decoration:none;
}


@media screen and (max-width: 950px) {
.area_cta{
	text-align:center;
	margin:0 10px 30px;
	padding:0px 0;
	position:relative;
}

.area_cta .img_logo{
	position:absolute;
	top:-50px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	height:80px;
	width:auto;
}

.area_cta .btn_donate{
	border-radius: 5px;
    display: block;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    background: #FF6C62;
    color: #FFF;
    text-align: center;
    margin: 10px auto;
	font-weight:bold;
	font-size:1.4rem;
	text-decoration:none;
}
}

