@charset "EUC-JP";

/*//////////////////////////////////////////////////////////////////

    NAME: foreign-us.css
    DATE: 2020/02/27

//////////////////////////////////////////////////////////////////*/

/* m1- : MCG固有で追加したもの */

/* ----------------------------------------------------------------
	foreign Top
----------------------------------------------------------------- */

.mb40 {margin-bottom:40px;}

.m1-title {
    margin: .25em 0 .75em;
    font-weight: bold;
    line-height: 1.5;
    color: #444;
}

.m1-flex-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.m1-flex-justify--between {
    -webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.m1-flex-item--center {
    -webkit-align-items: center;
    -ms-flex-align: center;
	align-items: center;
}
.m1-flex-wrap--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m1-rt-banner-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0 25px;
    min-height: 81px;
    box-sizing: border-box;
}
.m1-rt-banner-box.rt-banner-num3 > img {
    max-width: 245px;
    height: auto;
}

.m1-list-info {
    display: table;
    margin: 0;
    padding: 0;
}
.m1-list-info__item {display: table-row;}
.m1-list-info__content {
    display: table-cell;
    padding-bottom: .5em;
    font-size: 14px;
    vertical-align: top;
}
.m1-list-info__content--label {padding-right: 10px;}
.m1-list-info__content--label > span {
    display: block;
    width: 6.65em;
    padding: 1px 0;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.m1-label--info {background: #0085c7;}
.m1-label--service {background: #047205;}
.m1-list-info__content--date {
    padding: 2px 12px 0 0;
    font-size: 12px;
    color: #666;
}
.m1-list-info__content--name {
    display: inline-block;
    padding-left: 1em;
    color: #666;
    text-decoration: none!important;
}

.m1-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 755px;
}
.m1-grid__col-1-2 {width: 372px;}
.m1-grid__col-1-2:nth-child(n+3) {margin-top: 11px;}

.m1-pannel-01 {
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
}
.m1-icon-content {display: table;}
.m1-icon-content__icon {
    display: table-cell;
    padding-right: 16px;
}
.m1-icon-content__contents {
    display: table-cell;
    vertical-align: top;
}
.m1-icon-content__hdg {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.m1-icon-content__txt {
    margin: .5em 0;
    font-size: 12px;
    color: #444;
    line-height: 18px;
}

.m1-button-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0 14px;
    width: 100%;
}
.m1-button-container.one-btn {
    -webkit-justify-content: center;
	justify-content: center;
}

.m1-pannel-search-container {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
}

.m1-pannel-search {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
    border: none;
}
.m1-pannel-search__icon {
    margin-right: 4px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #039;
}
.m1-pannel-search__icon::before {
    font-weight: bold!important;
}
.m1-pannel-search__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 250px;
    height: 30px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #7f9db9;
    box-sizing: border-box;
    border-radius: 4px;
}
.m1-pannel-search__btn {
    margin-left: 8px;
}

.m1-tab-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}
.m1-tab-listlink {
    margin-left: auto;
    color: #039;
    order: -1;
}
.m1-tab-label {
    padding: 0 15px;
    height: 36px;
    font-size: 13px;
    line-height: 36px;
    color: #444;
    background: #f5f5f5;
    border: 1px solid #cacaca;
    border-left: none;
    box-sizing: border-box;
    order: -1;
}
.m1-tab-label.first-tab {
    border: 1px solid #cacaca;
}
.m1-tab-content {
    display: none;
    margin-top: 8px;
    width: 100%;
}
.m1-tab-switch:checked+.m1-tab-label {
    color: #fff;
    background: #002e9b;
    border: 1px solid #002e9b;
    border-left: none;
}
.m1-tab-switch:checked+.m1-tab-label.first-tab {
    border: 1px solid #002e9b;
}
.m1-tab-switch:checked+.m1-tab-label+.m1-tab-content {
    display: block;
}
.m1-tab-switch {
    display: none;
}

.m1-tab-content__table {width: 100%;}
.m1-tab-content__table,.m1-tab-content__table th,.m1-tab-content__table td {
    border: 1px solid #cacaca;
	border-collapse: collapse;
}
.m1-tab-content__table th,.m1-tab-content__table td {
    padding: 6px 10px;
    font-size: 13px;
    line-height: 21px;
    color: #444;
}
.m1-tab-content__table th {
    font-weight: normal;
    text-align: center;
    background-color: #efefef;
}

[class^="m1-icon-ranking-"] {
    display: block;
    width: 30px;
    height: 15px;
    background-image: url(/member/html/images/G000000-000-1/icon-ranking.png);
	background-size: 30px 60px;
	background-repeat: no-repeat;
}
.m1-icon-ranking-new {background-position: 0 0;}
.m1-icon-ranking-up {background-position: 0 -15px;}
.m1-icon-ranking-same {background-position: 0 -30px;}
.m1-icon-ranking-down {background-position: 0 -45px;}

.m1-news-category {
    margin: .5em 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    color: #444;
}
.m1-news-category sub {
    margin-left: 4px;
    font-size: 13px;
    font-weight: normal;
    vertical-align: -2px;
}
.m1-news-category-container {
    position: relative;
    zoom: 0;
}
.m1-news-category-container p {
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 14px;
}

.m1-feed-list {
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
}

.m1-feed-list__col-4 {width: 178px;}
.m1-feed-list__col-6 {width: 120px;}

.m1-feed-list__col-4 .m1-feed-list__img {max-width: 178px;}
.m1-feed-list__col-6 .m1-feed-list__img {max-width: 120px;}

.m1-feed-list__link {text-decoration: none!important;}

.m1-feed-list__img > img {
    width: 100%;
    height: auto;
}

.m1-feed-list__contents {
    margin-top:.5em;
    line-height: 1.5;
}

.m1-feed-list__col-4 .m1-feed-list__contents > div {font-size: 14px;}
.m1-feed-list__col-6 .m1-feed-list__contents > div {font-size: 13px;}

.m1-feed-list__link .m1-feed-list__contents .m1-feed-list__contents--txt {
    text-decoration: underline;
}

.m1-feed-list__contents .m1-feed-list__contents--brand {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: underline;
}

.m1-feed-list__link .m1-feed-list__contents .m1-feed-list__contents--value,.m1-feed-list__link .m1-feed-list__contents .m1-feed-list__contents--date {
    color: #444!important;
}

.m1-feed-list__col-4 .m1-feed-list__link .m1-feed-list__contents .m1-feed-list__contents--date,.m1-feed-list__col-6 .m1-feed-list__link .m1-feed-list__contents .m1-feed-list__contents--date {
    margin-top:.5em;
    font-size: 12px;
}

.m1-feed-notes {
    margin-top: .5em;
    font-size: 12px;
    color: #444;
}

.m1-hr-border {
    margin: 20px auto;
    width: 100%;
    border-top: 1px solid #c3c3c3;
}

.m1-image-L {
    padding-right: 15px;
}