
.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width:992px) {
	
.pc {
	display: none;
}

.sp {
	display: block;
}
	
}

/* iOSでプルダウンの色が変わる対策 */

input {
  color: #000;
	text-align: left;
}

input[type="date"]::-webkit-calendar-picker-indicator{
  color: #000;
	text-align: left !important;
}

select {
  color: #000;
}

option {
  color: #000;
}

/* ////////////////////////////////////////////////////////////

220427 TAM

/////////////////////////////////////////////////////////////*/


/* ////////////////////////////////////////////////////////////

メールフォーム

/////////////////////////////////////////////////////////////*/


  .formbox {
    margin: 2em 0;
    border: solid 2px #CCCCCC;
    border-radius: 15px;
  }

@media(max-width:992px){
  .formbox {
    margin: 0 0;
    border-radius: 10px;
  }
}

  .formbox_inner {
    width: 100%;
    padding: 80px 60px 60px;
  }

@media(max-width:1536px) {
    .formbox_inner {
      padding: 8rem 3rem;
    }
}

@media(max-width:992px){
    .formbox_inner {
      padding: 2rem 2rem 2rem;
    }
}





/* ////////////////////////////////////////////////////////////

モデルハウス フォーム

/////////////////////////////////////////////////////////////*/

/* ////////////////////////////////////////////////////////////
▽▽ コンテンツ ▽▽
/////////////////////////////////////////////////////////////*/


  .page_modelhouse_order {

  }

  .page_modelhouse_order p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #000000;
  }



  .page_modelhouse_order .conts_wrapper {
    display: block;
    width: 100%;
    display: block;
  }

  @media(max-width:1536px){
    .page_modelhouse_order .conts_wrapper {
      display: block;
      width: 100%;
      padding: 30px 80px 150px;
    }
  }

  @media(max-width:1100px){
    .page_modelhouse_order .conts_wrapper {
      width: 100%;
      padding: 50px 20px 0;
    }
  }

  @media(max-width:992px){
    .page_modelhouse_order .conts_wrapper {
      padding: 40px 5px 0;
    }
  }




/* ////////////////////////////////////////////////////////////
メールフォーム 親 formWrap
/////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////
※メールフォームは、UI考慮で1536pxをブレークポイントに
/////////////////////////////////////////////////////////////*/


  #select_order_formWrap {
		max-width: 100%;
		margin: 0 auto;
		font-size: 1em;
	}

	@media(max-width:1536px) {
		#select_order_formWrap {
			width: 100%;
			margin: 0 auto 0;
		}
	}





/* ////////////////////////////////////////////////////////////
メールフォーム 日時選択エリア
/////////////////////////////////////////////////////////////*/


  #select_order_formWrap .formbox input[type="date"] {
    display: inline-block;
    width: 50%!important;
    padding: 5px;
    margin: 0 0;
    font-size: 2rem !important;
    background: none;
    border: solid 2px #CCCCCC;
    border-radius: 10px;
	}

	@media(max-width:1536px){
  #select_order_formWrap .formbox input[type="date"] {
    width: 100%!important;
    padding: 5px;
    font-size: 1.8em !important;
    display: block;
		}
	}

  @media(max-width:992px){
  #select_order_formWrap .formbox input[type="date"] {
    width: 100%!important;
    font-size: 1.6rem !important;
    padding: 3px;
    }
  }

  @media(max-width:360px){
  #select_order_formWrap .formbox input[type="date"] {
    max-width: 255px!important;
    }
  }


/* この設定は使われてない？ */
  #select_order_formWrap .formbox input, select, textarea {
    display: inline-block;
    width: 50%!important;
    height: 60px!important;
    padding: 5px !important;
    margin: 0 0;
    font-size: 2rem !important;
    background: none;
    border: solid 2px #CCCCCC;
    border-radius: 10px;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
  }

  @media(max-width:1536px){
  #select_order_formWrap .formbox input, select, textarea {
      width: 100%!important;
      /* padding: 20px 10px; */
      font-size: 1.8em !important;
      display: block;
    }
  }

  @media(max-width:992px){
	  
  #select_order_formWrap .formbox input, select, textarea {
      font-size: 1.6em !important;
      padding: 3px !important;
    height: 45px!important;
    }
	  
  }

  #select_order_formWrap .select-wrap {
    position: relative;
    width: 100%!important;
  }

  #select_order_formWrap .select-wrap:after {
    content: "";
    position: absolute;
    left: 43%;
    top: 45%;
    width: 20px;
    height: 20px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
  }

  @media(max-width:1536px){
    #select_order_formWrap .select-wrap:after {
      left: 95%;
    }
  }

  @media(max-width:992px){
    #select_order_formWrap .select-wrap:after {
      left: 85%;
    }
  }






/* ////////////////////////////////////////////////////////////
メールフォーム カタログ選択エリア
/////////////////////////////////////////////////////////////*/


  .page_modelhouse_order .booksbox {
    padding: 40px 0 40px;
		width: 100%;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		/* -webkit-align-items: center; */
		/* -ms-align-items: center; */
		/* align-items: center; */
		flex-wrap: nowrap;
		margin: 0 auto;
  }

  @media(max-width:1536px){
    .page_modelhouse_order .booksbox {
      padding: 15px 0 25px;
      display: block;
    }
  }


  .page_modelhouse_order .booksbox .booksbox_left {
    width: 390px;
    height: auto;
    text-align: left;
    position: relative;
  }

  @media(max-width:1536px){
    .page_modelhouse_order .booksbox .booksbox_left {
    }
  }


  .page_modelhouse_order .booksbox .booksbox_left p {
    font-weight: 500;
    text-align: left;
    line-height: 2em;
    color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  @media(max-width:1536px){
    .page_modelhouse_order .booksbox .booksbox_left p {
      position: relative;
    }
  }


  span.booksbox-indis_mark {
    display: inline-block;
    color: #fff;
    background: #B0051C;
    padding: 1px 10px;
    border-radius: 5px;
    font-size: 16px;
    /* font-weight: bold; */
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0 20px 0 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  @media(max-width:1536px){
    span.booksbox-indis_mark {
      right: 50%;
      top: 0;
      margin: 0 0 0 0;
    }
  }


  .page_modelhouse_order .booksbox .booksbox_right {
    width: 1200px;
  }

  @media(max-width:1536px){
    .page_modelhouse_order .booksbox .booksbox_right {
      width: 100%;
    }
  }




  .input_item {
  }

  .input_item ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    justify-content: center;
    align-items: center;
  }

  .input_item ul li {
    width: 32%;
    list-style-type: none;
    margin: 0 0 0;
    padding: 0 0;
    text-align: center;
  }

  @media(max-width:1536px){
    .input_item ul li {
      width: 32.5%;
    }
  }

  @media(max-width:992px){
    .input_item ul li {
      width: 32.4%;
    }
  }

  @media(max-width:880px){
    .input_item ul li {
      width: 49%;
    }
  }

  @media(max-width:630px){
    .input_item ul li {
      width: 45%;
    }
  }


  .input_item ul li label{
    display:inline-block;
    vertical-align:middle;
    line-height: 20px;
    margin: 2px 0 0;
    position: relative;
  }


  .input_item ul li label:hover  {
    opacity: 0.6!important;
    cursor: pointer!important;
  }


  #select_order_formWrap .booksbox input[type="radio"]  {
    display: none;
  }

  @media(max-width:1536px) {
    #select_order_formWrap .booksbox input[type="radio"] {
    }
  }


 /*【チェックが入ったらブルーのボタンに変更する】*/
  #select_order_formWrap .booksbox input[type="radio"]:checked+label {
    /* background: #C0E8FF; */
    color: #333333;
    border: 3px solid #B0051C;
    border-radius: 10px;
  }


  #select_order_formWrap .booksbox input[type="radio"]:checked+label::before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* background: #fff; */
    /* border: 7px solid #B0051C; */
    left: 5%;
    top: 5%;
  }









/* ////////////////////////////////////////////////////////////
メールフォーム 個人情報入力
/////////////////////////////////////////////////////////////*/

  .page_modelhouse_order .formtittle {
    width: 100%;
    padding: 15px 20px;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: .3em;
    color: #000000;
    background: #CCCCCC;
    text-align: center;
    margin: 0 auto 50px;
  }

  .page_modelhouse_order .formtittle2 {
    width: 100%;
    padding: 15px 20px;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: .3em;
    color: #000000;
    background: #CCCCCC;
    text-align: center;
    margin: 0 auto 20px;
  }

  @media(max-width:992px){
    .page_modelhouse_order .formtittle {
      padding: 10px 10px;
    font-size: 1.8rem;
      margin: 0 auto 25px;
    letter-spacing: 0;
    }
    .page_modelhouse_order .formtittle2 {
      padding: 10px 10px;
    font-size: 1.8rem;
      margin: 0 auto 10px;
    letter-spacing: 0;
    }
  }

	table.catalog_formTable,
	table.catalog_formTable2 {
		width: 100%;
		margin: 0 auto;
		border-collapse: collapse;
		font-size: 1.8rem;
	}

  @media(max-width:992px){
	table.catalog_formTable,
	table.catalog_formTable2 {
      width: 100%;
      /* display: block; */
    }
  }


	table.catalog_formTable tr,
	table.catalog_formTable2 tr {
    width: 100%;
    height: 100px;
  }

  @media(max-width:992px){
	table.catalog_formTable tr,
	table.catalog_formTable2 tr {
      max-width: 100%;
    }
  }

	table.catalog_formTable td,table.catalog_formTable th,
	table.catalog_formTable2 td,table.catalog_formTable2 th {
		padding: 30px 0;
		font-size: .9em;
		line-height: 2em;
		text-align: left;
	}

	table.catalog_formTable2 td.sec {
	display: block;
		padding: 30px 0 10px;
		font-size: .9em;
		line-height: 2em;
		text-align: left;
	}

	table.catalog_formTable2 td.sec + td.sec {
		padding: 10px 0 30px;
	}

	@media(max-width:1536px){
		
		table.catalog_formTable td,table.catalog_formTable th,
		table.catalog_formTable2 td,table.catalog_formTable2 th {
			width: auto;
      padding: 10px 0 30px;
			display: block;
		}
	}

	table.catalog_formTable th,
	table.catalog_formTable2 th {
		width: 250px;
		font-weight: 500;
		text-align: left;
    padding: 0 50px 0 0;
    position: relative;
	}

	@media(max-width:1536px){
		table.catalog_formTable th,
		table.catalog_formTable2 th {
			width: 100%;
			margin-top: 5px;
			border-bottom: 0;
		}
	}


  span.indis_mark {
    color: #fff;
    background: #B0051C;
    padding: 1px 10px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0 25px 0 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  @media(max-width:1536px){
    span.indis_mark {
      right: auto;
      margin-left: 10px;
    }
  }


  table.catalog_formTable td {
		width: auto;
		font-weight: 500;
		text-align: left;
	}

	@media(max-width:1536px){
		table.catalog_formTable td {
			width: 100%;
		}
	}


	table.catalog_formTable p{
		margin: 0 auto .5em;
		line-height: 1.6em;
	}

	@media(max-width:1536px){
		table.catalog_formTable p {
			font-size: .8rem;
		}
	}








  span.s-font {
    font-size: .9em;
	color: #000;
	}

	@media(max-width:1536px){
		span.s-font {

		}
	}

  span.s-font a:link,
  span.s-font a:visited,
  span.s-font a:active {
	  color: #000 !important;
	  text-decoration: none !important;
}



/* ////////////////////////////////////////////////////////////
メールフォーム 送信ボタンエリア
/////////////////////////////////////////////////////////////*/

  .submit-area {
    text-align: center;
    margin: 60px auto 0;
  }

  @media(max-width:1100px){
    .submit-area {
      margin: 30px auto 30px;
    }
  }


	#select_order_formWrap .submit-area input[type="submit"], #select_order_formWrap .submit-area input[type="button"] {
		display:block;
		width: 50%!important;
    height: 60px!important;
		font-size: 2rem!important;
		font-weight: 700!important;
    color: #ffffff!important;
    background: rgb(191, 0, 0)!important;
    border: none!important;
    border-radius: 10px!important;
    padding: 10px!important;
		margin: 0 auto!important;
    /* transition: .7s; */
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
	}

	@media(max-width:1536px){
		#select_order_formWrap .submit-area input[type="submit"], #select_order_formWrap .submit-area input[type="button"] {
			display:block;
			width: 100%;
      padding: 0;
		}
	}

  @media(max-width:992px){
		#select_order_formWrap .submit-area input[type="submit"], #select_order_formWrap .submit-area input[type="button"] {
			display:block;
			width: 100%!important;
      padding: 0;
		font-size: 1.8rem!important;
		}
	}




	#select_order_formWrap .submit-area input[type="submit"]{
		cursor: hand;
		cursor:pointer;
	}

	@media(max-width:1536px){
		#select_order_formWrap .submit-area input[type="submit"]{
			/* background: rgb(122,0,116); */
			background: rgb(191, 0, 0);
			font-weight: 600!important;
			color: #fff;
			border: none;
		}
	}

  /* マウスホバー時 */
  #select_order_formWrap .submit-area input[type="submit"]:hover {
    opacity: 0.6;
  }




/* ////////////////////////////////////////////////////////////

サンクスページ

/////////////////////////////////////////////////////////////*/

  .page_modelhouse_thanks {

  }

  .page_modelhouse_thanks p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: center;
  }

  @media(max-width:992px){
    .page_modelhouse_thanks p {
      font-size: 12px;
    }
  }



  .page_modelhouse_thanks h3 {
    text-align: center;
    margin: 0 auto;
    font-size: 3rem;
  }

  @media(max-width:1100px){
    .page_modelhouse_thanks h3 {
    }
  }

  @media(max-width:992px){
    .page_modelhouse_thanks h3 {
      font-size: 1.8rem;
      margin: 0 auto 20px;
    }
  }



  /* 960px以下のみ有効 */
  .pre_960only {
    display: none!important;
  }

  @media(max-width:992px){
    .pre_960only {
      display: block!important;
    }
  }


  /* 960px以上のみ有効 */
  .post_960only {
    display: block!important;
  }

  @media(max-width:992px){
    .post_960only {
      display: none!important;
    }
  }


  /* センター */
  .Center {
    text-align: center;
  }

  @media(max-width:992px){
    .Center {
    }
  }


  /* センター 960px以上のみ有効 */
  .Center-post_960 {
    text-align: center;
  }

  @media(max-width:992px){
    .Center-post_960 {
      text-align: left;
    }
  }


  /* センター 1536px以上のみ有効 */
  .Center-post_1536 {
    text-align: center;
  }

  @media(max-width:1536px){
    .Center-post_1536 {
      text-align: left;
    }
  }




/* ////////////////////////////////////////////////////////////

0601追加

/////////////////////////////////////////////////////////////*/

/* ////////////////////////////////////////////////////////////
メールフォーム プライバシー確認・フォーム送信エリア
/////////////////////////////////////////////////////////////*/





.form-caution-box .policy_c-box input, select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

@media(max-width:1536px){
  .form-caution-box .policy_c-box input, select {
    width: 100%!important;
    /* padding: 20px 10px; */
    font-size: 1.8em;
    display: block;
  }
}





  .form-caution-box {
    margin: 60px auto 50px;
  }

  @media(max-width:1100px){
    .form-caution-box {
    }
  }

  @media(max-width:992px){
    .form-caution-box {
      margin: 40px auto 40px;
    }
  }


  .form-caution-box .link-list {
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0 auto;
    color: #000000;
  }

  @media(max-width:1100px){
    .form-caution-box .link-list {
      display: block;
      width: 100%;
      flex-direction: column;
      padding: 0;
      margin: 0 auto;
    }
  }


  .form-caution-box .link-list li {
    width: 100%;
    /* text-align: left; */
    line-height: 50px;
    color: #000000;
    margin: 40px 0;
    padding: 0 30px 0 0;
  }

  @media(max-width:1100px){
    .form-caution-box .link-list li {

    }
  }


  .form-caution-box .link-list li i {
    color: #528BA5;
    margin: 0 5px 0 0;
  }

  @media(max-width:1100px){
    .form-caution-box .link-list li i {

    }
  }


  .form-caution-box .link-list li a {
    color: #000000;
  }

  @media(max-width:1100px){
    .form-caution-box .link-list li a {

    }
  }


  .policy_c-box {

  }

  @media(max-width:1100px){
    .policy_c-box {

    }
  }


  .policy-caution {
    width: 100%;
    background: #B0051C;
    padding: 5px 0;
  }

  @media(max-width:1100px){
    .policy-caution {
      padding: 5px 5px;
    }
  }

  @media(max-width:992px){
    .policy-caution {
      padding: 5px 10px;
    }
  }


  .policy-caution p {
    color: #fff!important;
    font-weight: 500;
    text-align: center;
  }

  @media(max-width:1100px){
    .policy-caution p {

    }
  }

  @media(max-width:992px){
    .policy-caution p {
    }
  }


  .policy-check {
    width: 100%;
    background: #F3D9DD;
    padding: 15px 0;
  }

  @media(max-width:1100px){
    .policy-check {
    }
  }

  @media(max-width:1100px){
    .policy-check {
      padding: 15px 10px;
    }
  }



  .policy-check input {
    vertical-align: 0;
    margin-right: 5px;
  }

  @media(max-width:1100px){
    .policy-check input {

    }
  }


  .policy-check p {
    text-align: center;
    vertical-align: middle;
  }

  @media(max-width:1100px){
    .policy-check p {

    }
  }


/* ////////////////////////////////////////////////////////////

10/24桑原追記　ラジオボタン

/////////////////////////////////////////////////////////////*/


  .slbox {
    padding: 0 10px;
    font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
  }

  @media(max-width:1536px){
    .slbox  {
      width: 100%;
    }
  }

  .slbox div {
	display: block;
  }

.p_c_owner br {
	display: block;
}

  @media(max-width:1536px){
.p_c_owner br {
	display: none;
}
  }

.radio01-yes {
	margin-top: 10px;
	width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.sp-mt10 {
	display: inline-block;
}

@media screen and (max-width:1100px) {
	
.sp-mt10 {
	margin-top: 10px;
	display: block;
}
	
}

/* ボタンとチェックボックスの設定 */

 #select_order_formWrap .catalog_formTable2 input[type="checkbox"],
 #select_order_formWrap .catalog_formTable2 input[type="radio"]  {
    -webkit-appearance: auto!important;
    -moz-appearance: auto!important;
    appearance: auto!important;
    margin: 0;
    width: 13px!important;
    height: 13px!important;
  }

  @media(max-width:1536px){
#select_order_formWrap .catalog_formTable2 input[type="checkbox"],
#select_order_formWrap .catalog_formTable2 input[type="radio"]{
    width: 13px!important;
    height: 13px!important;
	right: auto!important;
	left: 0!important;
	top: auto!important;
	transform: none!important;
	-webkit- transform: none!important;
	display: inline-block;
    }
  }

.c-box input[type="checkbox"]{
    margin-right: 8px !important;
}



/* ////////////////////////////////////////////////////////////

2023/12/05桑原追記　テキストエリア等追加

/////////////////////////////////////////////////////////////*/


/* 実際にフォームで使われている設定、ここから */

#select_order_formWrap input[type="text"] {
      width: 100%!important;
	}

@media(max-width:360px){
#select_order_formWrap input[type="text"] {
      max-width: 255px!important;
    }
}

#select_order_formWrap input[type="text"],
#select_order_formWrap .formbox input[type="date"],
#select_order_formWrap select,
#select_order_formWrap textarea {
      display: inline-block;
      padding: 5px;
      margin: 0 0;
      font-size: 1.8rem !important;
      background: none;
      border: solid 2px #CCCCCC;
      border-radius: 10px;
	}

  @media(max-width:1536px){
#select_order_formWrap input[type="text"],
#select_order_formWrap .formbox input[type="date"],
#select_order_formWrap select,
#select_order_formWrap textarea {
      padding: 5px;
      font-size: 1.8rem !important;
      display: block;
    }
	}

  @media(max-width:992px){
#select_order_formWrap input[type="text"],
#select_order_formWrap .formbox input[type="date"],
#select_order_formWrap select,
#select_order_formWrap textarea {
      font-size: 1.6rem !important;
      padding: 3px;
      border-radius: 7px;
    }
	}

  @media(max-width:360px){
#select_order_formWrap input[type="text"],
#select_order_formWrap .formbox input[type="date"],
#select_order_formWrap select,
#select_order_formWrap textarea {

    }
  }


#select_order_formWrap .formbox textarea {
	width: 100% !important;
	height: 250px !important;
    padding: 5px;
}

#select_order_formWrap .formbox input.short1 {
	width: 100px !important;
	display: inline-block;
    padding: 5px;
}

#select_order_formWrap .formbox input.short2 {
	width: 150px !important;
	display: inline-block;
    padding: 5px;
}

  @media(max-width:992px){
	
#select_order_formWrap .formbox textarea,
#select_order_formWrap .formbox input.short1,
#select_order_formWrap .formbox input.short2 {
    padding: 3px;
}
	
}

/* ////////////////////////////////////////////////////////////

2024/10/24桑原追記

/////////////////////////////////////////////////////////////*/


#order-viewing .ts-back02{
	background-color: #EEECE7;
}

.o-v-main {
	position:relative;
	margin-bottom: 50px;
}

@media screen and (max-width:992px) {
	
.o-v-main {
	margin-bottom: 30px;
}
	
}

.form-tb-title {
	position:relative;
	font-size: .9em;
	line-height: 2em;
	text-align: left;
	font-size: 1.7rem;
	font-weight: 500;
	margin-bottom: 10px;
		width: 250px;
}

@media screen and (max-width:992px) {
	
.form-tb-title {
		width: 100%;
}
	
}

#order-viewing h3 {
	font-family: 'Noto Sans JP', sans-serif;
  	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.4;
	color: #000000;
	letter-spacing: 2px;
	margin-top: 20px;
	text-align: center;
	position: relative;
}

#order-viewing h3:after {
  content:"";
  position: absolute;
  width:150px;
  height: 2px;
	background-color: #000;
  bottom:-10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- translateX(-50%);
}

@media screen and (max-width:992px) {
	
#order-viewing h3 {
  	font-size: 1.8rem;
	text-align: left;
}
	
#order-viewing h3:after {
  width:70px;
  bottom:-5px;
	left: 0;
	transform: none;
	-webkit- transform: none;
}
	
}

#order-viewing h3 + p {
	margin-top: 30px;
	text-align: center;
}

@media screen and (max-width:992px) {
	
#order-viewing h3 + p {
	text-align: left;
}
}

#order-viewing h4 {
	font-family: 'Noto Sans JP', sans-serif;
  	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.4;
	color: #000000;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

#order-viewing h4 span {
	width: 30px;
	height: 30px;
	font-family: 'Noto Sans JP', sans-serif;
  	font-size: 2.2rem;
	font-weight: 500;
	line-height: 30px;
	color: #fff;
	background-color: #aea581;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
}

@media screen and (max-width:992px) {
	
#order-viewing h4 {
  	font-size: 1.8rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

#order-viewing h4 span {
	width: 25px;
	height: 25px;
  	font-size: 1.6rem;
	line-height: 25px;
	margin-right: 5px;
}
	
}

.a-line {
	text-decoration: underline;
}

.bunjo-line {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin: 50px 0;
}

.bunjo-bana {
	width: 70%;
	margin: 50px auto;
}

sup{
font-size: 63%;
vertical-align: top;
position: relative;
top: 0;
}

@media screen and (max-width:992px) {
	
.bunjo-bana {
	width: 100%;
	margin: 20px auto;
}
	
}

#order-viewing .flex-w {
	margin-top: 70px;
}

/* スマホで割合変更 */
@media(max-width:820px) {

#order-viewing .flex-w {
	margin-top: 30px;
}
	
#order-viewing .flex-w .order2 {
  order: 2;
}
	
#order-viewing .flex-w .order1 {
  order: 1;
}
	
#order-viewing .flex-w .order2{
	margin-top: 10px !important;
}
	
}

.o-v-box1 {
    padding: 0 10px;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.o-v-box2 {
    width: auto;
    padding: 0 10px;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	display: inline-block;
}

@media screen and (max-width:992px) {
	
.o-v-box2 {
	display: block;
}
	
}

  .o-v-box1 div {
	width: 30%;
	display: inline-block;
  }

  .o-v-box2 div {
	width: auto;
	display: inline-block;
	margin-right: 20px;
  }

@media screen and (max-width:992px) {
	
  .o-v-box1 div {
	width: 100%;
	display: block;
  }
	
}

#order-viewing .s-font + textarea {
	margin-top: 10px !important;
}

#select_order_formWrap .formbox input.short3 {
    position: relative;
    width: 200px!important;
	display: inline-block;
	margin-right: 20px;
  }

#select_order_formWrap .formbox input.short4 {
    position: relative;
    width: 350px!important;
	display: inline-block;
	margin-right: 20px;
  }

@media screen and (max-width:992px) {
	
#select_order_formWrap .formbox input.short4 {
    width: 100%!important;
  }
	
}

#select_order_formWrap .formbox input.tel {
    position: relative;
    width: 200px!important;
	display: inline-block;
  }

@media(max-width:992px){
	
#select_order_formWrap .formbox input.tel {
    width: 60px!important;
  }
	
}

.select-wrap2 {
    position: relative;
    width: 250px!important;
	display: inline-block;
  }

.select-wrap2:after {
    content: "";
    position: absolute;
	right: 20px;
    top: 45%;
    width: 20px;
    height: 20px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
  }

/* イベント申し込みのイベント情報を知ったきっかけ用 */
.select-wrap3 {
    position: relative;
    width: 300px !important;
	display: inline-block;
  }

.select-wrap3:after {
    content: "";
    position: absolute;
	right: 20px;
    left: auto !important;
    top: 45%;
    width: 20px;
    height: 20px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
  }

  @media(max-width:992px){

.select-wrap3:after {
	right: 10px;
    width: 10px;
    height: 10px;
  }
	  
  }

.select-wrap3 select {
    width: 100%!important;
  }

#order-viewing a.sbt1 {
	line-height: 1.5;
}

#order-viewing a.sbt1 .sbt-s {
	font-size: 1.5rem;
}

@media screen and (max-width:992px) {
	
#order-viewing a.sbt1 .sbt-s {
	font-size: 1.4rem;
}
	
}

@media screen and (max-width:568px) {
	
#order-viewing a.sbt1 {
	height: 45px;
}
	
#order-viewing a.sbt1 .sbt-s {
	font-size: 1.2rem;
}
	
}

