@charset "utf-8";

@import url(common.css);
@import url(class.css);
@import url(layout.css);


/* サイトのロゴサイズ(ヘッダー・フッター) */
.site-logo{
    width: 150px;
}

/* ボタン(白)スタイル */
.btn-white{
    margin: 20px;
}
.btn-white a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	padding: 1rem 4rem;
        font-size: 1.3rem;
	border: 1.5px solid #333333;
	color: #333333!important;
	border-radius: 100vh;
	transition: 0.5s;
}
.btn-white a:hover {	
        text-decoration: none;
	color: #fff!important;
	background: #333333;
}

/* ボタン(白)スタイル2(左右上限なし) */
.btn-white-info{
    margin: 0px 20px 20px 50px;
}
.btn-white-info a{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 1rem 4rem;
        font-size: 1.3rem;
	border: 1.5px solid #333333;
	color: #333333!important;
	border-radius: 100vh;
	transition: 0.5s;
}
.btn-white-info a:hover {	
        text-decoration: none;
	color: #fff!important;
	background: #333333;
}

/* トップページのビジコン概要説明 */
.top-text{
    margin: 100px auto;
    line-height: 4rem;
    text-align: center;
}

/* トップページh2内span */
.main-title1{
    font-size: 32px;
    font-weight: bold;
    color: #f6ad3c;
}

/* トップページのセクション間隔 */
.body-wrap1 {
    width: 1000px;
    margin: 100px auto;
}

/* トップページh2 */
h2{
    margin-bottom: 50px;
}

/* 参加のメリットカード並べ */
.merit-flex{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

/* 参加のメリットカードスタイル */
.merit-flex li{
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.fa-solid,.fa-regular{
    width: 100%;
    color: #f6ad3c;
    margin: 0 auto 15px;
    text-align: center;
    font-size: 50px;
}

.merit-flex li h3{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #f6ad3c;
    text-align: center;
}

/* 審査結果スタイル */
.res-outer{
    padding: 50px;
    background-color: #fff;
}

/* 募集要項スタイル */
.info-outer{
    padding: 50px;
    background-color: #fff;
}

.info-outer li{
    margin-bottom: 30px;
}

.info-outer-h3{
    font-weight: bold;
    margin-bottom: 10px;
}

.info-inner{
    list-style: circle;
    padding-left: 20px;
}

.info-inner li{
    margin-bottom: 3px;
}

.info-inner-h4{
    font-weight: bold;
}

.info-list-p{
    margin-bottom: 10px;
}

/* スケジュールスタイル */
.sch-outer{
    padding: 50px;
    background-color: #fff;
}

.sch-outer li{
    margin-bottom: 30px;
}

.sch-outer-h3{
    font-weight: bold;
    margin-bottom: 10px;
}

.sch-inner{
    list-style: circle;
    padding-left: 20px;
}

.sch-inner li{
    margin-bottom: 3px;
}

.sch-inner-s{
    list-style: circle;
    padding-left: 20px;
}

.sch-inner-s li{
    margin-bottom: 3px;
    line-height: 1.2;
    white-space: pre-wrap !important;
}

.sch-inner-ss{
    padding-left: 20px;
}

.sch-inner-ss li{
    margin-bottom: 3px;
    line-height: 1.2;
    white-space: pre-wrap !important;
}

.sch-inner-h4{
    font-weight: bold;
    margin-bottom: 3px;
}

.sch-list-p{
    margin-bottom: 10px;
}

/* よくある質問スタイル */
.fandq-outer{
    padding: 50px;
    background-color: #fff;
}

.fandq-outer li{
    margin-bottom: 30px;
}

.fandq-outer-h3{
    font-weight: bold;
    margin-bottom: 10px;
}

.fandq-inner{
    list-style: circle;
    padding-left: 20px;
}

.fandq-inner li{
    margin-bottom: 3px;
}

.fandq-inner-h4{
    font-weight: bold;
}

.fandq-list-p{
    margin-bottom: 10px;
}