body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#header {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#header.header {
    width: 100%;
}
#header .logo {
    padding: 0;
}
#footer {
    height: 100%;
    margin: 0 auto;
}
#footer .copyright {
    padding: 16px 0 18px;
    margin: 0 auto;
    height: auto;
}
#mainArea {
    padding: 92px 0 0;
}
#mainArea .mainTitle {
	margin: 0 auto 70px;
	max-width: 1000px;
	text-align: center;
	font-family: 'Hannari';
	font-size: 6.0rem;
	line-height: 1.33;
	color: #000;
	vertical-align: middle;
    background: none;
    font-weight: 400;
    padding: 0;
}
#leftcontents h2,
#mainArea .titleBox h2.articletit {
    background: none;
    border-bottom: 2px solid #C3303C;
    margin: 0 auto 5px;
    padding: 0;
}
#leftcontents h2 span,
#mainArea .titleBox h2 span {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    background: none;
    display: block;
    padding: 0 0 10px;
}
#mainArea .titleBox020 {
    padding: 0;
    position: relative;
    margin-top: 30px;
    margin-left: 0px;
    margin-bottom: 30px;
    display: flex;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    justify-content: center;
}
#mainArea .titleBox020 span.date {
    position: unset;
    height: auto;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.breadcrumbList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.breadcrumbListItems {
    line-height: 1;
}
.breadcrumbLink {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}
.linkText {
    font-weight: unset;
    text-decoration: unset;
}
.breadcrumb .breadcrumbListItems:first-child .breadcrumbLink::before {
    background-image: url(/element_2017/images/ico_breadcrumb_1.png);
}
.breadcrumbListItems:first-child .breadcrumbLink::before {
    margin-right: 5px;
    content: '';
    width: 16px;
    height: 13px;
    padding-right: 5px;
    background-repeat: no-repeat;
    display: inline-block;
}
.breadcrumb .breadcrumbListItems + .breadcrumbListItems::before {
    color: #000;
}
.breadcrumbListItems + .breadcrumbListItems::before {
    content: '>';
    font-size: 14px;
    display: inline-block;
    padding: 0 8px;
}
#mainArea .productionList ul li {
    background: none;
    padding: 0;
    margin-bottom: 28px;
}
#mainArea .productionList ul li:last-of-type,
#mainArea .productionList ul li:nth-last-of-type(2) {
    margin-bottom: 0px;
}
#leftcontents .productionList {
    margin-left: 0px;
}
.productionList ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 28px;
}
#leftcontents .productionList ul li a {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #154FB4;
}
.productionList ul li a {
    display: flex;
    align-items: flex-start;
}
.productionList ul li img {
    width: 177px;
    height: 117px;
    margin-right: 28px;
}
#leftcontents .frameBlock {
    margin: 0 auto 15px;
    padding: 0;
    width: 100%;
    border: 0px;
}
#leftcontents .frameBlock .frameBlockBase {
    padding: 20px;
}
#leftcontents .frameBlockBase > div {
    font-size: 15px;
    line-height: 24px;
}
#leftcontents .frameBlock .title {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 20px;
}
#mainArea #backLink {
    margin-bottom: 44px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    text-align: center;
    list-style: none;
    line-height: 1.5;
    padding: 13px 0 0;
}
#mainArea #backLink .link {
    padding: 0;
    background: none;
    margin: 0 19px;
    width: 30.8%;
    position: relative;
}
#mainArea #backLink a {
    padding: 17px 0;
    font-size: 1.6rem;
    height: 100%;
    justify-content: center;
    width: 100%;
    font-weight: bold;
    border-radius: 4px;
    display: flex;
    align-items: center;
    border: solid 1px #ccc;
    background: none !important;
    gap: 0 13px;
    color: #000;
}
#mainArea #backLink a:link {
    color: #000;
}
#mainArea #backLink a::before {
    content: "";
    width: 7px;
    height: 12px;
    margin: 0 13px 0 0;
    overflow: hidden;
    background: url(/element_2017/images/arrow_middle_right_btn2.png) left top no-repeat;
    display: inline-block;
}
#mainArea .opusLink {
    margin-left: 0px !important;
    margin-bottom: 15px;
}
#mainArea .opusLink a, #mainArea .opusLink a:Link {
    font-size: 13px;
}
caption, th, td {
	vertical-align: unset;
}
@media screen and (max-width: 959px) {
    #mainArea {
        padding: 28px 20px 0;
    }
    #bodyArea,
    #mainArea,
    div#leftcontents,
    #mainArea #backLink,
    #backToTopNavigation {
        width: 100%;
    }
	#mainArea .mainTitle {
		font-size: 2.9rem;
        margin: 0 auto 40px;
	}
    #header h1.logo {
        padding: 6px 0 7px 10px;
        margin: 0;
        position: static;
        top: auto;
        left: auto;
        float: left;
    }
    #leftcontents h2 span {
        font-size: 16px;
        line-height: 20px;
    }
    #leftcontents h2 span, 
    #mainArea .titleBox h2 span {
        text-align: left;
    }
    .productionList ul {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .breadcrumbList {
        margin-bottom: 0;
    }
    .breadcrumbListItems:first-of-type .breadcrumbLink span {
        display: none;
    }
    .breadcrumbListItems {
        position: relative;
        height: 26px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap;
    }
    .breadcrumbListItems + .breadcrumbListItems {
        padding-right: 11px;
        padding-left: 22px;
    }
    .breadcrumbListItems:first-child .breadcrumbLink::before {
        width: 12px;
        height: 10.5px;
        padding-right: 10px;
        background-size: contain;
    }
    .breadcrumb .breadcrumbListItems:first-child .breadcrumbLink::before {
        background-image: url(/element_2017/images/ico_breadcrumb_sp_1.png);
    }
    .breadcrumbListItems + .breadcrumbListItems::before {
        content: '';
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 13px solid #fff;
        position: absolute;
        left: 0;
        top: 0;
    }
    .breadcrumbListItems + .breadcrumbListItems::after {
        content: '';
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 13px solid #eee;
        position: absolute;
        left: -2px;
        top: 0;
        z-index: 1;
    }
    a.breadcrumbLink {
        color: #333;
        font-size: 10px;
    }
    .productionList ul li img {
        width: 122px;
        height: auto;
        margin-right: 20px;
    }
    #leftcontents .productionList ul li a {
        font-size: 15px;
        line-height: 20px;
    }
    #mainArea .productionList ul li,
    #mainArea .productionList ul li:nth-last-of-type(2) {
        margin-bottom: 20px;
    }
    #leftcontents .frameBlockBase > div {
        font-size: 14px;
        line-height: 22px;
    }
    #mainArea #backLink {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    #mainArea #backLink .link {
        width: 100%;
    }
    #mainArea #backLink a {
        padding: 10px 0;
        font-size: 12px;
    }
    #mainArea #backLink .link:not(:last-of-type) {
        margin-bottom: 20px;
    }

    /* Table */
    #mainArea .generalFormTable {
        width: 100%;
    }
    #mainArea .generalFormTable table {
        width: 100%;
        margin-left: 0px;
    }
    #mainArea .generalFormTable table td {
        padding-right: 0px;
        vertical-align: top;
    }
}