@charset "Shift_JIS";
/**
 * cp2018
 *
 */

/*--------------------------------------------------
  Container
--------------------------------------------------*/
.c5-waku{
	padding: 20px;
	border: solid 1px #e6e6e6;
}
.c5-waku_gray{
	padding: 20px;
	background-color: #dfe6ec;
}

.s5-general--padding{
	padding:20px 20px 0 20px;
}
.s5-listHorizontal dt{
	border-left: solid 8px #15156b;
	padding: 10px 0px 10px 10px;
	text-align: left !important;

}
.c5-listItem2 {
    height: 0;
    margin: 15px auto 25px;
    padding: 0;
    border: 0;
    border-top: 1px dashed #cccccc !important;
}
.s5-listHorizontal dd{
	padding: 10px 0px 10px 10px;
}



ul.indent {
    list-style-type: none;
    padding: 0rem;
}


.indent li {
    text-indent: -1.1rem;
    padding: 0 0 0.3rem 1rem;
    line-height: 1.4;
}


/*--------------------------------------------------
  応募ボタンエリア
--------------------------------------------------*/
    /*  .Box_cnp_oubo
    --------------------------*/
		.Box_cnp_oubo{
			border:solid 4px #d90718;
			padding:20px
		}
		.Box_cnp_oubo h2{
			color:#d90718;
		}
    /*  応募ボタンのテキストサイズ
    --------------------------*/
        .button-text{font-size: 1.25rem;
        }
        .button-text-large{font-size: 1.8rem;
			padding-right: 50px;
        }
        .button-text-small{font-size: 1rem;
        }
		.button-text-small2{font-size: 1.25rem;
			padding-left: 50px;
        }

    /*  応募ボタンのサイズ確保・ボタンテキストサイズ変更(スマホ表示時)
    --------------------------*/
		@media screen and (max-width: 639px) {
		#oubo .s5-buttonContainer .s5-button{
		  font-size: 18px;
		  font-size: 1.25rem;
		}
        .button-text-large{padding-right: 0px;
			font-size: 1.5rem;
        }
		.button-text-small2{padding-left: 0px;
			font-size: 1.0rem;
		}
	}


