<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */



/*   ============== =============== =============== =============== =============== ==============   
     フォーム
======== =============== =============== =============== =============== ==============   */


.form-control{
	font-size: 16px;
}

input[type="password"].form-control,
input[type="tel"].form-control,
input[type="email"].form-control,
input[type="number"].form-control,
input[type="text"].form-control{
	padding-left: 11px;
	padding-right: 11px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

select.form-control{
		padding-left: 8px;
		padding-right: 2px;
}

select.form-control.bn-select-width-auto{
	width: auto!important;
}

.bn-form-h3,
.bn-form-h3-pink,
.bn-form-h3-blue{
	background-color: #1fac4c;
	margin: 30px -15px 0;
	padding: 10px 10px 8px;
	color: #fff;
	border-radius: 7px 7px 0 0;
}

.bn-form-h3-pink {
	background-color: #d4617e;
}

.bn-form-h3-blue {
	background-color: #34bfdb;
}



.bn-form-h4 {}

label{
	font-weight: normal;
}

.form-type-1 .form-group h4 {
	font-size: 16px;
	margin-left: 0px;
}


.form-type-1 .row {
	padding-top: 7px;
}
.form-type-1 .row &gt; * {

}
.form-type-1 .row span {
	margin-bottom: 0px !important;
}

.form-type-1 .bn-row-bg-even .row,
.form-type-1 .bn-row-bg-odd .row{
	background-color: #f5f5f5;
}

.form-type-1 .bn-row-bg-even .row.bn-last,
.form-type-1 .bn-row-bg-odd .row.bn-last{
	border-radius: 0 0 7px 7px;
}

.form-type-1 .bn-row-bg-even .row.bn-first,
.form-type-1 .bn-row-bg-odd .row.bn-first{
	border-radius: 7px 7px 0 0;
}



.form-type-1 .bn-row-bg-even .row:nth-child(even) {
	background: #e3e3e3;
}

.form-type-1 .bn-row-bg-odd .row:nth-last-child(odd) {
	background: #e3e3e3;
}

.form-type-1  input.input-txt-3em{
	width: 3em !important;
}

.form-type-1  input.input-txt-4em{
	width: 4em !important;
}

.form-type-1  input.input-txt-4-6em{
	width: 4.6em !important;
}

.form-type-1 .bn-form-pd-left-2em{
	margin-left: 2.8em;
}




/*====== フォーム 任意入力ラベル ======*/

.label.label-pink,
.label.label-info.bn-input-option,
.label.label-success.bn-input-option{
	padding:3px 6px;
	margin: 0 5px;
}

.label.label-info.bn-input-option{
	background-color: #34bfdb;
}

.label.label-pink.bn-input-option{
	background-color:  #d4617e;
}

@media (max-width: 767px) {/*    スマホ   */
	.label.label-pink.bn-input-option,
	.label.label-info.bn-input-option,
	.label.label-success.bn-input-option{
		padding:1px 4px 0;
		vertical-align: middle;
		line-height: 1;
	}
}

/*====== フォームエラー文言 ======*/
.form-type-1 .non {
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
}

.bn-error-msg-bg-red{
	background-color: #d5170e;
	padding: 5px;
	font-size: 18px;
	color: #fff;
	margin: 5px -15px -10px;
}

.bn-error-msg-bg-red:empty{
	display: none;
}

/*============*/
.form-inline .form-group label {
}
.form-inline label.h4 {
	padding-left: 10px;
}
.lb-2em {
	width: 36px;
	text-align: right;
}
.bn-input-help {
	margin-left: 8px;
	color: #707070;
}
.bn-form-2col {
	margin-left: 620px!important;
}
.bn-form-1col {
	margin-left: 254px!important;
}
.bn-required-input {
	background-color: #ffe1e1;
	border-color: #a3a3a3;
}

.bn-inc-select-unit{/*  ==========   セレクトの後に単位テキスト    ============   */}


@media (min-width: 768px) {/*    PC   */
	.form-inline label.h4 {
		
		line-height: 1.25;
		width: 210px;
	}
	
	/*==================*/
	.form-type-1 .form-inline .bn-form-pd-left-2em-select select,
	.form-type-1 .form-inline .form-control.bn-input-txt-wide,
	.form-type-1 .bn-input-txt-wide{
		width: 653px;
	}
	
	.bn-form-pd-left-2em-select select{
		margin-left: 41px;
	}
}


@media (max-width: 767px) {/*    スマホ   */
	
	.form-type-1 .bn-form-h3-blue,
	.form-type-1 .bn-form-h3-pink,
	.form-type-1 .bn-form-h3 {
		margin-left: -5px;
		margin-right:  -5px;
	}
	
	.form-type-1 .row{/**********************************************/
		margin-left: -5px;
		margin-right:  -5px;
		padding-top: 1px;
		padding-bottom: 3px;
	}
	
	.form-type-1 .form-group{
		margin-bottom: 0;
	}
	
	.form-type-1 label.h4 {/**********************************************/
		margin-top: 8px;
		margin-bottom: 4px;
	}
	
	.form-type-1 .radio-inline{
		margin-bottom: 10px;
	}
	
	.form-type-1 .radio-inline:first-child{
		margin-left: 10px;
	}	
	
	.form-type-1 input[type="password"],
	.form-type-1 input[type="tel"],
	.form-type-1 input[type="email"],
	.form-type-1 input[type="number"],
	.form-type-1 input[type="text"]{
			display: inline-block;
			width: 80%;
			margin-left: auto;
		vertical-align:middle;
		margin-bottom: 5px;
	}
	
	.form-type-1 select{
		margin-bottom: 5px;
		width: 80%;
		box-sizing: border-box;
		vertical-align:middle;
	}
	
	select.form-control.bn-select-width-auto{
		width: auto!important;
		width: 100px!important;
	}
	
	
	.form-type-1 .bn-form-pd-left-2em{
		margin-left: 2.8em;
	}
	
	.bn-form-pd-left-2em-select select{
		margin-left: 42px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {/*   ミドル */
	
	.form-type-1 input[type="password"],
	.form-type-1 input[type="tel"],
	.form-type-1 input[type="email"],
	.form-type-1 input[type="number"],
	.form-type-1 input[type="text"]{
		width: 220px;
	}
	
	.form-type-1 .form-inline .bn-form-pd-left-2em-select select,
	.form-type-1 .form-inline .form-control.bn-input-txt-wide,
	.form-type-1 .bn-input-txt-wide{
		width: 485px !important;
	}
	
	.form-type-1 .bn-form-2col {
		margin-left: 520px!important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {/*    スモール  */
	.form-type-1 .radio-inline:first-child{
		margin-left: 10px;
	}
	
	.form-type-1 input[type="password"],
	.form-type-1 input[type="tel"],
	.form-type-1 input[type="email"],
	.form-type-1 input[type="number"],
	.form-type-1 input[type="text"]{
		width: 160px;
	}
	
	.form-type-1 .form-inline .bn-form-pd-left-2em-select select,
	.form-type-1 .form-inline .form-control.bn-input-txt-wide,
	.form-type-1 .bn-input-txt-wide{
		width: 365px !important;
	}
	
	.form-type-1 .bn-form-1col{
		margin-left: 254px!important;
	}
	
	.form-type-1 .bn-form-2col {
		margin-left: 460px!important;
	}
	
	.form-type-1 .bn-input-help{
		margin-top: 5px;
		display: block; 
		margin-left: 2.8em;
	}
	
	
	.form-type-1 .form-inline .form-group:nth-child(3) .bn-input-help{
		display:inline-block;
		 margin-left: 0;
	}
}

@media (min-width: 768px) {
	.bn-chapter-container .bn-group &gt; .row{
		margin-left: 0;
		margin-right: 0;
	}
}

/*   年　月　日 
bn-form-yy-mm-dd-line    .form-type-1    */

@media (max-width: 380px) {/*    年　月　日 */
	.bn-form-yy-mm-dd-line{}
	.bn-form-yy-mm-dd-line .bn-form-pd-left-2em{
		margin-left: 30px;
	}
}
@media (max-width: 350px) {/*    年　月　日 */
	.bn-form-yy-mm-dd-line{}
	.bn-form-yy-mm-dd-line .bn-form-pd-left-2em{
		margin-left: 5px;
	}
}

/*   ============== =============== =============== =============== =============== ==============   
     フォーム コンパクト
======== =============== =============== =============== =============== ==============   */

.bn-form-compact{	}
.bn-form-compact .bn-form-h3-blue,
.bn-form-compact .bn-form-h3-pink,
.bn-form-compact .bn-form-h3{
	margin-left: 0;
	margin-right: 0;
}

.bn-form-compact .form-inline label.h4 {
	width: auto;
}

.bn-form-compact input[type="password"],
.bn-form-compact input[type="tel"],
.bn-form-compact input[type="email"],
.bn-form-compact input[type="number"],
.bn-form-compact input[type="text"]{
			display: inline-block;
			width: 80%;
			margin-right: 3px;
			margin-left: auto;
}
	
	
	
.bn-form-compact select{/********************************************/
		margin-bottom: 3px;
		width: 80%;
		box-sizing: border-box;
}


@media (min-width: 768px){/*   PC     */
	.bn-form-compact input[type="password"],
	.bn-form-compact input[type="tel"],
	.bn-form-compact input[type="email"],
	.bn-form-compact input[type="number"],
	.bn-form-compact input[type="text"]{
			width: 230px;
	}
	
	
	/*=========   セレクトの後に単位テキスト   =========*/
	
	.bn-form-compact .form-inline .bn-inc-select-unit{
		width: 40%;
	}
	
	.bn-form-compact .form-inline .bn-inc-select-unit select.form-control{
		/*min-width: 60%;*/
		width: 230px;
	}
	
	.bn-form-compact .form-inline .bn-inc-select-unit select.form-control + *{
		white-space: nowrap;
	}
}


@media (min-width: 1200px) {/*   ラージ */
	.bn-form-compact .form-inline .form-group:first-child{ margin-left: 24%; width: 27%; }
}

@media (min-width: 992px) and (max-width: 1199px) {/*   ミドル */
	.bn-form-compact .form-inline .form-group:first-child{ margin-left: 21%; width: 30%; }
}

@media (min-width: 768px) and (max-width: 991px) {/*   ミドル */
	.bn-form-compact .form-inline .form-group:first-child{ margin-left: 12%; width: 39%; }
}

@media (max-width: 767px) {/*    スマホ   */
	.bn-form-compact input[type="password"],
	.bn-form-compact input[type="tel"],
	.bn-form-compact input[type="email"],
	.bn-form-compact input[type="number"],
	.bn-form-compact input[type="text"],
	.bn-form-compact select{
		margin-left: 7%;
		width: 76%;
	}
	
	
	.bn-form-compact select{
	/*..form-type-1 select{*/
		margin-left: 7%;
		display: inline-block;
	}
	
	.bn-form-compact .bn-form-h3-pink,
	.bn-form-compact .bn-form-h3{
		margin-left: -5px;
		margin-right: -5px;
	}
	
	.bn-form-compact .bn-form-pd-left-2em select{
		margin-left: 0;
	}
	
}




/*   ============== =============== =============== =============== =============== ==============   
     個別ページ
======== =============== =============== =============== =============== ==============   */

/*    フォーム コンパクト    */
/*   ========================= 個別ページ   =========================   */

.bn-group-1 .bn-form-h3-pink,
.bn-group-1 .bn-form-h3-blue,
.bn-group-1 .bn-form-h3 {
	margin-top: 15px;
}

/*	【2017.4.30 CiPSによる調整】
.form-1 #birth_yy,
.form-1 #birth_mm,
.form-1 #birth_dd{
	width: 3em !important;
	text-align: right;
}*/
/*【2017.4.30 CiPSによる調整】	*/
.form-1 #birth_yy,
.form-1 #birth_mm,
.form-1 #birth_dd{
	text-align: right;
}

.form-1 .bn-form-pd-left-2em-sm{
	margin-left: 2.9em;
}

.form-1 .bn-form-pd-left-2em-sm #birth_g{
		margin-left: .1em;
}

.form-1 .bn-form-input-static{/*  確認画面 表示 */
	font-size: 17px;
	color: #333;
	font-weight: bold;
}

@media (min-width: 768px) {/*    PC  */

	
	
}

/*   birth_g  */
@media (max-width: 767px) {/*    スマホ   */
	
	
	/*  ========   form-1  ==========   */
	
	.form-1 .bn-radio-etc-label{
		margin-left: 10px;
	}
	
	.form-1 #purpose20{
		margin-left: 2.8em;
	}
	
	.form-1 #birth_yy,
	.form-1 #birth_mm,
	.form-1 #birth_dd,
	.form-1 #birth_g{
		display: inline-block;
	}
	
	.form-1 .bn-input-help{
		display: block; margin-left: 2.8em;
	}
	
	.bn-form-1col,
	.bn-form-2col{
		margin-left: 2.8em !important;
		margin-right: 15px;
	}
	
	.form-1 #post_01{
			margin-right: 0;
	}
	
	.bn-form-conf-btn{
		font-size: 23px;
	}
	
	.form-1 .bn-form-input-static{/*  確認画面 表示 */
		margin-left: 10px;
		margin-right: 10px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {/*    スモール  */
	
	
	/*  ========   form-1  ==========   */
	.form-1 .bn-radio-etc-label{
		margin-left: 10px;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {/*   ミドル */
	
	
	
	
}
</pre></body></html>