@charset "utf-8";
/* CSS Document */

/*------------------------------common-----------------------------*/	
.p_glay	{
	padding:20px;
	font-size:14px;
	color:#666;}

.form_text {
  font-size: 13px;
  margin-bottom: 3em;
}

/*------------------------------form-----------------------------*/	
form {
	border: none;
	margin: 0;
}

#form_tb,
#tel_tb {
  margin: 30px 0;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  border: 1px solid #999;
}

#form_tb *,
#tel_tb * {
	vertical-align: middle;
}

#form_tb th, #form_tb td,
#tel_tb th, #tel_tb td {
  padding: 1em 0.5em;
  border: 1px solid #bbb;
}

#form_tb th,
#tel_tb th {
  width: 200px;
  background: #EBF1F9;
}
#form_tb td,
#tel_tb td {
	text-align: left;
	width: 465px;
}

input[type="radio"] {
  margin: 0 3px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 3px;
}
textarea {
  border: 1px solid #aaa;
  padding: 0.2em;
}
input#zip {
  width: 100px;
}
#form_tb td label {
  margin-right: 3px;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	cursor: pointer;
}


.form .submit {
  margin: 40px 0;
  text-align: center;
}


.form_btn { text-align: center; }

/*
.form input[type="submit"],
.form input[type="button"] {
	width: 200px;
  height: 50px;
  cursor: pointer;
  color: #000;
  margin: 0 20px;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 16px;
	  border: solid 1px #ffdc4d;
  background: -ms-linear-gradient(top, #ffeda6, #ffcc00);
  background: -moz-linear-gradient(top, #ffeda6, #ffcc00);
  background: -webkit-gradient(linear, center top, center bottom, from(#ffeda6), to(#ffcc00));
  background: linear-gradient(#ffeda6, #ffcc00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFffeda6, endColorstr=#FFffcc00);
  background-color: #ffcc00;
	}
	.form input[type="submit"]:focus,
	.form input[type="submit"]:hover,
	.form input[type="button"]:focus,
	.form input[type="button"]:hover {
		background: #ffdc4d !important;
  border: solid 1px #ffdc4d;
  color: #000;
		outline: none;}
*/
.form .submit .btn {
    width: 40%;
    line-height: 3;
    font-weight: bold;
    display: inline-block;
    margin: 0 2%;
}
.form_label {
  font-size: 11px;
}
.required {
  color: #FF5959;
  margin-left: 3px;
}
.red{
	color: #FF5959;
}


#crumbs {
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}
#crumbs ul {
  list-style: none;
  width: 100%;
}
#crumbs ul li {
  display: inline-block;
}
#crumbs ul li span {
  display: block;
  height: 30px;
  background: #aaaaaa;
  text-align: center;
  padding: 0 40px 0;
  position: relative;
  margin: 0 55px 0 0;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}
#crumbs ul li .current {
  background: #272F89;
}
#crumbs ul li span:after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #aaaaaa;
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 1;
  margin-top: 5px;
}
#crumbs ul li .current:after {
  border-left-color: #272F89;
}			

				#crumbs ul li:first-child span:before {
					display: none; 
				}
				
				#crumbs ul li:last-child span {
					padding-right: 40px;
				}
				#crumbs ul li:last-child span:after {
					display: none; 
				}

#tel_tb {
	margin: 0 auto 1em;
}
#tel_tb .tel {
	font-family: 'Arial', sans-serif;
	font-size: 20px;
	font-weight: bold;
	vertical-align: -1px;
}

@media all and (max-width:767px){
#crumbs {
  text-align: center;
  overflow: hidden;
  margin-bottom: 1em;
}
#crumbs ul {
  list-style: none;
  width: 100%;
}
#crumbs ul li {
  float: left;
  width: 33.3333333333333333%;
	display: initial;
}
#crumbs ul li span {
  display: block;
  background: #999;
  position: relative;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  line-height: 2em;
  width: 100%;
	  height: initial;
  margin: initial;
  padding: initial !important;
}
#crumbs ul li .current {
  background: #0053A6;
}
#crumbs ul li span:after {
  content: "";
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1em solid #999;
  position: absolute;
  right: -1em;
  top: 0;
  z-index: 1;
	margin: initial;
}
#crumbs ul li .current:after {
  border-left-color: #0053A6;
}

#form_tb,
#tel_tb {
  border-width: 1px 1px 0px;
	font-size: 14px;
}
#form_tb th, #form_tb td,
#tel_tb th, #tel_tb td {
  display: block;
  width: 100%;
  border-width: 0;
  text-align: center;
}
#form_tb td,
#tel_tb td {
  border-bottom: 1px solid #999;
}
#form_tb th,
#tel_tb th {
  border-bottom: 1px dotted #999;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  line-height: 1.5em;
	font-size: 14px;
}
input#zip {
  width: 10em;
}
select {
	width: 100%;
	font-size: 14px;
}

/*
.form input[type="submit"], .form input[type="button"] {
	 -webkit-appearance: none;
  width: 50%;
  cursor: pointer;
  color: #000;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 16px;
  line-height: 3em;
  border: solid 1px #ffdc4d;
  background: -ms-linear-gradient(top, #ffeda6, #ffcc00);
  background: -moz-linear-gradient(top, #ffeda6, #ffcc00);
  background: -webkit-gradient(linear, center top, center bottom, from(#ffeda6), to(#ffcc00));
  background: linear-gradient(#ffeda6, #ffcc00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFffeda6, endColorstr=#FFffcc00);
  background-color: #ffcc00;
	  margin: 0.5em;
}
*/
}


#agreement {
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
}
.agreement {
  margin: 40px auto;
  padding: 1em;
  text-align: center;
  background: #f5f5f5; }

.agreement-list {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
	margin: auto;}
  .agreement-list > .agreement-item {
    position: relative;
		padding-left:0;
		text-indent:0;
		list-style: none;}
  .agreement-list input[type=radio],
  .agreement-list input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
    .agreement-list input[type=radio] + label,
    .agreement-list input[type=checkbox] + label {
      text-align: left;
      position: relative;
      display: inline-block;
      padding: 0 0 0 30px;
      cursor: pointer;
      width: auto;
      line-height: 1.4;
      letter-spacing: 0;
      margin: 0;
      font-size: 14px;
			font-weight: normal;}
			.agreement-list input[type=radio]:checked + label,
    	.agreement-list input[type=checkbox]:checked + label {
				font-weight: normal;
			}
      .agreement-list input[type=radio] + label::before,
      .agreement-list input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: -2px;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #666;
        background: #FFF; }
    .agreement-list input[type=radio]:checked + label::before,
    .agreement-list input[type=checkbox]:checked + label::before {
      border-color: #075edb;
      background: #075edb; }
    .agreement-list input[type=radio]:checked + label::after,
    .agreement-list input[type=checkbox]:checked + label::after {
      content: "";
      position: absolute;
      top: 11px;
      left: 3px;
      width: 14px;
      height: 8px;
      margin-top: -10px;
      border-left: 3px solid #FFF;
      border-bottom: 3px solid #FFF;
      -webkit-transform: rotate(-45deg) scale(0.5);
      transform: rotate(-45deg);
      font-weight: 700; }

.flex-center {
  justify-content: center; }

input[type="submit"]:disabled {
	background: #CCC !important;
	color: #666 !important;
	box-shadow: none !important;
	filter: none !important;
	transform: translateY(0) !important;
	cursor: context-menu;
	border-color: #CCC !important;
}
input[type="submit"]:hover:disabled {
	opacity: 1 !important;
	background: #CCC !important;
	color: #666 !important;
	cursor: context-menu !important;
}