/*----------check＠クレジットカード決済による募金についての注意点----------*/


#check {	
	margin: 3rem auto;
}
#check p {
	margin-bottom: 2rem;
}

#check .mainbox {
	position: relative;
	width:100%;
	margin: 0 auto 4rem;
	padding: 4rem;
	font-size: 1.6rem;
	background-color: #fff;
/* background:rgba(255,255,255,0.5);*/
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#check h1 {
	width: 100%;
	display: table;
	font-size: 2rem;
	color: #614c3f;
	font-weight: bold;	
	background: #fef4f3;
	text-align: center;
	margin: 2rem auto;
	padding: 1rem;
}
#check h2 {
	font-size: 1.8rem;
	color: #e60012;
	font-weight: bold;
	margin-bottom: 4rem;	
}
#check h3 {
	font-size: 2.2rem;
	padding: 1rem;
	background: transparent;
	border-left: solid 6px #ea6368;
	margin: 2rem 0;
	font-weight: bold;
}

ul.check {
    padding-bottom: 1rem;
	list-style-type:none;
}
ul.check li {
	color: #e60012;
	font-weight: bold;
}



.tc_logo{
	width: 400px;
	height: auto;
	margin:1rem auto;
}



.card_img{
	width: 40%;
	height: auto;
	max-width: 600px;
	margin:1rem auto;
}

.netbank_img{
	width: 70%;
	height: auto;
	max-width: 700px;
	margin:1rem auto;
}

/*#check .pushbox {
	background: transparent;
	text-align: center;
	height:auto;
	margin: 20px auto;
}
#check .pushbox .note {
	font-size: 18px;
	font-weight: bold;
	margin: 20px auto;
}
#check .pushbox .push {
}*/

/*common内のinputの内容を変える**************************/

input {
	height: 45px;
	padding: 0 15px;
	-webkit-box-shadow: 0px 0px 0px 1px #c8c8c8 inset;
	box-shadow: 0px 0px 0px 0px #c8c8c8 inset;
	border-radius: 0;
	outline: none;
	border: none;
	-webkit-appearance: none;
}


/*ネット募金：ボタン部分*/
.btnbox{
	margin: 6rem auto;
	text-align: center;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}


button.btn_submit {
    width: 560px;
    margin-top: 10px;
    background-color: #e60012;
    padding: 15px;
    border-radius: 45px;
    border: none;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}


button.btn_submit span {
    font-size: 1.3rem;
}


/*11/1(月)開通前*/
button.btn_submit_commingsoon{
    width: 560px;
    margin-top: 10px;
    background-color: #e60012;
    padding: 15px;
    border-radius: 45px;
    border: none;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
	opacity: 0.3;
	/*opacity: 0.5;*/
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

button.btn_submit_commingsoon span {
    font-size: 1.3rem;
}


.company{
	border: #CCC 1px dashed;
	background: #fff;
	font-size:1.4rem;
	width: 100%;
	padding: 2rem;
	margin: 2rem auto 8rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.company .title{
	font-weight:bold;
	font-size: 1.6rem;
	margin-bottom: 1rem;;
	}
.company p{
	margin-bottom: 1rem;
	}
.company .logo{
	width: 30%;
	margin-top: 1rem;
	text-align: center;
}
.company .information{
	width: 65%;
}


.privacy{
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}


.note{
	font-size: 1.8rem;
}


/* 202412 d払い® 追加  */
.d-pay_qr{
	width: 300px;
	height: auto;
	margin:1rem auto;
}

	
@media screen and (max-width: 768px) {
	
.tc_logo{
	width: 70%;
}



.card_img{
	width: 70%;
}
	

	

#check {	
	padding: 2rem 0;	
}
#check p {
	margin-bottom: 2rem;
}

#check .mainbox {
	padding: 2rem;
	font-size: 1.4rem;
	margin: 0 auto 2rem;
	}

#check h1 {
	font-size: 1.6rem;
	margin: 1rem auto;
    border-radius: 0px;
}
#check h2 {
	font-size: 1.4rem;
}
#check h3 {
	font-size: 1.6rem;
}


ul.check {
}
ul.check li {
	font-size: 1.4rem;
}
ul.check li::before {
}

	
/*#check .pushbox {
	background: transparent;
	text-align: center;
	height:auto;
	margin: 20px auto;
}
#check .pushbox .note {
	font-size: 18px;
	font-weight: bold;
	margin: 20px auto;
}
#check .pushbox .push img {
	max-width: 80%;
}
*/


/*ネット募金：ボタン部分*/
.btnbox{
	margin: 3rem auto;
	text-align: center;
}
button.btn_submit {
    width: 90%;
    margin-top: 1rem;
    padding: 1.5rem;
}
button.btn_submit span {
    font-size: 1.4rem;
}

	
/*2023年　11/1(月)開通前*/
button.btn_submit_commingsoon{
    width: 90%;
    margin-top: 1rem;
    padding: 1.5rem;
}

button.btn_submit_commingsoon span {
    font-size: 1.4rem;
}


/* 202412 d払い® 追加  */
.btn_d-pay{
    width: 90%;
    margin-top: 1rem;
    padding: 1.5rem 3rem;

    background-color: #e60012;
    border-radius: 45px;
    border: none;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

.btn_d-pay span {
    font-size: 1.4rem;
}

	
	
.company{
	width: 90%;
	}
.company .title{
	}
.company p{
	}
.company .logo{
	width: 100%;
	margin-top: 0%;
	margin-bottom: 10px;	
}
.company .information{
	width: 100%;
}
	
.privacy{
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}


