@charset "utf-8";
/* Copyright 2019 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

ご寄付のお願い

------------------------------------------------------------ */

/* ページタイトル
---------------------------------------------- */
.pagettl_inner_r{
	background-image: url("../donations/img/img_pagettl01.jpg");
	background-position: center 0;
}

/* コンテンツ
---------------------------------------------- */
.sec_donations h3 {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}
.sec_donations h3::before{
	content: "";
	display: inline-block;
	background: linear-gradient(135deg, #379CCF 0%, #35C8C8 100%);
	width: 18px;
	height: 18px;
	margin: 0 12px -2px 0;
}

.sec_donations h4 {
	font-family: 'Noto Serif Japanese', serif;
    margin-bottom: 10px;
}

.sec_donations h4::before{
    content: "";
    display: inline-block;
    background: linear-gradient(135deg, #379CCF 0%, #35C8C8 100%);
    width: 5px;
    height: 18px;
    margin: 0 10px -4px 0;
}

.wrap_donations table{width: 100%;}

.wrap_donations table th,
.wrap_donations table td{
	padding: 10px;
	border: 1px solid #CCC;
}

.wrap_donations table th{
	width: 220px;
	vertical-align:top
}

.wrap_donations a{
	color: #333;
	position: relative;
	padding-left: 20px;
	text-decoration: underline;
}

.wrap_donations a::before{
	content: "";
	position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #46B4CF 50%, #46B4CF 100%);
    top: 3px;
    left: 0;
    z-index: 1;
	transform: rotate(315deg);
}

.wrap_donations a:hover{
	text-decoration: none;
}

.wrap_donations .wrap_donations_bank tr:first-of-type th{
	background: linear-gradient(to right, #38A3CF, #9AD3DE);
	color: #fff;
	font-weight: 700;
}

/* 送信完了画面
---------------------------------------------- */
.completion{
	text-align: center;
	line-height: 2.2;
	margin-bottom: 50px;
}

.wrap_com{
	text-align: center;
	margin-bottom: 100px;
}

.ttl_com{
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 12px;
}

.txt_com{margin-bottom: 30px;}