@charset "UTF-8";

.mail-page{
	overflow: hidden;
	background-color: #ffffff;
	
	//font-family: 'IBM Plex Sans JP', sans-serif;
	//font-weight:400;
}

.top-menu-wrapper{
	height:60px !important;
	background-color: black !important;
}

.mail-wrapper{
	position: relative;
	
	background-color: #ffffff;
	height: auto;
	text-align: center;
	width:100%;
}

.mail{
	color:#444444;
	text-align: center;
	width:100%;	
	//background-color: blue;
}

#mail-title{
	top:85px !important;
}

.chapter-title img{
	margin: 0 auto;
	width:100%;
	vertical-align: top;
	min-height:160px;
	object-fit: cover;
}

.mailpage-content h1{
	padding:0;
	margin:2em 0 0.5em 0;
	
	font-size: calc(32px + 16 * (100vw - 600px)/1200);

	font-family: 'Noto Serif JP', serif;
	font-weight: 600;	
}

.mailpage-content span{	
	line-height:2em;
}

.mailpage-content{	
	position: relative;	
	margin: 0 auto;
	
	text-align: center;
	font-size: calc(14px + 7 * (100vw - 600px)/1200);
}

#formWrap{
	position: relative;
	
	width:calc(100% - 30px);
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	
	max-width:800px;
	
	font-size:16px;
	text-align: left;
}

.contactInput{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 5px 5px;
  width: calc(100%-10px);
	max-width: 100%;
}

.formTable{
	width: 100%;
    table-layout: fixed;
	border-collapse:collapse;
}

.formTable {
	
	width:100%;
	margin-top:2em;
	margin-bottom:2em;
}

.formTable tr{
	text-align:left;
	padding-top:3em;
	height:3em;
}


.formTable th{
	white-space: nowrap;
	
	padding-top:1.5em;
	margin-top:0px;
	width:100%;
	height:1em;
}

.formTable td {
	padding: 0.5em;
	margin:0px;
	width:100%;
	height:2em;
	
	border: 1px solid #aaaaaa;
	background-color:#eeeeee;
	outline: none;
}

.formTable input{
	position: relative;
	padding:0;
	margin:0;
	outline: 0;
	border:none;
	width:calc(100% - 10px);
}

.formTable textarea {
	resize: none;
	
	width:calc(100% - 10px);
  	//height:22vh;
	min-height:260px;
	margin:0;
	padding:0;
	
	outline: 0;
	border:none;
}

.button-wrapper{
	position: relative;	
	width:100%;
	margin:3em auto 0 auto;
	
	padding:0;
	max-width: 800px;
	text-align: center;
}

.mail-button {
  	display       : inline-block;
  	font-size     : 13pt;        /* 文字サイズ */
  	text-align    : center;      /* 文字位置   */
  	cursor        : pointer;     /* カーソル   */
    margin-left: 5px;
	margin-right: 5px;
   	min-width: 120px;
	width: 160px;
	
	height: 50px;
	color         : #ffffff;     /* 文字色     */
	line-height   : 1em;         /* 1行の高さ  */
 	opacity       : 1;         /* 透明度     */
	font-weight:normal;
	
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius:6px;	/* Firefox用 */
}

.mail-button:hover {
  opacity       : 0.8;           /* カーソル時透明度 */
}

.send-button {
	background-color:darkcyan;
}

.reset-button {
  background  :goldenrod;
}

.finish-button {
	background-color:cornflowerblue;
}


/* ===========================================
	プライバシーポリシー
=========================================== */

.privacy-wrapper{
	position:relative;
	
	text-align: center;
	width:100%;
	
	font-size: calc(12px + 6 * (100vw - 600px)/1200);
	
	padding-top:5em;
	padding-bottom:5em;
}

.privacy{
	position: relative;
	
	padding-left:20px;
	padding-right:20px;
	
	text-align: center;
	margin:0 auto;
}

.privacy h4{

	font-size: calc(16px + 12 * (100vw - 600px)/1200);
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-weight:500;
	padding:10px;
	margin:0px;
}

.privacy p{
	text-align: center;
	paddin-left:100px;
	margin:0px;
}


/* ===========================================
	エラーページ用
=========================================== */

.checkError{
	//padding-top:2em;
	//padding-bottom:2em;
	text-align: center !important; 
}

#error-wrapper{
	margin-top:40px;
}

.error_messe{
	height:50px;
	line-height:50px;
	color:red;
}

.back-button {
	background-color:goldenrod;
	width: 200px;
	min-width:180px;
}


/* ===========================================
	確認ページ用
=========================================== */


#conf-wrapper{
	margin-top:40px;
}

#confTable{
	
	text-align:left;
}

#confTable td{
	text-align:left;
}

