/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2025 | 06:13:01 */
/* パンくず以下ボックス */
.MainContents {
    padding: 40px 0;
	font-size: 1.3rem;
    background: #eaf4fc;
}
.MainContents__Size {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
}
/* 白いボックス */
.MainOuter {
    width: 100%;
    padding:56px;
    margin: 16px 0 0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

/* メインビジュアル */
.Keyvisual {
    text-align: center;
}
.Keyvisual__Image{
	width: 100%;
    max-width: 1200px;
    height: auto;
}

/* 見出し */
.MainTitle {
    margin: 0 0 40px;
    color: #01264b;
    font-size: 3.4rem;
    text-align: center;
}
	
.SubTitle {
    position: relative;
    padding: 0 0 0 16px;
    margin: 56px 0 32px!important;
    font-size: 2.8rem;
}
.SubTitle:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: #1096d2;
    border-radius: 4px;
}

.MinorTitle {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 40px 0 16px;
    padding: 0 0 8px 0;
    border-bottom: 2px solid #d7d7d8;
}

/* テキストリンク用 */
.TextLink--SdgsMamechishikiList{
    display:block;
    padding:24px 0;
    border-top:#ccc 1px solid;
}
