@charset "UTF-8";
/*メインコンテンツ*/
.video-section {
    padding-top: 262px;
}
#video,
.video-thumbnail {
    width: 350px;
    left: calc(50% - (350px/2));
}
.video-section iframe {
    width: 350px !important;
    height: 262px !important;
}
.photo-section {
    display: -ms-flexbox; 
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content:space-between;
}
/*本文に対して左寄せ*/
.section-left {
    justify-content: flex-start;
}
.section-left > .photo-box {
    margin-right: 20px;
}

/*本文に対して右寄せ*/
.section-right {
    justify-content: flex-end;
}
.photo-section:before,
.photo-section:after {
    content: "";
    display: block
}
#main .photo-image img {
    max-width: 350px;
}
.video-title {
    width: 350px;
}

/*サブコンテンツ*/
#sub {
    width: 225px;
    min-width: 225px;
}

/* フッター */
div#sitemap-footer .wrapper > dl {
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 10px;
}
div#sitemap-footer .wrapper > dl:nth-of-type(3n) {
   margin-right: 0;
}
#sitemap-footer .wrapper,
#footer .bg-navy .wrapper,
#footer p.address { width: 940px; }


/*\********************************************************
	add 　レイアウト調整20200930
********************************************************\*/
body {
    line-height: 2em;
}
#head-btn-area1,
#head-btn-area2,
#head-btn-area3 {
	display: none;
}