/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
/*# sourceMappingURL=bootstrap.min.css.map */

@charset "utf-8";
/* CSS Document */
body {
	background-color: #e3d9ca;
	margin: 0px;
}

table {
	margin-bottom: 15px;
}

td{
	padding:5px;
	color:#666;
}
.nyuryoku {
	width:90%;
	height: 30px;
	}
.tarea {
	width:90%;
	height: 150px;
	}
.cel {
	padding: 15px 0px 15px 10px;
	border-bottom: solid #FFF 1px;
	background-color: #D0E8FD;
	}
.cel2 {
	border-bottom: solid #FFF 1px;
	border-right: solid #FFF 1px;
	background-color: #36C;
	color:#FFF;
	}

.kakunin_bt{
	width: 450px;
	height: 90px;
	border-radius: 20px;
	border: #c25475 solid 3px;
	background-color:#e3d9ca;
	background-image: url(../img/mail_kakunin1.png);
	background-repeat: no-repeat;
	background-position-y: 20px;
	background-position-x: 10px;
	text-align: center;
	color: #338427;
	font-size: 35px;
	font-weight: bold;
	transition : 1s;
}
.kakunin_bt:hover{
	border: #813338 solid 3px;
	background-color:#e38677;
	background-image: url(../img/mail_kakunin2.png);
	background-repeat: no-repeat;
	background-position-y: 20px;
	background-position-x: 10px;
	text-align: center;
	color: #faff32;
	transition : 1s;
}

.kanryou_all{
	margin: 0 auto;
	text-align: center;
	width: 750px;
	height: 400px;
}

.kanryoumidashi{
	font-size:xx-large;
	font-weight: bold;
	color: #30296e;
	padding: 100px 0 50px 0;
}
.mailformlink {
	margin: 10px auto 0 auto;
	width: 400px;
	height: 50px;
	border-radius: 10px;
	background-color: #338427;
	line-height: 50px;
	transition : 1s;
}
.mailformlink:hover {
	background-color: #4baa3d;
	transition : 1s;
}
.mailformlink a {
	display: block;
	width: 400px;
	height: 50px;
	text-decoration: none;
	color: #FFF;
	transition : 1s;
}
.mailformlink a:hover {
	text-decoration: none;
	color: #fffc34;
	transition : 1s;
}
.text-right a {
	color: rgb(92, 70, 29);
}

.form-group {
	display: flex;
}

.container {
	width: 1002px;
	margin: auto;
}

.col-form-label{
	width: 200px;
	height: 40px;
	line-height: 40px;
	padding: 0px 5px;
	margin: 2px 2px 0 0;
	background-color: #36C;
	color: #ffffff;
}
.col-sm-9 {
	width: 800px;
	height: 40px;
	line-height: 40px;
	padding: 0px 5px;
	margin: 2px 0 0 0;
	background-color: #FFF;
}
.col-sm-10 {
	width: 800px;
	height: 400px;
	padding: 5px 5px;
	margin: 2px 0 0 0;
	background-color: #FFF;
	overflow-y: auto;
}

.btn-secondary{
	width: 100px;
	height: 50px;
	border-radius: 20px;
	color: rgb(88, 110, 211);
	border: solid #36C 1px;
	background-color: #d5faff;
	transition : 1s;
	font-size: 17px;
	margin-right: 10px;
}
.btn-secondary:hover{
	border-radius: 20px;
	color: rgb(0, 100, 79);
	background-color: #71eeff;
	transition : 1s;
}

.btn-primary{
	width: 200px;
	height: 50px;
	border-radius: 20px;
	color: rgb(235, 255, 147);
	border: solid rgb(1, 114, 44) 1px;
	background-color: #289912;
	transition : 1s;
	font-size: 17px;
}

.btn-primary:hover{
	border-radius: 20px;
	color: rgb(31, 148, 79);
	background-color: #b9ff37;
	transition : 1s;
}

.btn_ichi {
	width: 330px;
	margin: 30px auto;
}