@charset "UTF-8";

/* cartの人数 */
.ss_num {
	display: none;
}
/* キャンペーン型かつ無料(確認画面) */
.ss_price_type11 {
	display: none;
}
/* キャンペーン型かつキャンペーン課金(確認画面) */
.ss_price_type12 .label {
	display: none;
}
/* サブキャンペーン型かつ無料(確認画面) */
.ss_price_type21 .ss_price {
	display: none;
}
/* キャンペーン型かつ無料(cart) */
.ss_price_type_cart11 .ss_price, .ss_price_type_cart11 .label {
	display: none;
}
/* キャンペーン型かつキャンペーン課金(cart) */
.ss_price_type_cart12 .label {
	display: none;
}
/* サブキャンペーン型かつ無料(cart) */
.ss_price_type_cart21 .ss_price {
	display: none;
}

.g2-message{
  display: none;
}

.enquete_table{
  margin-top: 40px;
}

.ss_input {
    display: table-cell;
    padding-right: 30px;
    vertical-align: middle;
}

.next_join2 th, .next_join2 td, .next_join3 th, .next_join3 td, .next_join4 th, .next_join4 td {
  border-top: 0px;
}

input[type="text"], textarea {
  box-sizing: border-box;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  display: block;
  /*width: 100%;*/
}

.userenquete_input_area input[type="text"], textarea {
	display: inline-block;
	margin-right: 8px;
}

.userenquete_input_area .ss_leftComment{
	display: block;
}

.userenquete_input_area #zip input[type="text"],.userenquete_input_area #zip .ss_leftComment,
.userenquete_input_area #zip2 input[type="text"],.userenquete_input_area #zip2 .ss_leftComment{
  display: inline-block;
	margin-right: 0px;
}

.userenquete_input_area #zip .ss_input,
.userenquete_input_area #zip2 .ss_input {
    padding-right: 0px;
}




td.warning input, td.warning textarea {
  background-color: #ffefef;
}

tr.warning .input_error input, tr.warning .input_error textarea {
  background-color: #ffefef;
  border: 2px solid #f00;
}

textarea {
  overflow: auto;
  resize: vertical;
	width: 100%;
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}

select {
  margin-right: 8px;
  font-size: 16px;
  min-height: 32px;
}

/*select:not(:first-child) {
  margin-left: 15px;
}*/

.ss_upComment{
  display: none;
}

select {
  -webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;
  padding: 4px 25px 4px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff url(../img/select.png) no-repeat 100% 50%;
  background-size: 15px 14px;
  display: block;
}

.userenquete_input_area select {
	display: inline-block;
}

select::-ms-expand {
  display: none;
}

select[disabled] {
  background-color: #f2f2f2;
  opacity: .5;
}

td.warning  select {
  background-color: #ffefef;
}

tr.warning .input_error select {
  background-color: #ffefef;
  border: 2px solid #f00;
}

.select_area,.select_school{
  margin-top: 20px;
}

.g2-btn-fixed2{
  margin-left: 40px;
}


/* added color 2017 shanon */
.g2-btn-em-ee {
  background-color: #ff8300;
}

.g2-btn-em-ee:hover {
  background-color: #FFC280;
}

.g2-btn-em-ibs {
  background-color: #8f0030;
}

.g2-btn-em-ibs:hover {
  background-color: #924861;
}

.g2-btn-em-spica {
  background-color: #000348;
  }

.g2-btn-em-spica:hover {
  background-color: #33344B;
}

.g2-btn-def-ee {
  border: 1px solid #ff8300;
    color: #ff8300;
}

.g2-btn-def-ee::before {
  border-top: solid 2px #ff8300;
  border-right: solid 2px #ff8300;
}

.g2-btn-def-ibs {
  border: 1px solid #8f0030;
    color: #8f0030;
}

.g2-btn-def-ibs::before {
  border-top: solid 2px #8f0030;
  border-right: solid 2px #8f0030;
}

.g2-btn-def-spica {
  border: 1px solid #000348;
    color: #000348;
}

.g2-btn-def-spica::before {
  border-top: solid 2px #000348;
  border-right: solid 2px #000348;
}

.g2-thanks-ee {
  background-color: #ffeacc;
}

.g2-thanks-ibs {
  background-color: #eedfe4;
}

.g2-thanks-spica {
  background-color: #e2e2ed;
}

.g2-footer-ee span,.g2-footer-ibs span,.g2-footer-spica span{
  display: none;
}

/* added color 2017 shanon */


.g2-table2 td tr td{
  width: auto;
  padding: 5px 10px;
  border-top: 0px;
}

#zip input,#zip2 input{
  width: 100px;
}

div.confirm_enq_input{
	margin-right: 30px;
	display: inline-block;
}

.g2-btn-fixed {
    height: auto;
    padding: 10px 0;
}

@media screen and (max-width: 767px) {

  button, input, input[type="file"], select, textarea {
      margin-bottom: 15px;
  }

  select{
    width: 100%;
    font-size: 16px;
    min-height: 34px;
  }

  .ss_input {
      display: block;
      float: none;
      margin-right: 0px;
      padding-right: 0px;
  }

  input[type="checkbox"],input[type="radio"]{
    width: auto;
  }

  input[type="text"],textarea,select{
    width: 100%;
  }

  .select_area,.select_school,.select_area_enq,.select_school_enq{
    margin-top: 15px;
  }

 .g2-btn-fixed2{
  margin-top: 20px;
  margin-left: 0px;
 }

 .g2-table2 tr:nth-child(n+2) {
    margin-top: 5px;
 }

 .g2-table2 td tr:nth-child(n+2){
   margin-top: 0px;
 }

 .g2-block {
     margin: 40px 0px 0;
 }

 g2-btn {
    vertical-align: middle;
    margin: auto;
}

#zip input,#zip2 input{
  width: 100%;
}

.g2-btn-fixed {
    height: auto;
    padding: 10px 0;
}

.g2-btn-fixed2 {
  height: auto;
  padding: 10px 0;
}
.g2-btn-fixed4 {
  height: auto;
  padding: 10px 0;
}
.g2-btn-fixed3 {
  height: auto;
  padding: 10px 0;
}

.g2-table2 th {
    margin-bottom: 10px;
}

div.confirm_enq_input{
	margin-right: 0px;
	display: block;
}

.g2-h-caption, .g2-thanks{
	text-align: left;
}



}
