@charset "utf-8";

.inReadTxtEn {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.818em;
    opacity: 0.6;
}

.inReadTit.inReadTitEn {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0;
}

.overseasPointEnTit {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.311em;
}

.enText01 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.591em;
    opacity: .6;
}

.overseasFlowRow {
    overflow: hidden;
}

.overseasFlowRow:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 29px;
    width: 2px;
    bottom: 0;
    background: #D8DBE0;
    z-index: -1;
}

.overseasFlowBox .overseasFlowRow:last-child:before {
    display: none;
}

.overseasFlowBox .overseasFlowRow:last-child {
    padding-bottom: 0;
}

.overseasOverviewTh {
    font-size: 18px;
}

.overseasOverviewTd {
    font-size: 16px;
    color: #001537;
    opacity: 0.6;
}

.overseasOverviewTd a {
    color: #001537;
}

.overseasOverviewTd a:hover {
    color: #001537;
    text-decoration: underline;
}

.overseasInfoAccessTextList {
    opacity: .6;
}

.overseasInfoTh {
    font-size: 18px;
}

.overseasInfoTd {
    font-size: 16px;
    opacity: 0.6;
    padding-top: 2px;
}

/*管理画面調整用*/

.gjs-dashed .indicator:hover {
    cursor: pointer;
}

.gjs-dashed .sliderControl * {
	position: static !important;
	padding: 0 !important;
	height: auto;
}

.gjs-dashed .sliderControl .carousel-item {
	width: 32%;
	margin: 1.2% 0.6% 0;
	display: block;
	opacity: 1;
	padding: 7px !important;
}

.gjs-dashed .sliderControl .carousel-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.gjs-dashed .sliderControl .indicator {
	padding: 7px !important;
}

/*表示側*/

.overseasInfoFlexLeft .indicator {
    overflow: hidden;
}

.carousel-indicators .active {
	filter: brightness(0.5);
}

.indicator{
	transition: .5s;
	padding: 0 0 68.97% 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.indicator:hover{
	opacity: .7;
	transition: .5s;
}


.indicator > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-indicators {
	position: static;
	margin: 10px auto 0;
	justify-content: flex-start;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
}

.carousel-item > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.carousel-inner {
	padding: 0px 0 68.97%;
	overflow: hidden;
	margin: 0 auto;
	height: 0;
	background-color: #fff;
}

.carousel-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: auto;
	height: 100%;
}

.afterCarouselInner {
	margin: 75px 0 0 0 !important;
	padding: 0 0 66.9%;
	overflow: visible;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	-webkit-background-size: 60% 60%;
	background-size: 60% 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(30,30,30,0.1);
	outline: #000000;
	border-radius: 50%;
	border: 1px solid rgba(30,30,30,0);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.carousel-indicators {
	grid-template-columns: repeat(4, 1fr);
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {


.overseasPointEnTit {
    font-size: 35px;
}

}

/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {

.enText01 {
    font-size: 18px;
}

.inReadTit.inReadTitEn {
    font-size: 45px;
}

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

.overseasFlowRow:before {
    left: 48px;
}

.inReadTxtEn {
    font-size: 20px;
}
	
}

/* min-width: 1024px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {

.overseasPointEnTit {
    font-size: 45px;
}

.enText01 {
    font-size: 22px;
}

.overseasOverviewTh {
    font-size: 22px;
}

.overseasOverviewTd {
    font-size: 20px;
}
  
.overseasInfoTh {
    font-size: 22px;
}

.overseasInfoTd {
    font-size: 20px;
}

.inReadTxtEn {
    font-size: 22px;
}

.inReadTit.inReadTitEn {
    font-size: 55px;
}

}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */