@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2family=Noto+Serif+JP:wght@300;500;700&display=swap');
@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';
}

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

hr {
    background-color: whitesmoke;
    border: none;
    display: block;
    height: 2px;
    margin: 1rem 0;
    height: 6px;
    background: url("images/hr.svg") center center repeat-x;
}


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

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;
}

select{
		width: 100%;
	box-sizing: border-box;
}





html{
font-family: 'Lato','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ＭＳ ゴシック','MS Gothic','monospace',sans-serif;
}

body{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	color: #4a4a4a;
	line-height: 1.5;
    font-family: sans-serif;
    font-weight: 500;
}


#wrapper{
	width: 95%;
	max-width: 1260px;
	margin: 0px auto auto;
	padding: 2rem 0;
}


/*こまごま
==================================================*/

a{
	color: rgba(44,136,160,1.00);
	text-decoration: none;
	font-weight: 500;
}

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


.error, .information {
    font-size: 1.4rem;
    background-color: white;
    border-style: dashed;
    margin-bottom: 20px;
    padding: 1em;
    border-width: 1px;
    border-radius: 3px;
	box-sizing: border-box;
	color:#4a4a4a4;
}

.information{
	background-color: rgba(238,238,238,0.3);
}

.information.bank-info{
	background-color: rgba(255,255,204,1.00);
	margin-top: 2em;
}

.information p:not(:first-child){
	margin-top: 8px;
}

.error {
    color: #FF5B5B;
    border-color: #ff9898;
	font-size: 1.5rem;
}

.red{
	    color: #FF5B5B;
}

.red2{
	display: inline-block;
	    color: #FF5B5B;
	font-size: 1.1rem;
	border: 1px solid #FF5B5B;
	padding: 2px 3px;
	box-sizing: border-box;
	float: right;
	border-radius: 3px;
}

ul.bg-red-ul{
	background-color: rgba(255,218,218,0.5);
	padding: 1em 1em 1em 2em;
	box-sizing: border-box;
	margin: 4px 0 0 0;
}

.bg-red{
	display: block;
		background-color: rgba(255,218,218,0.5);
	padding: 1em;
	box-sizing: border-box;
}

.information {
    border-color: #c6c6c6;
}

.information ul{
	padding-left: 2em;
	box-sizing: border-box;
}

.information ul li{
	list-style-type: decimal;
}

.title1{
	font-size: 2.6rem;
	font-weight: 200;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 1em 0 1.5em;
}

.title1::before,.title1::after{
	content: '';
	width: 70px;
	height: 1px;
	background-color: #898989;
	margin-top: 15px;
}

.title1::before{
	margin-right: 20px;
}

.title1::after{
	margin-left: 15px;
}

table.base1 td.midashi1{
	font-size: 2rem;
	border:none;
	padding-left: 0;
	padding-bottom: 5px;
	font-weight: 200;
}

table.base1 td.midashi1 small{
	display: block;
	font-size: 1.4rem;
}

.black{
	display: inline-block;
	font-size: 1.2rem;
}

.font-80per{
	font-size: 80%;
}

ul{
	padding-left: 2em;
	box-sizing: border-box;
}

ul li{
	list-style-type: disc;
}

.fee-small{
	 display: inline-block;
	border-top: 1px dashed #dbdbdb;
	margin: 8px 0 0;
	padding-top: 8px;
}

span.alert:before {
    content: '\e88e';
    color: #e9a944;
    font-family: 'Material Icons';
    margin-right: 3px;
    position: relative;
    top: 2px;
}

h1{
	font-size:1.7rem;
}

h2{
	font-size: 2rem;
	border:none;
	padding-left: 0;
	padding-bottom: 8px;
	padding-top: 1.3em;
	font-weight: 200;
}


/*ヘッダー
==================================================*/

header{
	color: #454545;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 3.5rem;
	text-align: center;
background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 58%, rgba(109,177,205,1) 58%, rgba(109,177,205,1) 100%);
	box-shadow: 0px 1px 15px -1px rgba(10,10,10,0.1);
	padding: 1em 0.2em;
	box-sizing: border-box;
}



/*フッター
==================================================*/


footer{
	font-size: 1.4rem;
	color: #898989;
	text-align: center;
	padding: 2em 0;
}





/*テーブル
==================================================*/

table.base1{
	border-collapse: collapse;
	width: 100%;
}

table.base1 td{
	border: 1px solid #dbdbdb;
    padding: 0.8em 0.75em;
	font-size: 1.5rem;
	font-weight: 300;
	box-sizing: border-box;
}

table.base1 td.komoku,table.base1 td.komoku2{
	width: 20%;
	background-color: rgba(226,232,235,0.5);
	font-weight: 500;
	font-size: 1.5rem;
}

table.base1 td.komoku span.black,table.base1 td.komoku2 span.black{
	margin: 0;
	font-weight: 200;

}


/*キーワードテーブル
==================================================*/

table.base1.key-table td{
	border: none;
	line-height: 2;
}

/*DVD料金のテーブル
==================================================*/

table.base1.dvd-table{
	width: 65%;
}

table.base1.dvd-table thead td{
	background-color: #eeeeee;
}

table.base1.dvd-table td:nth-of-type(1){
	width: 40%;
}

table.base1.dvd-table td:nth-of-type(2){
	width: 20%;
	text-align: center;
}

table.base1.dvd-table td:nth-of-type(3){
	width: 40%;
}

/*記入例のテーブル
==================================================*/

table.example-table td{
	width: calc(100%/3);
	font-size: 13px;
}

table.example-table thead td{
	background-color: #eeeeee;
}


/*原稿送信のテーブル
==================================================*/

table.base1.fup-table td{
	font-size: 1.3rem;
	padding: 5px 10px;
	box-sizing: border-box;
}

table.base1.fup-table td:nth-of-type(1){
	width: 5%;
	text-align: center;
}



/*進む・戻るボタン
==================================================*/

.btn-control{
	display: flex;
	justify-content: center;
	margin-bottom: 4em;
	margin-top: 4em;
}

.btn-control input{
	font-size: 1.5rem;
	font-weight: 700;
	display: inline-block;
  padding: 0.8em 5em;
background-color: #61b0e2;
box-shadow: 0 5px 0 #369ada;
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
	border: none;
}

.btn-control input.back{
background-color: rgba(155,155,155,1.00);
box-shadow: 0 5px 0 rgba(126,126,126,1.00);
}

.btn-control input.credit-btn{
background-color: rgba(240,163,86,1.00);
box-shadow: 0 5px 0 rgba(213,110,8,1.00);
}


.btn-control input:not(:first-child){
	margin-left: 15px;
}


.btn-control input:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.btn-control input:active {
  box-shadow: none;
  transform: translateY(5px);
}

.rpass-btn{
	background-color: #EFEFEF;
	border: 1px solid #CCC;
	padding: 5px 1em;
	border-radius: 5px;
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 0 0 7px -5px;
	margin-left: 8px;
}

.rpass-btn:hover{
	box-shadow: none;
	transform: translateY(3px);
	transition-duration: 300ms;
}




/*同意セクション
==================================================*/




/*==================================================
ログイン画面
==================================================*/

div.container{
    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;
}

.btn-control.btn-intable{
	margin: 1.5em 0;
}


.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: -80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.rpass-info{
	font-size: 1.5rem;
	text-align: center;
	margin: 2em 0;
	
}

.btn-control.up-control{
	flex-wrap: wrap;
	margin: 2em 0em;
}

.btn-control.up-control input{
	width: 150px;
	padding: 0.5em 0;
	margin: 0.5em 10px;
}



/*==================================================
700px以下
==================================================*/
@media screen and (max-width:700px) {
	
.red2{
float: none;
margin-left: 1em;
}
	
header{
	font-size: 2.5rem;
}
	
.title1{
	font-size: 2.2rem;
}

table.base1 td.midashi1{
	font-size: 1.8rem;
}
	
	.sp_none{
		display: none;
	}
	
	input[type="text"]#zz_name2{
		margin-top: 4px;
	}
	
	input[type="text"]#zz_kana_g{
		margin-top: 4px;
	}
	
.rpass-btn{
	margin-left: 0px;
	margin-top: 8px;
}
	

/*テーブル
==================================================*/
	
	.base1 td{
		display: block;
		width: 100%;
	}

table.base1 td.komoku,table.base1 td.komoku2{
	width: 100%;
	display: block;
}
	
/*DVD料金のテーブル
==================================================*/

table.base1.dvd-table{
	width: 100%;
}

table.base1.dvd-table td:nth-of-type(1){
		display: block;
		width: 100%;
}

table.base1.dvd-table td:nth-of-type(2){
		display: block;
		width: 100%;
	text-align: left;
}

table.base1.dvd-table td:nth-of-type(3){
		display: block;
		width: 100%;
}
	
	table.base1.dvd-table td:empty{
		display: none;
	}
	

/*記入例のテーブル
==================================================*/

table.example-table td{
		display: block;
		width: 100%;
}
	
/*原稿投稿のテーブル
==================================================*/

	
	table.base1.fup-table td{
		display: table-cell;
	}

	
/*決済のテーブル
==================================================*/
	
	div.kessai{
		display: block;
	}
	
	div.kessai label{
		display: block;
		background-color: yellow;
	}

	
/*入力欄
==================================================*/
	
input[type="text"], input[type="password"], textarea {
	width: 100%;
}
	
	
/*ログイン画面
==================================================*/
div.box{
    width: 100%;
    max-width: auto;
    box-shadow: none;
    position: relative;
    padding: 40px 20px 10px;
}



}





