@charset "UTF-8";
/* guidance 2016.06.07 */

.guidance-title {
  color: #235781;
  font-size: 1.75em;
  font-weight: bold;
  margin: 1.3em 0;
  position: relative; }
.guidance-title.tokusetsu {
  margin: 1.3em 0 0; }
.guidance-title span {
  font-size: 0.65em;
  font-weight: normal;
  position: absolute;
  bottom: 3px; }
.check-title {
  background-color: #4096EE;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0.6em 0;
  margin-bottom: 2em; }

p.notice {
  margin: 1em 0;
  font-size: 1.15em; }
p.reserve {
  font-size: 1.4em; }
p.tel {
  color: #445962;
  font-size: 2.4em;
  margin: 0.5em 0 0; }
p.tel span:before {
  content: url(../../../img/icon-tel.svg);
  width: 1em;
  height: 1em;
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
  position: relative;
  top: -4px; }
p.help-block {
  color: #757575;
  font-size: 14px;
  margin-bottom: 4px; }
p.tokusetsu {
  color: #444;
  border-top: 1px solid #cdcdcd;
  font-size: 14px;
  line-height: 2;
  padding: 16px 0; }
  
ul.guide {
  font-size: 14px;
  line-height: 2;
  list-style: disc;
  padding-left: 1em; }
ul.guide li.point {
  font-size: 16px;
  font-weight: bold; }
ul.guide li.point span {
  color: #C40003;
  font-size: 18px; }

hr.guidance {
  margin-top: 3em; }

/* link ---------- ---------- ---------- */ 
.link-icon span:before,
input.button:before {
  content: url(../../../img/link-icon-white.svg);
  width: 1em;
  height: 1em;
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
  position: relative;
  top: -4px; }

.link-icon.button span:before {
  top: -2px; }

a.link-icon-right span:after {
  content: url(../../../img/link-icon.svg);
  width: 1em;
  height: 1em;
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2em;
  position: relative;
  top: -4px; }

a.link-icon-right.button span:after {
  top: -1px; }

/* button ---------- ---------- ---------- */
input, button, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.button {
  background-color: #00A8BF;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6em;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 1;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  padding: 1em 2em;
  margin: 1em 0 2em; }
.button.middle {
  font-size: 1.2em;
  padding: 0.8em 1em;
  margin: 1em 0 2em; }
.button.font-bold {
  font-weight: bold; }

.button:hover {
  background-color: #1c3b67;
  color: #fff;
  text-decoration: none; }

.buttom.center-block {
  display: block;
  margin: 0 auto; }

a:visited .button {
  color: inherit; }

/* label ---------- ---------- ---------- */
.label {
  background-color: #c40003;
  display: inline-block;
  padding: 0.5625em 0.625em 0.525em;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  position: relative;
  border-radius: 0; }

/* table ---------- ---------- ---------- */
table.program {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0; }
table.program tr:nth-child(even) {
  background-color: #FAF9F0; }
table.program td {
  border: 1px solid #cdcdcd;
  font-size: 1.16666em;
  padding: 1em; }
  
/* box ---------- ---------- ---------- */
.box-form {
  text-align: center;
  margin: 6em auto;
  width: 600px; }

.form-group {
	clear:both;
  display: block;
  margin-bottom: 15px;
}
.form-group:after {
  content:" ";
  display:block;
  clear:both; }

.container-form {
  width: 600px;
  margin: 0 auto; }
  
.control-box {
  display: block;
  height: 34px;
  font-size: 14px;
  line-height: 2.6; }
  
/* form ---------- ---------- ---------- */
label {
  color: #546E7A;
  cursor: default;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.6; }
label.info {
  line-height: 4.6; }

 
form .col-label {
  text-align: right;
  float: left;
  width: 140px;
  margin-right: 2em; }
form .col-input {
  text-align: left;
  float: right;
  width: 430px; }

form .col-input span {
  color: #757575;
  font-size: 13px;
  line-height: 2.7;
  margin-left: 8px; }

.form-control {
  display: block;
  
  height: 34px;
  padding: 0px 12px;
  float: left;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

textarea.form-control {
  width: 100%;
  height: 200px;
  padding: 1em; }