/*!
 * 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 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, 
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


body {
	background-image: url(../../../../img/bg_img.jpg);
	background-repeat:repeat-x;
}
h1 {
	position: absolute;
	top: 16px;
}
header {
	width: 750px;
	height: 135px;
	margin: 0 auto;
	background-image: url(../../../../img/head_bg_img.jpg);
	background-repeat: no-repeat;
	position: relative;
}
nav {
	width: 750px;
	height: 34px;
	margin: 0 auto;
	position: absolute;
	bottom: 5px;
}
nav ul {
	width: 750px;
	height: 34px;

}
nav li {
	float: left;
	width: 124px;
	height: 34px;
	border-right: #00019F 1px dotted;
	border-bottom: #00019F 5px solid;
	text-align: center;
	position: relative;
	font-size: 13px;
}
nav li a {
	display: block;
	height: 34px;
	width: 124px;
}
nav li a:hover {
	border-bottom: #0C9 5px solid;
}
nav li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	transition: 0.5s;
}

.li_boder_l {
	border-left: #666 1px dotted;
	border-right: #666 1px dotted;
	border-bottom: #00019F 5px solid;
	width: 123px;
}

nav li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: rgba(0,204,153,0.9);
  height: 130px;
}
nav li ul li{
  height: 30px;
  line-height: 33px;
  border: none;
  color:#FFF;
  text-align: left;
  margin-left: 5px;
  padding-left: 15px;
  border-bottom: #FFF dotted 1px;
  background-image: url(../../../../img/icon.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.drop_1 {
	width: 80%;
}
.drop_2 {
	width: 85%;
}
.drop_3 {
	width: 92%;
}
nav li ul li a{
	display: block;
	height: 30px;
	width: 100%;
	color:#FFF;
	text-decoration: none;
}
nav li ul li a:hover{
	border: none;
	color:#FF3;
	text-decoration:underline;
}

#dropmenu { position: relative; z-index: 3; }
#dropmenu > li{
  perspective: 400px;
}
#dropmenu li ul{
  visibility: hidden;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  transition: .3s;
}
#dropmenu li:hover ul{
  visibility: visible;
  transform: rotateX(0);
}

nav img {
	border: 0px;
}
.list_l {
	margin-right: 6px;
}


section {
	width: 750px;
	margin: 0 auto;
	line-height: 18px;
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 14px;

}
section h2 {
	width: 732px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	padding-left: 18px;
	color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../../../../img/mail_midashi.png);
	margin-bottom: 10px;
}
section table {
	margin-bottom: 15px;
}

td{
	padding:5px;
	color:#666;
}
.nyuryoku {
	width:568px;
	}
.tarea {
	width:568px;
	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;
	font-size: 14px;
	}

footer {
	width: 750px;
	margin: 0 auto;
	border-top: #999 dotted 1px;
}
footer ul {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 550px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	padding: 5px;
	font-size: 16px;
}
footer li {
	float: left;
	padding: 0px 15px 0px 0px;
	list-style-type: none;
	font-size: 12px;
}
footer li a {
	text-decoration: none;
	color: #063;
}
footer li a:hover {
	text-decoration: underline;
	color: #F90;
}
footer p {
	clear: both;
	font-size: 12px;
	font: "HGS創英角ｺﾞｼｯｸUB";
	padding: 15px;
	text-align: center;
	border-top: #999 dotted 1px;
	font-family: Tahoma, Geneva, sans-serif;
}

.kanryou_all {
	width: 750px;
	height: 400px;
	background-image: url(../../../../img/mailafter_bg.jpg);
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

.kanryoumidashi {
	width: 300px;
	text-align: center;
	font-size: 30px;
	position: absolute;
	left: 225px;
	top: 114px;
	font-weight: bold;
	color:#F30;
}

.kanryou {
	width: 284px;
	height: 84px;
	border:#CCC solid 1px;
	padding:8px;
	position: absolute;
	left: 225px;
	top: 150px;
	background-color: rgba(255,255,255,0.8);
}
.kanryou a {
	text-decoration: none;
}
.kanryou a:hover {
	text-decoration: underline;
	color:#F60;
}
.kauryou p {
	margin: 0px;
	padding: 5px 0px;
	font-size:90%;
	color: #666;
	}

.text-right a {
	color:  rgb(139, 129, 110)
}

.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: 550px;
	height: 40px;
	border-bottom: #a1a1a1 solid 1px;
	line-height: 40px;
	padding: 0px 5px;
	margin: 2px 0 0 0;
	background-color: #FFF;
}
.col-sm-10 {
	width: 550px;
	height: auto;
	padding: 5px 5px;
	margin: 2px 0 0 0;
	background-color: #FFF;
	border-bottom: #a1a1a1 solid 1px;
}

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