@charset "Shift_JIS";
body {
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "Osaka","ＭＳ Ｐゴシック","MS PGothic","SimSun","arial","helvetica","sans-serif";
}
.pcNone {
	display:none !important;
}

/*スクロール*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	padding:5px 10px 10px;
	text-align: center;
	display: block;
		font-size:12px;
	background-color:rgba(0,0,0,0.65);
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	background-color:rgba(0,0,0,0.65);
}
#page-top img{
	vertical-align: bottom;
}
html body a:link{
	color:#033a89;
}
html body a:hover{
	opacity:0.7;
}
ul {
	list-style: none;
}
#DocBody{
	width:100%;
	color: #333;
}
#DocBody p{
	color: #333;
}
#Header {
	position: relative; 
	background:none;
	margin:0 auto;
	width: 1000px;
}
#Footer {
    padding: 0 0 0 !important;
}
#Footer div#footerLogo {
    width: 1000px;
    margin: 0 auto;
}
#Contents{
	margin:0;
}

h1{
	height: 22vw;
	margin: 0 auto;
	background-image:url("../img/main_pc.png");
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
}

#Top p {
	font-size:18px;
	line-height: 1.5em;
	text-align: center;
	margin: 50px auto 0;
	width: 1000px;
}

#Top .nav{
	position: relative;
	display: flex;
	justify-content: center;
	margin:50px 0 0 0;
}

#Top .nav div{
	position: absolute;
	top:-8px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#Top ul{
	width:100%;
	display: flex;
	justify-content: center;
}

#Top ul li{
	display: inline;
	margin: 0 5%;
}



h2{
	border-radius: 1em;
	background-color: #033a89;
	color: #fff;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	font-size: 32px;
	line-height: 1.5em;
	padding: 10px 0;
	letter-spacing: 0.2em;
}
#Contents #Main {
	margin:40px 0 0 0;
}


#Main .info{
	margin: 0 auto;
	width: 1000px;
}
#Main .info p{
	font-size:20px;
	line-height: 1.5em;
}

#Main .info p:first-child {
	font-weight: bold;
	margin-bottom: 25px;
}

#Main .info .kikan{
	font-size:28px;
	font-weight: bold;
}
#Main .info table {
	margin:40px 0 0;
	border: solid 1px #257dca;
	border-radius: 0.6em;
	border-collapse: separate;
	border-spacing: 0;
}
#Main .info table th{
	width:20vw;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background-color: #257dca;
	font-size:22px;
	line-height: 1.5em;
	border-radius: 0.2em 0 0 0.2em;
	font-weight: bold;
}
#Main .info table td{
	width:60vw;
	padding: 11px;
	background-color: #fff;
	color: #333;
	font-size:20px;
	border-radius:0 0.3em 0.3em 0;
	line-height: 1.5em;
}

#Main .info ul {
	margin: 30px 0 0 0;
	list-style: none;
}
#Main .info ul li {
	font-size:16px;
	line-height: 1.5em;
	padding-left:1em;
	text-indent:-1em;
}

#Main .method1,
#Main .method2{

	margin: 0;
	position: relative;
}

#Main .method1{
	padding: 0 0 0px;
	border-top: solid 4px #257dca;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#Main .method2{
	padding: 0 0 40px;
	border-top: solid 4px #e86116;
	width: 1000px;
	margin: 0 auto 50px auto;
}


#Main .method1 h3,
#Main .method2 h3 {
	position: relative;
	top: -73px;
	left: 0;
	width: 1000px;
	margin: 0 auto -30px;
}

#Main .method1 a.pointDonation,
#Main .method2 a.pointDonation {
	border-radius: 0.6em;
	padding: 7px;
	display: block;
	width: 233px;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	text-decoration: none;
}

#Main .method1 a.pointDonation {
	background-color: #033a89;
	color: #fff;
	font-size: 18px;
}
#Main .method2 a.pointDonation {
	background-color: #d71618;
	color: #fff;
	background-image:url("../img/icon_wind_pc.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 75% 14px;
}
#point,
#cledit{
	display: block;
	padding-top: 80px;
	margin-top: 50px;
}
table.DonationList .leftText a:visited{
	color: #033a89;
}

#Main p.smallFont {
	font-size: 16px;
	padding-left: 1em;
	text-indent: -1em;
}
.methodProcess{
	padding-top: 55px;
	background-color: #eeeeee;
}
.selectText {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin: 55px 0;
}

.selectRegion{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 935px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.selectRegion>div{
	margin-bottom: 44px; 
	width: 200px;
	text-align:  center;
	padding: 20px 40px 25px;
	cursor: pointer;
	background-image: url(../img/img_region_arrow.png);
	background-size: 8%;
	background-repeat: no-repeat;
	background-position: center 85%;
}
.selectRegion>div.active,
.selectRegion>div.hover{
	color: #fff;
}
.regionTohoku{
	background-color: #acc8e2;
}
.regionTohoku.active,
.regionTohoku.hover{
	background-color: #2f76b7;
}
.regionKanto{
	background-color: #cce4c9;
}
.regionKanto.active,
.regionKanto.hover{
	background-color: #359328;
}
.regionChubu{
	background-color: #f9dbe5;
}
.regionChubu.active,
.regionChubu.hover{
	background-color: #e77098;
}
.regionKinki{
	background-color: #f8debf;
}
.regionKinki.active,
.regionKinki.hover{
	background-color: #e57c00;
}
.regionShikoku{
	background-color: #dccef0;
}
.regionShikoku.active,
.regionShikoku.hover{
	background-color: #743bc2;
}
.regionKyusyu{
	background-color: #cceaef;
}
.regionKyusyu.active,
.regionKyusyu.hover{
	background-color: #32aac0;
}

table.DonationList {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 935px;
	margin: 0 auto;
}

table.DonationList th,
table.DonationList td {
	text-align: center;
	font-size: 20px;
	padding: 10px;
	border: 1px #333333 solid;
	height: 50px;
}

table.DonationList th {
	width: 100px;
	color: white;
	height: 25px;
}
table.DonationList.Tohoku th {
	background-color: #2f76b7;
}
table.DonationList.Kanto th {
	background-color: #359328;
}
table.DonationList.Chubu th {
	background-color: #e77098;
}
table.DonationList.Kinki th {
	background-color: #e57c00;
}
table.DonationList.Shikoku th {
	background-color: #743bc2;
}
table.DonationList.Kyusyu th {
	background-color: #32aac0;
}

.boldPrefecture {
	font-weight: bold;
}

table.DonationList .leftText {
	text-align: left;
	width: 515px;
}

.payMethod {
	width: 75px;
}
.selectRegion .regionImg{
	padding-top: 5px;
	line-height: unset;
}
html body a.pointDonation{
	background-color: #033a89;
	color: #fff;
	font-size: 18px;
}
html body a.pointDonation,
html body a.donationBtn{
	border-radius: 0.6em;
	padding: 7px;
	display: block;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	text-decoration: none;
}
html body a.pointDonation.login{
	width: 145px;
}
html body a.donationBtn{
	background-color: #d71618;
	color: #fff;
	width: 145px;
	background-image: url(../img/icon_wind_pc.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 87% center;
	font-size: 18px;
}

.explainMethod .exPointDonation,
.explainMethod .exCreditDonation,
.explainMethod p{
	display: inline-block;
}
.explainMethod {
	width: 935px;
	margin: 0 auto;
	overflow: hidden;
}
.explainMethod .exPointDonation,
.explainMethod .exCreditDonation {
	margin-right: 10px;
}
.exLeft,
.exRight {
	display: flex;
	margin: 15px 0 25px;
	font-size: 16px;
}
.exLeft {
	width: 41%;
	float: left;
}
.exRight {
	width: 41%;
	float: right;
	margin-right: 50px;
}

.listNone{
	width: 935px;
	margin: 0 auto;
	text-align: center;
	padding: 2% 0;
	background-color: #eee;
	font-size: 16px;
}

html body .explainMethod .exPointDonation{
	width: 30%;
}
html body .explainMethod .exCreditDonation ,
.explainMethod .exPointDonation.loginShow{
	width: 25%;
}
html body .explainMethod img{
	width: 100%;
}
html body .explainMethod p{
	font-size: 16px;
	margin: 0;
}
