@charset "utf-8";
/* CSS Document */


.mb0 {	margin-bottom: 0!important;}
.mb5 {	margin-bottom: 5px!important;}
.mt5 {	margin-top: 5px!important;}
.mb10 {	margin-bottom: 10px!important;}
.mt10 {	margin-top: 10px!important;}

::-webkit-input-placeholder {
    color:    #444;
}
:-moz-placeholder {
    color:    #444;
}

td {
	position: relative;
}
td .error_message {
	position: absolute;
	font-size: 11px;
	line-height: 30px;
	height: 30px;
	width: 150px;
	right: -150px;
	top: 50%;
	margin-top: -15px;
	/*display: none;*/
}

html {
	height: 100%;
}
body {
	background-color: #F4F3EC;
	height: 100%;	
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 12px;
	line-height: 1.8;
	color: #444;	
	position: relative;
}
@media (min-width: 768px) {
	body {
		font-size: 14px;
	}
}

 .section-wrap {
	width: 100%;
	height: auto;
	padding: 10px 0;
	/*overflow: hidden;*/
}

header + section.section-wrap {
	padding-top: 20px;
}
@media (min-width: 768px) {
	header + section.section-wrap {
	padding-top: 80px;
}
}

header {
	background-color: #FFF;
	border-top: #0C419A solid 4px;
	width: 100%;
	z-index: 99;
	box-shadow: 0 -2px 6px rgba(0,0,0,0.2);
}
footer {
	background-color: #495563;
	padding: 20px 0;
	width: 100%;
	margin-top: 30px;
}
footer p {
	color: #DDD;
	font-size: 12px;
}

.table-wrapper {
	background-color: #FFF;
	padding: 5px;
	border-radius: 8px;
	
}
@media (min-width: 768px) {
	.table-wrapper {
		padding: 20px 10px;
	border-radius: 8px;
	  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
}


h1#logo {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 20px 0;
}

h1#logo img {
	display: block;
	margin: 0 auto;
	height: 40px;
	width: auto;
}


h2 {
	font-size: 14px;
	margin: 0 auto 30px;
	text-align: center;
	width: 90%;
	color: #111;
}
@media (min-width: 768px) {
	h2 {
		width: 80%;
	}
}
h2 span {
	border: #111 solid 3px;
	padding: 20px;
	border-radius: 2px;
	font-size: 16px;
	display: block;
	margin-top: 5px;
	font-weight: bold;
}
@media (min-width: 768px) {
	h2 span {
		font-size: 18px;
	}
}

h3.form-title {
	/*background-color: #495563;*/
	padding: 0;
	border-radius: 2px;
	color: #111;
	margin: 0 auto 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	position: relative;
	padding: 10px 0 10px 50px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	h3.form-title {
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0 15px 60px;
	}
}
h3.form-title span {
	display: block;
	height: 40px;
	width: 40px;
	font-size: 16px;
	border: #111 solid 3px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 768px) {
	h3.form-title span {
		font-size: 24px;
		line-height: 44px;
		height: 50px;
		width: 50px;
	}
}

.subtitle{
	font-size:16px;
	font-weight: bold;
}

.Annotation {
	font-size: 12px;
	color: #f279ac;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.5;
}

#Form .table {
	background-color: transparent;
	margin: 0 auto;
	border-radius: 8px;
}
#Form .table-bordered,
#Form .table-bordered th,
#Form .table-bordered td {
	border-color: transparent;
	border: none;
	}


#Form .table > tbody {
}
@media (min-width: 768px) {
#Form .table > tbody:hover th {
	background-color: #EEE;
	border-right: #E4E4E4 solid 1px;
}
#Form .table > tbody:hover td {
	background-color: #F8F7F8;
}
}

#Form .table > tbody td,
#Form .table > tbody th,
#Form .table > tbody input {
	transition: ease-out 0.2s;
}

#Form .table > tbody input:hover {
	background-color: #CCC;
	border-color: #CCC;
}

#Form .table > tbody input[type=text]:focus {
	background-color: #FFF;
	border-color: #f39c12;
}


#Form .table th,
#Form .table td {
	display: block;
	vertical-align: middle;
}
@media (min-width: 768px) {
	#Form .table th,
	#Form .table td {
	display: table-cell;
	vertical-align: middle;
}
}

#Form .table-bordered th {
	background-color: #FFF;
	border-color: transparent;
	padding: 20px 10px 10px;
	font-weight: bold;
	vertical-align: top;
	width: 100%!important;
	font-size: 14px;
}
@media (min-width: 768px) {
	#Form .table-bordered th {
		background-color: #FFF;
		padding: 10px 10px 10px 20px;
		width: 26%!important;
		border-right: #E4E4E4 solid 1px;
		border-bottom: #E4E4E4 solid 1px;
		font-size: 14px;
}
}

#Form .table-bordered th p {
	font-size: 16px;
	padding-right: 3.4em;
	margin-bottom: 0;
	position: relative;
}
@media (min-width: 768px) {
	#Form .table-bordered th p {
		font-size: 14px;
	}
}

#Form .table-bordered tbody:hover th p {
}

#Form .table-bordered th p span.Required,
#Form .table-bordered th p span.Optional {
	background-color: #f279ac;
	padding: 1px 0;
	text-align: center;
	border: #f279ac solid 2px;
	border-radius: 2px;
	display: inline-block;
	width: 3.2em;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: -3px;
}
#Form .table-bordered th p span.Required {
	background-color: #f279ac;
	border: #f279ac solid 2px;
}

#Form .table-bordered th p span.Optional {
	background-color: #7ed3db;
	border: #7ed3db solid 2px;
}

#Form .table-bordered td {
	background-color: #FFF;
	border-color: transparent;
	padding: 0 10px 20px;
	width: 100%!important;
	border-bottom: #333 dotted 1px;
}
@media (min-width: 768px) {
	#Form .table-bordered td {
	padding: 10px 20px;
	width: 74%!important;
	border-bottom: #E4E4E4 solid 1px;
}
}

#Form .table-bordered > tbody:last-child > tr > th,
#Form .table-bordered > tbody:last-child > tr > th+td {
	border-bottom: none;
}




/* ==========================================================================
  サブミットエリア
   ========================================================================== */
#Form .submit-btn {
	padding: 20px;
}

#Form .submit-btn button {
		width: 100%;
	padding: 12px;
	margin: 0px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-clip: padding-box;
	z-index: 1;
	outline: none;
	-webkit-appearance: none
}
#Form .submit-btn input,
#Form .submit-btn button,
#Form .submit-btn a {
	background-color: #00bf8f;
	border-color: transparent;
	max-width: 400px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	color: #FFF;
	cursor: pointer;
	font-weight: normal;
	font-size: 16px;
	padding: 20px 0;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	transition: all ease-out 0.2s;
}
#Form .submit-btn a[data-formrun-back-button]:not(.formrun-system-show){
	display:none;
}
#Form.formrun-system-confirm .submit-btn #to-error-check {display: none;}
#Form .submit-btn input:hover,
#Form .submit-btn a:hover,
#Form .submit-btn button:hover {
	background-color: #f279ac!important;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

#Form .submit-btn p {
	font-size: 12px;
	margin-bottom: 0;
}

body:not(.formrun-system-confirm) #to-confirm {display:none;}

/* ==========================================================================
  インプット
   ========================================================================== */
   .formplate input,
   .input-group-two input {
	   background-color: #E4E4E4;
	   border-color: #E4E4E4;
   }
   
   .formplate .formError+input {
	   background-color: #FFD7EB;
	   border-color: #f279ac;
   }
   
   .input-mid {
	   max-width: 280px;
   }

/* ==========================================================================
  セレクト
   ========================================================================== */

/* ==========================================================================
  住所入力
   ========================================================================== */

#Zipcode-Area {
	position: relative;
}

#Zipcode-Area input {
	width: 10em;
}

#Zipcode-Area input#btn_zip {
	background-color: #00bf8f;
	border-color: #00bf8f;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	  width: auto;
  cursor: pointer;
  padding: 10px;
  display: inline-block;
  margin-left: 10px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	transition: all ease-out 0.2s;
}
#Zipcode-Area input#btn_zip:hover {
	background-color: #f279ac;
	border-color: #f279ac;
}

 /* ==========================================================================
  リスト関係
   ========================================================================== */  
   .list-wrapper > div {
	   display: block;
	   padding: 0;
	   border-radius: 4px;
   }
   
   .list-wrapper > div:hover {
	   background-color: #EEE;
   }
   
   .list-wrapper.Horizontal > div {
	   display: block;
	   width: 50%;
	   float: left;
   }
	   #ampm .list-wrapper.Horizontal > div {
	   width: 100%;
   }
   @media (min-width: 768px) {
	    .list-wrapper.Horizontal > div {
	   width: 33.3333%;
   }
	   #ampm .list-wrapper.Horizontal > div {
	   width: 50%;
   }
   }
    @media (min-width: 1024px) {
	    .list-wrapper.Horizontal > div {
	   width: 33.3333%;
   }
	   #ampm .list-wrapper.Horizontal > div {
	   width: 50%;
   }
   }
   
/* ==========================================================================
  ラジオボタン
   ========================================================================== */
   .formplate .fp-checkbox, .formplate .fp-radio {
	   background-color: #FFF;
	   margin: 7px!important;
   }
   .list-wrapper > div:hover .fp-checkbox,
   .list-wrapper > div:hover .fp-radio {
	   border-color: #f39c12;
   }

   .formplate .fp-radio.disClass {
   	background-color: #CCC;
   }
   .formplate .fp-radio.disClass + label {color: #CCC;}
   
   .formplate label {
	   font-size: 12px;
	   padding: 10px 0 10px 36px;
	   margin: 0;
	   line-height: 18px;
	   display: block;
   }
   @media (min-width: 768px) {
	   .formplate label {
		   font-size: 13px;
	   }
   }
   
   .formplate label:last-child {
	   margin-bottom: 0;
   }
   
   .fp-checkbox.checked+label,
   .fp-radio.checked+label {
	   color: #f39c12;
   }
   
   .list-wrapper > div:hover label,
   .fp-radio+label:hover {
	   color: #f39c12;
   }

/* ==========================================================================
  確認画面
   ========================================================================== */
.confirm {
	width: 100%;
	max-width: 740px;
	margin: 0 auto 10px;
	padding: 0 10px;
}
.confirm+br {
	display: none;
}

.confirm_title {
	border: 1px solid #d1d1d1;
	border-color: transparent;
	border-radius: 2px;
	padding: 0 ;
	display: inline-block;
	width: 100%;
}

.confirm_content {
	background-color: #FFF;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	border-radius: 4px;
	padding: 15px 14px;	
	display: inline-block;
	width: 100%;
	font-weight: bold;
	transition: ease-out 0.2s;
}
.confirm_content:hover {
	background-color: #F6F7F6;
	color: #f279ac;
}

.submitArea {
	background-color: #FFF;
	border-radius: 8px;
	text-align: center;
	width: 100%;
	max-width: 720px;
	padding: 20px;
	margin: 30px auto;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.submitArea input[type="submit"] {
  background-color: #00bf8f;
  border-color: transparent;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  color: #FFF;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  padding: 20px 0;
  border-radius: 4px;
  transition: all ease-out 0.2s;
}
.submitArea input[type="submit"]:hover {
	background-color: #f279ac;
}

.submitArea br {
	display: none;
}

.submitArea br+input[type="submit"] {
	background-color: #FFF;
	border: #BBB solid 2px;
	border-radius: 2px;
	max-width: 180px;
	color: #BBB;
	font-size: 12px;
	padding: 10px 0;
	margin: 0 auto;
}
.submitArea br+input[type="submit"]:hover {
	background-color: #FFF;
	border: #f279ac solid 2px;
	color: #f279ac;
}

/* ==========================================================================
  学校説明会会場選択
   ========================================================================== */
   
#Meeting-place > div {
	position: relative;
	padding-right: 5em;
}

#Meeting-place > div > a {
	position: absolute;

	top: 6px;
	right: 0;
	line-height: 26px;
	
	  background-color: #00bf8f;
  border-color: #00bf8f;
  border-radius: 2px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  width: 4em;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  transition: all ease-out 0.2s;
}
#Meeting-place > div > a:hover {
	background-color: #f279ac;
	border-color: #f279ac;
	text-decoration: none;
}

/* ==========================================================================
  参加希望日入力
   ========================================================================== */
.Preferred-date input {
	width: 10em;
	display: inline-block;
}
.Preferred-date p {
	display: inline-block;
	margin: 0 1em 0 0;
}

/* ==========================================================================
  モーダルウィンドウ
   ========================================================================== */
#lean_overlay{
  position: fixed; z-index:100; 
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  padding: 20px;
  overflow: hidden;
}
.Modal-win{
	background-color: #FFF;
  display: none;
  padding: 30px 15px;
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  position: relative;
  transform: translateY(-24%);
  -webkit-transform: translateY(-24%);
  -moz-transform: translateY(-24%);
  -ms-transform: translateY(-24%);
  top: 24%;
  margin: 0 auto;
  text-align: center;
 }

.Modal-win img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px;
	display: block;
	border-radius: 2px;
  border: #EEE solid 1px;
}
 
 .Modal-win p.meeting-name {
	 font-weight: bold;
	 margin: 0 auto 5px;
	  line-height: 1.6;
 }
  .Modal-win p.add {
	  font-size: 12px;
	  line-height: 1.6;
	  margin: 0 auto;
  }
 
.modal_close{ 
  position: absolute;
  top: 12px;
  right: 12px;
  display: block; 
  width: 14px;
  height: 14px; 
  background: url(../../../cups/commons/img/modal_close.png);
  z-index: 2;
}

/* ==========================================================================
  学校説明会会場選択
   ========================================================================== */
.day-wrap p {
	margin: 0 1em 0 0;
	display: inline-block;
}
.user_form_text03 {
	padding: 0 12px;
	text-align: center;
}

/* btn_back */
#btn_back {
	display: block;
	background-color: #FFF;
	border: #BBB solid 2px;
	border-radius: 2px;
	max-width: 180px;
	color: #BBB;
	font-size: 12px;
	padding: 10px 0;
	margin: 0 auto;
}
#btn_back:hover {
	background-color: #FFF;
	border: #f279ac solid 2px;
	color: #f279ac;
	text-decoration: none;
}

#fin_back {
  background-color: #00bf8f;
  border-color: transparent;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  color: #FFF;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  padding: 20px 0;
  border-radius: 4px;
  transition: all ease-out 0.2s;
}
#fin_back:hover {
	background-color: #f279ac;
	text-decoration: none;
}

/* ==========================================================================
STEPS新潟大学前　合格前予約フォーム
========================================================================== */


#p-ck.formplate {
 text-align: center;
	 margin: auto;
}
#p-ck.formplate p {
	max-width: 245px;
	margin: auto;   
}	  
#p-ck.formplate label {
 font-size: 11px;
 font-weight: bold;
}

@media screen and (min-width: 768px) {
	#p-ck.formplate p {
		max-width: 260px;
		margin: auto;   
	}
	#p-ck.formplate label {
		font-size: 12px;
	}
}

.s-section{
	margin:0 auto 20px auto;
}

.privacy{
	margin:0 auto 20px auto;
	text-align: center;
	padding-bottom: 15px;
	background-color: #fff;
}

.privacy + .privacy{
	margin-bottom:30px;
}	

.privacy .p_title{
	background-color:#f14c4c;
	padding: 5px 10px;
	color: #fff;
	font-size:13px;
	margin-bottom: 15px;
}

.privacy a{
	text-decoration: underline;
}

p{ font-size:13px; }
ol{
	margin:0 0 20px 22px;
	padding:0;
}
li{
	margin:0;
	padding:0;
	font-size:13px;
}	

/* ファイル選択 */
#Form .table > tbody input[type="file"],
#Form .table > tbody input[type="file"]:hover{
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 10px 0;
}

/* カレンダー画像のサイズ */
.day img {
	width: 27px;
	height: 27px;
	margin-left: 10px;
	cursor: pointer;
}





fieldset.error div
{
  color:red;
  border:1px solid red;
  background-color: #FFFFE0;
  padding:0.25em;
  margin-bottom:0.25em;
}
fieldset.error legend
{
 font-weight:bold;
}













