@charset "utf-8";

input[type="radio"] + label,
input[type="checkbox"] + label {
		padding:5px 10px;/*this-site*/
    white-space: nowrap;
 		cursor: pointer;
}

textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"] ,
input[type="password"]{
	width: 99.9%;
	border-radius: 3px; 
	background:#fafafa;
  border: 1px solid #bbbcc0;
  -webkit-appearance: none;
	padding:.5em .4em .4em;
	line-height: inherit;
	outline: none;
}

input[type="submit"],
input[type="reset"] {
	padding:.8em 2em;
	line-height: inherit;
	outline: none;
	cursor: pointer;
}

.submitBack-01 {    
	background: none;
	border:none !important;
	margin-top:1em;
	padding:.5em;
	font-size: 1.6rem !important;
	color: #003366;
	text-decoration: underline;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.submitBack-01:hover { color: #258FAF;}

select { 
	padding:10px; /*this-site-only*/
	background:#fafafa;
	border: 1px solid #bbbcc0;
	border-radius: 3px;/*this-site-only*/
}
	
select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus
textarea:focus {
	background:#fff;
	border-color: #5bc0de; 
}

/*select_style_tuika-180604*/
.select-box option{ padding: 10px ;}
.select-box{ margin-bottom:5px;}

.soy_inquiry_message{
	text-align:center;
	font-size: 2.4rem;
}

#main .soy_inquiry_message ol { padding-left:0;}/*this-site-only*/

/*完了画面の送信内容表示でpre指定でスマホ幅から広がるのを折り返す*/
pre {
	white-space: -moz-pre-wrap;/* Mozilla */
	white-space: pre-wrap;/* CSS3 */
}

#submit { text-align:center;}

.need,
.opt{
	float:right;
	margin: 2px 10px 0;
	padding: 1px 4px;
	font-size: 12px;
	line-height:1.4;
	border-radius: 2px;
	font-weight: normal;
	white-space: nowrap;
}

.need {
	color:red; 
	border:1px solid red;
}
.opt {
	color:#0085B2;
	border:1px solid #0085B2;
}

/*-.error_message=PHPエラーチェック*/
.error_message,
.red_message{
	font-size:1.5rem !important;
	line-height:1.4 !important;	
	color:#ee0101;
}

.forminfo { 
	font-size:1.5rem !important;
	margin-top:.5rem;
	line-height:1.2 !important;
}

@media only screen and (max-width: 667px) {
	.need,.opt{	
		float:none; 
		position:relative;
		top:-3px; 
		left:1rem;
		font-size: 11px; 
	}
}

/*===20191228-meno  ==========================
base Layoutにflexboxを利用しpickadate.js設置の場合、
カレンダー表示スタイル.picker__wrap { display: table;}
@media (min-height: 33.875em){ .picker__wrap { display: block; }}
の設定がform をtableを利用し表示をするとモバイル表示切替にて、
モバイルサイズの一部画面でカレンダーレイアウトが大きく崩れるため、
dlとtable2つのレスポンシブ対応CSSの内
form table { width:100%;}以下のtableに関する記述を削除した。/*
=================================================*/
/* form dl　float～flex-boxに変更,
更に_dl_style一部変更_20191228
=================================================*/
.soy_iqnuiry_responsive:after{
	content: "";
	height: 0;
	clear: both;
	display: block;
}

/*200116-change_old_float+width指定 
 form.php dl="class columns" が必要*/
/*-------------------------------------*/

.columns {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.soy_iqnuiry_responsive dl { padding:0 1rem;}

.soy_iqnuiry_responsive dt{
	-webkit-flex: none;
	-ms-flex: none;
	-webkit-box-flex: 0;
	        flex: none;

	width: 33.33333333%;
	margin: 0.5em 0 0;
	padding: 0.5em 1em 0 0;
	text-align:left;
}

.soy_iqnuiry_responsive dd{
		  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
 width: 66.66666667%;
 	margin: 0.2em 0 0;
	padding: 0.5em 0;
	text-align:left;
}

@media (max-width: 667px) {
	.soy_iqnuiry_responsive dt,
	.soy_iqnuiry_responsive dd{
		-webkit-flex: none;
		-ms-flex: none;
		-webkit-box-flex: 0;
						flex: none;
		max-width: 100%;
		width: 100%;
		padding: 0 1rem;
	}
	
	.soy_iqnuiry_responsive dt{
		margin:.6em 0 0 ; 
		padding:0 1rem;
	}
	
	.soy_iqnuiry_responsive dd{
		margin:.5rem 0 1rem ; 
	}
}

.soy_iqnuiry_responsive dd label{
	color: #333;
}

.soy_iqnuiry_responsive dd p{
	margin-bottom: 0.3em !important;
}

.soy_iqnuiry_responsive dd p.m-end20em{
	margin-bottom: 2em !important;
}

.soy_iqnuiry_responsive dd pre,

.soy_iqnuiry_responsive td pre{
    font-family: -apple-system, blinkMacSystemFont, "Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;   
    color: #0c1b34;
}

input.longtxt + label{ 
	display:inline-block;  
	margin:2px !important;  
	padding:10px 2px; 
}


/* 選択時背景色 */
input:checked + label {
    background-color: #d6eaed;
}

/* ==============================================
　class＝inquery指定時の radio/checkbox_style_180622-変更
  基本ボタンを非表示するとValidationをjsで適用時
	エラーのスタイルが反映できない場合有のため
	非表示とせず、最小化で設定に変更 
	
	class＝inqueryのスタイルは利用しないことに
	するので
  =============================================*/
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/*** Note: the root picker element should *NOT* be styled more than what’s here. */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}
/*** The picker input element.------------------------------------- */
.picker__input {
  cursor: default;
}
/*** When the picker is opened, the input element is “activated”--- */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/*** The holder is the only “scrollable” top-level container element.
--------------------------------------------------------------------- */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!---------------------------------------------------------------
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
----------------------------------------------------------------- */
/** * Make the holder and frame fullscreen.---------------------- */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}
/** * The holder should overlay the entire screen.--------------- */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/** * The frame that bounds the box contents of the picker.
----------------------------------------------------------------- */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/** * The wrapper sets the stage to vertically align the box contents.
----------------------------------------------------------------------- */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/** * The box contains all the picker contents.--- */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/** * When the picker opens...---------------- */
.picker--opened .picker__holder {
  -ms-transform: translateY(0);
      transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -ms-transform: translateY(0);
      transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/** * The picker box.--------------------- */
.picker__box {
  padding: 0 1em;
}
/** * The header containing the month and year stuff.-- */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/** * The month and year labels.------------- */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
/** * The month and year selectors.------------*/
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/** * The month navigation buttons.---------- */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/** * The calendar table of dates ----------*/
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**--- * The weekday labels ---------------- */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**--- * The days on the calendar ---------- */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

/**-- * The footer containing the "today", "clear", and "close" buttons.
 -----------------------------------------------------------------------*/
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/*time表示*/
.picker__list-item {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: -1px;
    position: relative;
    background: #ffffff;
    padding: .75em 1.25em;
}

/*20200111-ステップバー仕様変更　*/
/*20210805-ステップバー2追加_黄色-文字黒　*/

ol.stepBar li {
	margin:0; 
	font-size:1.8rem; 
	line-height:1.1;  
}

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}

.stepBar .step span { 
	display:block;
	padding:.8rem 1rem .5rem; 
	font-size:1.4rem; 
}

.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  height: 40px;
	min-height: 3em;
  padding: 0 2em 0 1em;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.stepBar .step:before, 
.stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 3px solid #FFF;
  width: 1.5em;
  height: 1.5em;
}

@media (max-width: 667px) {
	ol.stepBar li {font-size:1.4rem; }
	
	.stepBar .step span {
		
		padding-bottom:0; 
	}

	.stepBar .step { 
		left:-.5em;
		height: 4em;
		padding: 0 1em 0 1em; 
	}
	
	.stepBar .step:before, 
	.stepBar .step:after {
		left: -.5em;
		border-left:none;
	}

}

.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, 
.stepBar .step:first-child:after {
  content: none;
}

.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #37beb0;
}
.stepBar .step.current:before,
.stepBar .step.current:after {
  background-color: #37beb0;
}

.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}


/* ==============================================
   Parsley.js (jquery-).css
   ============================================= */
ul.parsley-errors-list { 
	margin:0 !important; 
	list-style:inside;
}
.parsley-errors-list li{
	font-size:1.4rem;
	margin:0;
	padding:4px 10px;
}

.parsley-errors-list {color:red;}

.parsley-error,
.bs-callout-warning {
    background: #ffe4e4 !important;
}

.parsley-success,
.bs-callout-info {
	 background: #fff !important;
}

/*20200122-tuika*/
textarea.parsley-success,
input.parsley-success {
	border-color:#57b1c1 !important;
}

textarea.parsley-error,
input.parsley-error {
	border-color: #ff0a0a !important;
}

