@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  /*display: inline-block;*/
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: -3px;
}
/* Googleアイコン */
.material-icons.md-18 {font-size: 18px;}
.material-icons.md-24 {font-size: 24px;}
.material-icons.md-36 {font-size: 36px;}
.material-icons.md-48 {font-size: 48px;}

/*==================================================
基本デザイン
==================================================*/

input[type="text"], input[type="password"], input[type="date"], textarea {
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    font-size: 1.5rem;
    padding: 8px 5px;
    box-sizing: border-box;
    display: inline;
}

input[type="text"]::placeholder,input[type="password"]::placeholder {
  color: #B2B2B2;
	opacity: 1;
}
/* IE */
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder{
  color: #B2B2B2;
	opacity: 1;
}
/* Edge */
input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder{
  color: #B2B2B2;
	opacity: 1;
}


a{
	text-decoration: none;
	color: rgba(2,56,231,1.00);
	font-weight: 600;
}

a:hover{
	opacity: 0.5;
	transition-duration: 300ms;
}

button:hover{
	cursor: pointer;
}

#chk_mail{
	margin-top: 5px;
}

body{
	background-color: rgba(241,250,255,1.00);
	display: flex;
	flex-direction: column;
	min-height: 100vh;
  font-family: 'Noto Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
}

header{
	background-color: #fff;
	padding: 0.51em 0;
	font-size: 3.8rem;
	text-align: center;
	color: rgba(2,56,231,1.00);
  box-shadow: 0px 3px 26px 0px rgba(0,0,0,0.1);
	font-weight: 600;
}

header small{
	font-size: 2rem;
	display: block;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, "serif";
}

footer{
	text-align: center;
	font-size: 1.3rem;
	color: #888;
	padding: 1.5em 0;
}


#wrapper{
	max-width: 1260px;
	width: 90%;
	margin: 0px auto auto;
}


h1{
	color: #333;
	font-weight: 600;
	font-size: 3rem;
	text-align: center;
	padding: 1em 0 0.3em;
}

h2{
		color: #333;
	font-weight: 600;
	font-size: 2.4rem;
	margin: 0 0 0.5em 0;
}

h2::before {
	display: inline-block;
	 content: '';
	width: 20px;
	height:  20px;
	border-radius: 50%;
	background-color: rgba(58,156,6,1.00);
	margin-right: 0.5em;
}

.red{
	font-size: 1.2rem;
	color: rgba(237,63,63,1.00);
	padding: 0.2em 0.5em;
	border-radius: 3px;
	border: 1px solid rgba(237,63,63,1.00);
	float: right;
}

.gray{
	font-size: 1.2rem;
	color: rgba(245,245,245,1.00);
	padding: 0.2em 0.5em;
	border-radius: 3px;
	border: 1px solid rgba(103,103,103,1.00);
	float: right;
}

.add{
	font-size: 1.3rem;
	color: #676767;
	display: block;
  margin: .5rem 0;
}

.info{
	font-size: 1.5rem;
	color: #333;
	border: 1px dashed rgba(138,138,138,1.00);
	padding: 1rem;
	box-sizing: border-box;
	margin: 2rem 0 4rem 0;
	background-color: rgba(247,247,247,1.00);
}

.error{
	font-size: 1.5rem;
	color: rgba(237,63,63,1.00);
	border: 2px solid rgba(237,63,63,1.00);
	border-left: 8px solid rgba(237,63,63,1.00);
	padding: 5px;
	box-sizing: border-box;
	font-weight: bold;
	background-color: rgba(237,63,63,0.1);
	margin: 1em 0;
}

.error:empty,.display_error:empty{
	display: none;
}


/*テーブル*/
table.base1{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 3em;
	background-color: rgba(255,255,255,1.0);
}

table.base1 td{
	padding: 10px;
	box-sizing: border-box;
	font-size: 1.5rem;
	border: 1px solid #DBDBDB;
}

table.base1 .komoku{
	width: 22%;
	font-size: 1.5rem;
	color: #333;
	font-weight: 400;
	background-color: rgba(237,237,237,0.5);
}

.btn-control{
	display: flex;
	justify-content: center;
	margin: 5em 0 2em;
}

button{
	font-size: 1.6rem;
	background-color: rgba(239,239,239,1.00);
	color: #555;
	border: none;
	border: 2px solid rgba(125,125,125,1.00);
	border-radius: 10px;
	letter-spacing: 2px;
	padding: 10px 4em;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	transition-duration: 600ms;
	margin: 0 1em;
	font-weight: 600;
}


button.back{
	background-color: darkgray;
	border: 2px solid #333;
	color: #333;
}



button.pay_btn{
	background-color: rgba(255,189,81,1.00);
	border: 2px solid #333;
	padding: 10px 1em;
	font-weight: bold;
	margin: 0;
	color: #333;
	letter-spacing: 0;
	box-shadow: none;
}



button.mod-btn{
	padding: 1px 15px;
	font-size: 1.5rem;
	letter-spacing: 0;
	border-radius: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: rgba(94,157,206,1.00);
}

button.mod-btn:hover{
	background-color: #fff;
}

button.r-btn{
	letter-spacing: 0px;
	padding: 4px 2em;
}

button:hover{
	opacity: 0.7;
	transition-duration: 500ms;
	transform: translateY(3px);
}


div.thanks{
  font-size: 1.5rem;
	margin: 2rem 0 4rem 0;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #CCC;
}

div.thanks p{
	margin-top: 8px;
}

div.container{
  justify-content: center;
  margin: 2rem auto;
}

/*ログイン画面*/
div.container_login{
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

div.box{
    width: 60%;
    max-width: 300px;
    box-shadow: 0px 0px 4px 2px rgba(10,10,10,0.1);
    position: relative;
    padding: 40px 20px 10px;
	background-color: #fff;
}


.avatar img {
    padding: 5px;
    background: #3C413A;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    width: 100px;
    height: 100px;
    position: absolute;
    top: -70px;
    left: 33.3333%;
}

.eg li{
	font-size: 13px;
	color: lightslategrey;
}

.add-category{
	color: #333;
	padding: 0.4em;
	box-sizing: border-box;
	font-size: 13px;
	margin: 0px 0px 15px 0px;
}

a.r-link{
	font-size: 14px;
	text-align:center;
}


/*領収書のスタイル*/

body.receipt{
	background-color: #FFFFFF;
}

div#print_contents{
	max-width: 960px;
	margin: 0px auto;
}


p.receipt_date{
	text-align: right;
	display: block;
	font-size: 14px;
}

div#print_contents_in{
	padding: 20px;
	box-sizing: border-box;
}

.receipt-name{
	font-family: serif;
	font-size: 17px;
	margin-top: 30px;
}

.receipt-fee{
	font-family: serif;
	max-width: 350px;
	background-color: #EFEFEF;
	font-size: 18px;
	text-align: center;
	margin: 30px auto;
	padding: 10px;
	font-weight: 700;
	box-sizing: border-box;
	
}

.receipt-detail{
	font-family: serif;
	font-size: 15px;
	margin-bottom: 30px;
	text-align: center;
	padding-bottom: 80px;
}

.invoice-address{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-family: serif;
	font-size: 14px;
}
.gakkai{
	text-align: right;
	position: relative;
	z-index: 100;
}

.gakkai .stamp-img{
	position: absolute;
	z-index: -1;
	right: 0;
	top: 20px;
	pointer-events: none;
}


.invoice-secretariat{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-family: serif;
	font-size: 12px;
	margin-top: 100px;
}

.ondemand-date{
	font-family: serif;
	font-size: 14px;
	padding-top: 70px;
	text-align: right;
	padding-right: 80px;
}

/*参加証明書のスタイル*/

header.certificate_header{
	background-color: #FFFFFF;
	border: none;
}

.c_date{
	padding-top: 30px;
	text-align: right;
	display: block;
	font-size: 14px;
}

.jisan{
	display: inline-block;
	font-size: 15px;
	text-align: left;
	text-decoration: underline;
}


p.certificate_p{
	font-size: 21px;
	text-align: center;
	padding: 60px 0 60px;
	line-height: 2;
	font-family: serif;
}

p.receipt_date{
	text-align: right;
	display: block;
	font-size: 14px;
}


.gakkai.gakkai_c{
	display: inline-block;
	text-align: right;
	padding-right: 90px;
	position: relative;
	z-index: 100;
}

.gakkai.gakkai_c .stamp-img{
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0px;
	pointer-events: none;
}

.bank-area{
	font-size: 1.5rem;
	background-color: rgba(255,255,255);
	border: 1px solid #CCC;
	padding: 1em;
	box-sizing: border-box;
}

.bank-area strong{
	font-size: 1.6rem;
	display: block;
	margin-bottom: 5px;
}




/*==================================================
横幅360px以上
想定端末：一般的なAndroidスマホのPortrait
==================================================*/
@media screen and (max-width:700px) {
  
.per30, .per20, .per60, div.select {
		width: 100%;
	}
	div.select select{
		width: 100%;
	}
	
	input.per30:nth-child(2){
		margin-top: 5px;
	}
	
	.per50{
		width: 100%;
	}
	
	button.r-btn{
		margin: 5px 0 0 0;
	}

	header{
		font-size: 2.0rem;
    padding: 2rem 0;
	}
  
  header small{
	font-size: 1.4rem;
}
  
  h1 {
    font-size: 2.4rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  h2::before {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgba(58, 156, 6, 1.00);
    margin-right: 0.4em;
}
  
footer{
	text-align: center;
	font-size: 1rem;
	color: #888;
	padding: 1.5em 1em;
	box-sizing: border-box;
}

	table.base1 td{
		width: 100%;
		display: block;
}

table.base1 .komoku{
		width: 100%;
		display: block;
}
  
div.box {
  width: 95%;
}  
  
  
}


/* 2026追加 */
.error, .information {
  background-color: white;
	border-style: dashed;
	margin-bottom: 20px;
	padding: 1em;
	border-width: 1px;
	border-radius: 3px;
}
.error {
		color: #ff9090;
		border-color: #ff9898;
}
.information {
		border-color: #c6c6c6;
}
.information .warning {
		font-weight: bold;
		margin-bottom: 3px;
}
.information .warning:not(:first-child) {
		font-weight: bold;
		margin-top: 8px;
}
.information .warning:before, .policy .warning:before {
		color: #fda400;
		font-family: 'Material Icons';
		content: "\e002";
		font-weight: normal;
		font-style: normal;
		margin-right: 2px;
		position: relative;
		top: 1px;
}

.help {
    display: block;
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

.has-text-right {
  margin-top: -2em;
  text-align: right !important;
}

.ce{
  text-align: center;
}

.mg_t2{
  margin-top: 2rem;
}
.mg_b2{
  margin-bottom: 2rem;
}
.mg_t-1{
  margin-top: -1rem;
}

.notice {
  color: #DF8105;
}
