@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";
}

img{
width:100%;
	vertical-align: bottom;
}
.spNone {
	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: static; 
	background:none;
	margin:0;
}
#Logo {
	margin: 0;
	padding: 0;
	width: 44%;
}

#Logo dd{
	margin: 10px 0 10px 10px;
	padding: 0;
}
#Contents{
	margin:0;
}

h1{
	height: 77vw;
	margin: 0 auto;
	background-image:url("../img/main_sp.png");
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center center;
}

#Top p {
	font-size:14px;
	line-height: 1.5em;
	text-align: left;
	margin:4vw;
}

#Top .nav{
	position: relative;
	display: flex;
	justify-content: center;
	margin:24vw 0 0 0;
}
#Top .nav btn01 img,
#Top .nav btn02 img{
	width: 80vw;
}

#Top .nav div{
	position: absolute;
	top:-14vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#Top ul{
	width:100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}

#Top img.fukidasi{
	width:63vw;
}

#Top ul li{
	display: inline;
	margin: 0 2vw;
}

#Top ul li img{
	width:44vw;
}

h2{
	border-radius: 2em;
	background-color: #033a89;
	color: #fff;
	text-align: center;
	width: 92vw;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5em;
	padding: 10px 0;
}


#Main .info{
	width:100%;
	margin:0 auto;
}
#Main .info p{
	font-size:14px;
	line-height: 1.5em;
	margin:0;
}
#Main .info p:first-child{
	font-weight: bold;
}

#Main .info table {
	width:100%;
	margin:4vw 0 0;
	border: solid 1px #257dca;
	border-radius: 7px;
	border-collapse: separate;
	border-spacing: 0;
}
#Main .info table th{
	width:20vw;
	padding: 2vw 0;
	text-align: center;
	color: #fff;
	background-color: #257dca;
	font-size:16px;
	line-height: 1.5em;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}
#Main .info table td{
	width:60vw;
	padding: 2vw;
	background-color: #fff;
	color: #333;
	font-size:14px;
	font-weight: bold;
	border-radius:0 0 7px 7px;
	line-height: 1.5em;
}
#Main .info .kikan{
	font-size:18px;
	font-weight: bold;
	text-align: center;
}

#Main .info ul {
	margin: 4vw 0 0;
	list-style: none;
	padding:0;
}
#Main .info ul li {
	font-size:12px;
	line-height: 1.5em;
	padding-left:1em;
	text-indent:-1em;
}

#Main .methodProcess{
	padding-top: 8vw;
	background-color: #eeeeee;
}

#Main .selectText{
	padding: 8vw 0;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

#Main .methodProcess .method1,
#Main .methodProcess .method2{
	width: 92%;
	margin: 0 auto;
}

#Main .methodProcess .method2{
	margin-bottom: 8vw;
}


#Main .methodProcess .method1 h3,
#Main .methodProcess .method2 h3 {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
}
#Main .methodProcess .method1 h3{
	width: 66vw;
}
#Main .methodProcess .method2 h3{
	width: 78vw;
}

#Main .methodProcess .method1 .info{
	border-top: solid 4px #257dca;
	padding: 4vw 0;
}
#Main .methodProcess .method2 .info{
	border-top: solid 4px #e86116;
	padding: 4vw 0;
}
#Main .methodProcess .method2 .info p:first-child{
	margin-bottom: 4vw;
}


#Main .selectRegion{
	width: 90vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#Main .selectRegion>div{
	width: 47%;
	margin-bottom: 5vw;
	padding: 4vw 0 5vw;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/img_region_arrow.png);
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: center 10vw;
}
.selectRegion>div.active{
	color: #fff;
}
.regionTohoku{
	background-color: #acc8e2;
}
.regionTohoku.active{
	background-color: #2f76b7;
}
.regionKanto{
	background-color: #cce4c9;
}
.regionKanto.active{
	background-color: #359328;
}
.regionChubu{
	background-color: #f9dbe5;
}
.regionChubu.active{
	background-color: #e77098;
}
.regionKinki{
	background-color: #f8debf;
}
.regionKinki.active{
	background-color: #e57c00;
}
.regionShikoku{
	background-color: #dccef0;
}
.regionShikoku.active{
	background-color: #743bc2;
}
.regionKyusyu{
	background-color: #cceaef;
}
.regionKyusyu.active{
	background-color: #32aac0;
}
#Main .selectRegion>div .regionImg{
	width: 12%;
}


.explainMethod{
	width: 92vw;
	margin: 0 auto;
}
.explainMethod .exLeft,
.explainMethod .exRight{
	display: flex;
	align-items: center;
}
.explainMethod .exRight{
	margin-top: 3vw;
}
.explainMethod .exLeft .exPointDonation,
.explainMethod .exRight .exCreditDonation{
	min-width: 23%;
	max-width: 23%;
}
.explainMethod .exLeft p,
.explainMethod .exRight p{
	margin: 0 0 0 3vw;
	font-size: 16px;
}

table.DonationList {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 92vw;
	margin: 4vw auto 0;
}

table.DonationList th,
table.DonationList td {
	text-align: left;
	padding: 2vw;
	border: 1px #333333 solid;
}
table.DonationList th {
	width: 18%;
	font-size: 16px;
	color: white;
}
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;
}
table.DonationList td {
	font-size: 14px;
}
table.DonationList td.boldPrefecture {
	text-align: center;
}
table.DonationList .leftText{
	width: 50%;
}


#Main .DonationList a.pointDonation,
#Main .DonationList a.donationBtn{
	border-radius: 0.4em;
	padding: 1vw 0;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#Main .DonationList a.pointDonation.login{
	padding: 2vw 0;
}
#Main .DonationList a.pointDonation .spBr{
	display: block;
}

#Main .DonationList a.pointDonation {
	background-color: #033a89;
	color: #fff;
}
#Main .DonationList a.donationBtn {
	background-color: #d71618;
	color: #fff;
	background-image:url("../img/icon_wind_sp.png");
	background-repeat: no-repeat;
	background-size: 3vw;
	background-position: 18vw center;
	padding: 2vw 2vw 2vw 0;
}


#point,
#cledit{
	display: block;
	padding-top: 10vw;
	margin-top: -10vw;
}
#spFooter {
	background-color: #333333;
	color: #FFF;
	text-align: center;
	padding: 15px 0 10px;
	margin-top: 8vw;
	font-size: 12px;
}

td.btnCell {
width: 33%;
}

table.DonationList .leftText a:visited{
	color: #033a89;
}

#Main p.smallFont {
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}

.listNone{
	width: 90vw;
	margin: 0 auto;
	text-align: center;
	padding: 3vw 0;
	background-color: #eee;
}
.listNone p{
	margin: 0 3vw;
}
