@charset "utf-8";

body{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #333;
}
img{
	max-width: 100%;
	max-height: 100%;
}
nav{	
	z-index: 999;
}
.navbar {
  min-width: 320px;
}
.send-mail{
	background-color: #EEEEEE;
	padding: 14px;
	border-radius: 4px;	
	margin-bottom: 50px;
	display: flex;
	align-items: center;;
}
.send-mail p{
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	flex: 1;
	align-items: center;
}
.mail-icon {
	width: 34px;
	height: 34px;
	margin-right: 10px;
	align-items: center;
	animation-name: icon-blink;
	animation-duration: 1.5s;
	animation-delay: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: 3;
	animation-direction: normal;
	animation-fill-mode: none;
}
.mail-icon img{
	width: 34px;
	height: 34px;
}
@-webkit-keyframes icon-blink {
  0% { transform:translateY(0px); }
  5% { transform:translateY(-6px); }
  10% { transform:translateY(0px); }
  20% { transform:translateY(0px); }
  23% { transform:translateY(-6px); }
  26% { transform:translateY(0px); }
  100% { transform:translateY(0px); }
}
.navbar-brand {
	padding-top: 18px;
	margin-left: -15px;
	height: 57px;
}
.payment-method{
	margin-top: 30px;
	margin-bottom: 60px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	padding: 30px;
}
p.note{
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: -10px;"
}

.payment-method h4{
	font-size: 24px;
	font-weight: bolder;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 8px;
	margin-bottom: 16px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
}
.payment-method h4 span{
    padding-right: 0;
    padding-left: 0;
	border-bottom: 1px solid #4f1c87;
	padding-bottom: 8px;
}
.payment-method h4 span:nth-child(4){
	color: #b6619a !important;
}
a{
	color:#4f1c87 !important;
}
a:hover{
	color:#4f1c87 !important;
}
.payment-method p{
	margin-bottom: 20px;
}
#header-buttons {
  margin: 0px;
}

#header-buttons > li {
	margin-left: 10px;
	display: inline-block;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px !important;
	height: 47px;
}
.navbar-fixed-top{	
	margin-bottom: 0px !important;
}
.navbar-default{
	border-top: 3px solid #4f1c87;
	-webkit-box-shadow: 0px 1x 2px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.20);
}
.navbar-btn a{
	background-repeat: no-repeat;
	background-color: #4f1c87;
	color:#FFF;
	display: block;
	padding-left: 20px !important;
	padding-right: 25px !important;
	padding-top: 17px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	height: 57px;
}

.navbar-btn a:hover{
	opacity:0.8;
	background-color: #4f1c87 !important;
	color:#FFF !important;
}

.navbar-btn a:before{
	font-size: 14px;
	background-image: url(../images/mail_icon.png);
	content: '　';
	background-repeat: no-repeat;
	background-position: 0% 20%;
	background-size: 16px auto;
	padding-right:5px;
}
h1,h2,h3,h4,h5,h6 {
	color: #4f1c87;
	letter-spacing: 0.05em;
	line-height: 1.25em;
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 16px;
	line-height: 48px;
	text-align: center;
}

h2 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 16px;
	padding-bottom: 4px;
	line-height: 56px;
	border-bottom: 2px solid #4f1c87;
}

h3{
	font-size: 32px;
	font-weight: bolder;
	padding-bottom: 8px;
	margin-bottom: 16px;
    border-bottom: 2px solid rgba(119, 119, 119, 0.1);
}
h3 span:nth-child(3){
	color: #b6619a !important;
}
h3 span{
    padding-right: 0;
    padding-left: 0;
	border-bottom: 2px solid #4f1c87;
	padding-bottom: 8px;
}

h5{
	font-size: 18px;
}
h6{
	font-size: 14px;
	border-bottom: 1px dashed #666666;
	padding-bottom: 6px;
	margin-bottom: 4px;
}
strong {	
	color: #b6619a;
	font-weight: inherit;
}
ul{
	margin: 0px;
	padding: 0px;
}
ul li{
	margin-bottom: 6px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}
ol{
	margin: 0px;
	padding: 0px;
}
ol li{
	margin-left: 18px;
	margin-bottom: 16px;
	padding: 0px;
	list-style-position: outside;
}
footer{
	background-color: #F2F2F2;
	padding-top: 25px;
	padding-bottom: 30px;
}
footer p{
	margin-bottom: 20px;
	font-size: 18px;
}
footer li{
	display: inline-block;
	margin-right: 10px;
}


body.donation{
	background-color: #fafafa;
}
.donation .content{
	background-color: #ffffff;
	margin-top: 50px;
	margin-bottom: 15vh;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border: 1px solid #eeeeee;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.30);
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.30);
	padding: 40px;
}

.donation p{
	letter-spacing: 0.05em;
}
.required{
	color: red;
	font-size: 10px;
}
table{
	margin-top: 20px;
	border-style: none;
	width: 100%;
    border-collapse: separate;
    border-spacing: 0px 20px;
}

th{
	width: 12em;
	white-space: nowrap;
	padding: 10px;
	font-weight: 300;
	margin-bottom: 20px;
	background-color: #f0f0f0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

td{
	padding: 10px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background-color: #ffffff;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
}

.donation-input p {
	padding: 0px;
	margin: 0px;
}
.donation-input p + p {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #eeeeee;
}

.donation-input .alert{
	color: #FF0000 !important;
	font-size: 11px;
	padding: 0px;
	display: none;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 1em;
}
.donation-input .error{
	border: 2px solid #FF0000;
}
.disabled{
	opacity: 0.4;
}
.button{
	width: 19em;
	border-radius: 25px;
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	color: #333;
	text-shadow: -1px -1px 0px rgba(255,255,255,1.00);
	padding: 10px;
	text-align: center;
	font-size:18px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;	
}
#back-button{	
	font-size:16px;
	height: 40px;
	width: 10em;
	border-radius: 20px;
}

.disabled.button{
	background: #ffffff !important;
}
.button:hover{
	border: 1px solid #e0e0e0;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
	color: #000;
	text-shadow: -1px -1px 0px rgba(255,255,255,1.00);
	
}
.result{	
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}
.result .ok{
	color: #23C261;
}
.result .ng{	
	color: #FF0000;	
}
.sample{
	opacity: 0.6;
}

p.sample{
	text-align: center;	
	font-size: small;
	margin-top: 10px;
}
div.sample{
	margin-top: 40px;
}
.sample p{
	font-size: small;
	margin-bottom: 10px;
}
.caution{
	border-top: 1px solid #666666;
	margin-top: 50px;
}
.caution p{
	margin-top: 20px;
	margin-bottom: 0px;
	color:#666666;
	font-size: small;
}
.error-bank{	
	border-top: 1px solid #e0e0e0 !important;	
	border-right: none !important;
	border-left: none !important;
	border-bottom: none !important;
	margin-top: 50px !important;
	padding-top: 50px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	border-radius: 0px !important;
}

/* Small devices (landscape phones, less than 48em) */
@media (max-width: 47.9em) {

.donation .content{
	width: 90%;
	padding: 15px;
}
	
table{
	margin-left: auto;
	margin-right: auto;
	width:100%;
}
th{
	width:auto;
	display: block;
	margin-bottom: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 0px;
	border-right: 1px solid #e0e0e0;
}
td{
	width:auto;
	display: block;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-left: 1px solid #e0e0e0;
	border-top: 0px ;
}
h3 span{
	border-bottom: 0px ;
}
.payment-method h4 span{
	border-bottom: 0px ;
}
.button{
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}
}
