@charset "utf-8";

/*トップ*/
.gakumon_top h3{
  padding-bottom: 8px;
  position: relative;
  border-bottom: 3px solid #cbcbcb;
  width:70%;
  color: #6db82a;
  float: left;
}

.gakumon_top h3:after{
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -3px;
  width: 6em;
  border-bottom: 3px solid #6db82a;
}

.gakumon_top h3 img{
  width: 38px;
  vertical-align: bottom;
  margin-right:10px;
}

.gakumon_top{
  position: relative;
  margin-top: 40px;
}

.gakumon_top a{
  position: absolute;
  right:20px;
  top:-20px;
}

.gakumon_top p{
  clear: both;
  font-size: 16px;
  padding-top: 30px;
}

/*リスト*/
div.form_cont{
  display: table;
  margin-top: 40px;
}

div.form_cont>table{

}

div.form_cont>ul>li{
  display: table-cell;
  vertical-align: top;
}

div.form_cont>ul>li:nth-child(odd){
  width: 250px;
  border-bottom: 1px solid #fff;
  clear: both;
  padding:4px 5px;
  padding-right:10px;
}

div.form_cont>ul>li:nth-child(even){
  width: 750px;
  border-bottom: 1px dashed #8ac961;
  padding:2px;
  padding-left:10px;
}

div.form_cont>ul:first-child>li:last-child{
  border-top: 1px dashed #8ac961;
}

.gkmn_a {
    background-color: #EA6183;
}
.gkmn_b {
    background-color: #F3982C;
}
.gkmn_c {
    background-color: #7DC058;
}
.gkmn_d {
    background-color: #22B8CE;
}

li.keitou label{
  color:#fff;
  font-size: 14px;
}

.keitou_kaisetsu{
  float: right;
  margin-top:2px;
}
.keitou_kaisetsu span {
  color: #579322;
  font-size: 10px;
  background-color: #ffffcc;
  width: 35px;
  border-radius: 6px;
  border: 0;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  height: 13px;
  line-height: 13px;
  vertical-align: middle;
}

.keitou_kaisetsu span,  x:-moz-any-link  { line-height: 14px;}

.keitou_kaisetsu span,  x:-moz-any-link, x:default  { line-height: 14px; }
@media all and (-ms-high-contrast:none){
  .keitou_kaisetsu span {
    line-height: 14px;
  }
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .keitou_kaisetsu span {
    line-height: 14px;
  }
}



div.form_cont ul.bunya li{
  float: left;
  margin: 2px 0;
  width: 190px;
  font-size: 13px;
}

div.form_cont ul.bunya li:nth-child(4n){
  width:165px;
}

/*チェックボックス*/
input[type='checkbox']{
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
}
.cbxbd{
	background:url("../images/mr_index_check.gif") no-repeat left top;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 22px;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	vertical-align:middle;
	margin-right: 0px;
}




.c_on{
	background-position:left bottom;
}

/*送信ボタン*/
div.form_cont>div.send{
  text-align: center;
  border: none;
  padding: 40px 0 20px;
}

div.send input,
div.send p{
  background-color: #6db82a;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  float: none;
  width: 265px;
  height: 54px;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  margin:0 10px;
  text-align: center;
}

div.send input:hover{
  opacity:0.7;
}

div.send p{
  width: 140px;
  background-color: #b0b0b0;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  line-height: 54px;
  font-weight: normal;
}
