@charset "UTF-8";


/* common
 ---------------------------- */

#contents * {
	box-sizing: border-box !important;
}
#contents .uniTable th,
#contents .uniTable td{
	text-align:left;
}

@media all and (max-width: 640px) {
	body,
	#container,
	#contentsWrap,
	#contents {
		width: auto;
		min-width: 0;
	}
	#header #headerMain {
	    width: auto;
	}
	#breadcrumb {
		display: none;
	}
	#footerTop {
	    overflow: hidden;
	    padding: 0 20px;
	}
	#footerTop .footerTopInner {
		width: 100%;
	}
	#footerTop .fb {
	    display: none;
	}
	#footerTop .spFb {
	    display: block;
	    margin-top: 3px;
	}
	.footerBox .fBox p {
		width: auto !important;
	}
}


/* hidden
 ---------------------------- */

.hidden-desktop {
	display: none !important;
}
@media all and (max-width: 640px) {
	.hidden-mobile {
		display: none !important;
	}
}


/* title
 ---------------------------- */

.lt-title01 {
	margin: 40px 0;
	font-size: 28px;
	font-weight: bold;
    line-height: 1.4;
	text-align: center;
	letter-spacing: 2px;
}
.lt-title02 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	font-size: 20px !important;
	font-weight: bold;
    line-height: 1.4;
	letter-spacing: 2px;
}
.lt-title02 .lt-title-text {
	font-size: 20px !important;
}
.lt-title02 a.lt-title-link {
	display: block;
	margin-left: 10px;
	padding: 5px 10px 4px !important;
	font-size: 12px !important;
	font-weight: bold !important;
	letter-spacing: 0 !important;
	color: #fff;
	text-decoration: none !important;
	background-image: none !important;
	background-color: #666 !important;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}
.lt-title02 a.lt-title-link:hover {
	background-color: #999 !important;
}
.lt-title02 .lt-title-note {
	display: block;
	margin-left: 10px;
	font-size: 13px !important;
	letter-spacing: 0 !important;
}
.lt-title03 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
    line-height: 1.4;
	letter-spacing: 1px;
}

.lt-title02.lt-border {
	padding-top: 20px;
	background-image: url('/common/css/images/dotline.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

.lt-title-en {
	font-family: "FrutigerLTW01-45Light","Myriad Pro",Arial,Helvetica,Tahoma,sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.lt-title02.lt-title-en {
	font-size: 26px;
}

@media all and (max-width: 640px) {
	.lt-title01 {
		margin: 20px 0;
		padding: 0 30px;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.lt-title02 {
		flex-wrap: wrap;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.lt-title02 .lt-title-text {
		font-size: 16px !important;
	}
	.lt-title02 .lt-title-note {
		margin: 10px 0 0 !important;
		font-size: 12px !important;
	}
	.lt-title03 {
		font-size: 16px;
	}

	.lt-title02.lt-border {
		padding-top: 20px;
		background-image: url('/common/css/images/dotline.gif');
		background-position: left top;
		background-repeat: no-repeat;
	}
	.lt-title02.lt-title-en {
		font-size: 20px;
	}
}


/* section
 ---------------------------- */

.lt-visual {
	margin-bottom: 60px;
}

.lt-section01 {
	margin-bottom: 60px;
}

@media all and (max-width: 640px) {
	.lt-visual {
		margin-bottom: 40px;
	}
	.lt-section01 {
		margin-bottom: 40px;
		padding: 0 30px;
	}
}


/* box
 ---------------------------- */

.lt-box01 {
	display: block;
	margin: 0 auto;
	max-width: 800px;
}


/* photo
 ---------------------------- */

.lt-photo img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.lt-photo-caption {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}
.lt-photo-caption.caption-right {
	text-align: right;
}

@media all and (max-width: 640px) {
	.lt-photo-caption {
		font-size: 12px;
	}
}


/* text
 ---------------------------- */

.lt-text {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 2;
}

.li-url {
	word-wrap: break-word;
    word-break: break-all;
}

@media all and (max-width: 640px) {
	.lt-text {
		font-size: 14px;
	}
}


/* table
 ---------------------------- */

.lt-table-wrap {
	margin-bottom: 20px;
	max-width: 100%;
    overflow-x: auto;
}

@media all and (max-width: 640px) {
	.lt-table-wrap table {
		min-width: 960px;
	}
}


/* information
 ---------------------------- */

.lt-information {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	border: solid 10px #ddd;
}
.lt-information-text {
	width: calc(100% - 270px);
}
.lt-information-photo {
	width: 240px;
}
.lt-linkBtn01 {
	margin-top: 20px;
	text-align: left;
}
.lt-linkBtn01 a {
    display: inline-block !important;
    margin: 0 !important;
    padding: 12px 24px !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    background-image: none !important;
    background-color: #000 !important;
    border-radius: 5px;
    box-shadow: 0px 4px #565656;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lt-linkBtn01 a:hover {
    transform: translateY(4px);
    box-shadow: 0px 0 #a6a6a6;
}

@media all and (max-width: 640px) {
	.lt-information {
		flex-direction: column-reverse;
		padding: 20px;
		border-width: 6px;
	}
	.lt-information-text {
		margin-top: 20px;
		width: 100%;
	}
	.lt-information-photo {
		width: 100%;
	}
	.lt-linkBtn01 {
		text-align: center;
	}
	.lt-linkBtn01 a {
		font-size: 14px;
	}
}


/* contact
 ---------------------------- */

.lt-contact {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px 0;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
}
.lt-contact-title {
}
.lt-contact-body {
	padding-left: 50px;
}

@media all and (max-width: 640px) {
	.lt-contact {
		flex-direction: column;
		padding: 30px 0;
	}
	.lt-contact-title {
		margin-bottom: 10px;
		width: 100%;
	}
	.lt-contact-body {
		padding-left: 20px;
		width: 100%;
	}
}


/* bnr list
 ---------------------------- */

.lt-bnrList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.lt-bnrList li {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin: 30px 0 0 30px;
	width: calc(33.33333% - 20px);
}
.lt-bnrList li:nth-child(-n+3) {
	margin-top: 0;
}
.lt-bnrList li:nth-child(3n+1) {
	margin-left: 0;
}
.lt-bnrList.lt-col1 li {
	margin: 0;
	width: 100%;
}

.lt-bnrList li a {
	display: flex !important;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 !important;
	color: #333 !important;
	text-decoration: none !important;
	background-image: none !important;
	background-color: #fff !important;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.lt-bnrList li a .lt-bnrText {
	margin-top: 0;
	padding: 15px 20px;
	text-align: center;
}
.lt-bnrList li a:hover {
	color: #000 !important;
	background-color: #eee !important;
}

.lt-bnrList li a .lt-3d-icon {
	position: relative;
}
.lt-bnrList li a .lt-3d-icon img {
	position: relative;
	z-index: 10;
}
.lt-bnrList li a .lt-3d-icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('/news/20201214/images/icon_link_3d.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 120px 120px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 20;
	transition: background-color 0.3s ease;
}
.lt-bnrList li a:hover .lt-3d-icon::after {
	background-color: rgba(0, 0, 0, 0);
}

@media all and (max-width: 640px) {
	.lt-bnrList {
		justify-content: space-between;
	}
	.lt-bnrList li {
		margin: 20px 0 0;
		width: calc(50% - 10px);
	}
	.lt-bnrList li:nth-child(-n+3) {
		margin-top: 20px;
	}
	.lt-bnrList li:nth-child(-n+2) {
		margin-top: 0;
	}
	.lt-bnrList.lt-col1 li {
		margin: 0;
		width: 100%;
	}

	.lt-bnrList li a .lt-bnrText {
		padding: 10px;
		text-align: center;
	}
	.lt-bnrList li a .lt-3d-icon::after {
		background-size: 60px 60px;
	}
}


/* content box
 ---------------------------- */

.lt-contentBox01 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.lt-contentBox01 .lt-contentBox-left {
	width: 65%;
}
.lt-contentBox01 .lt-contentBox-right {
	width: calc(35% - 40px);
}

@media all and (max-width: 640px) {
	.lt-contentBox01 {
		flex-direction: column;
		justify-content: flex-start;
	}
	.lt-contentBox01 .lt-contentBox-left {
		width: 100%;
	}
	.lt-contentBox01 .lt-contentBox-right {
		margin-top: 20px;
		width: 100%;
	}
}


/* photo box
 ---------------------------- */

.lt-photoBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
}
.lt-photoBox .lt-photoBox-photo {
	width: 65%;
}
.lt-photoBox .lt-photoBox-photo img {
	display: block;
	width: 100%;
	height: auto;
}
.lt-photoBox .lt-photoBox-text {
	width: calc(35% - 40px);
	font-size: 13px;
}
.lt-photoBox .lt-photoBox-text p ~ p {
	margin-top: 20px;
}

@media all and (max-width: 640px) {
	.lt-photoBox {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	.lt-photoBox .lt-photoBox-photo {
		width: 100%;
	}
	.lt-photoBox .lt-photoBox-text {
		margin-top: 10px;
		width: 100%;
		font-size: 12px;
	}
	.lt-photoBox .lt-photoBox-text p ~ p {
		margin-top: 5px;
	}
}


/* photo list
 ---------------------------- */

.lt-photoList {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.lt-photoList.lt-col2 li {
	margin-top: 40px;
	width: calc(50% - 20px);
}
.lt-photoList.lt-col2 li:nth-child(-n+2) {
	margin-top: 0;
}

@media all and (max-width: 640px) {
	.lt-photoList {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.lt-photoList.lt-col2 li {
		margin-top: 20px;
		width: 100%;
	}
	.lt-photoList.lt-col2 li:nth-child(-n+2) {
		margin-top: 20px;
	}
	.lt-photoList li:first-child {
		margin-top: 0 !important;
	}
}


/* letter modal
 ---------------------------- */

.lt-photo a.colorbox {
	position: relative;
	display: block;
}
.lt-photo a.colorbox img {
	transition: opacity 0.3s ease;
}
.lt-photo a.colorbox .plus {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.lt-photo a.colorbox .plus img {
	transition: opacity 0.3s ease;
}
.lt-photo a.colorbox:hover img {
	opacity: 0.7;
}
.lt-photo a.colorbox:hover .plus {
	background-image: url('/common/images/icon08_over.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.lt-photo a.colorbox:hover .plus img {
	opacity: 0;
}

.letterModalContents {
	display: none;
}
.letterModalBox {
	margin: 0 35px;
	width: 800px;
	background-color: #fff;
	box-shadow: 1px 1px 10px #ccc, -1px -1px 10px #ccc, inset 0 0 0 #ccc, inset 0 0 0 #ccc;
}
.letterModalBox * {
	box-sizing: border-box;
}

@media all and (max-width: 640px) {
	.letterModalBox {
		margin: 0;
		width: auto;
	}
}


/* modal photo
 ---------------------------- */

.lt-modal-photo img {
	display: block;
	width: 100%;
	height: auto;
}

.lt-modal-mainArea {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.lt-modal-mainArea-photo {
	width: 66.5%;
}
.lt-modal-mainArea-text {
	padding: 40px 20px 0;
	width: 33.5%;
	text-align: left;
}
.lt-modal-mainArea-text p ~ p {
	margin-top: 20px;
}
.lt-modal-mainArea-text .lt-modal-title {
	margin: 0 0 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
	color: #000;
}

.lt-modal-photoList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.lt-modal-photoList > li {
	margin: 0.5% 0 0 0.5%;
	padding: 0;
	width: 33%;
}
.lt-modal-photoList > li:nth-child(3n+1) {
	margin-left: 0;
}

@media all and (max-width: 640px) {
	#cboxClose {
		top: -22px;
		right: 11px;
		width: 27px;
		height: 27px;
	}

	.lt-modal-mainArea {
		flex-direction: column;
	}
	.lt-modal-mainArea-photo {
		width: 100%;
	}
	.lt-modal-mainArea-text {
		padding: 20px;
		width: 100%;
	}
	.lt-modal-mainArea-text p ~ p {
		margin-top: 10px;
	}
	.lt-modal-mainArea-text .lt-modal-title {
		margin: 0 0 10px;
	}
	.lt-modal-photoList > li {
		margin: 2px 0 0 2px;
		width: calc(50% - 1px);
	}
	.lt-modal-photoList > li:nth-child(3n+1) {
		margin-left: 2px;
	}
	.lt-modal-photoList > li:nth-child(2n+1) {
		margin-left: 0;
	}
}


