@charset "UTF-8";

/*
* v3/pc/footer.css
*
*/

/* common */
span.m-newWindow {
    display: inline-block;
    padding: 0 3px;
    width: 16px;
}
span.m-newWindow svg.svgIcon.svgIcon-contents {
    display: inline-block;
    fill: #fff;
    height: 10px;
    width: 10px;
}

.g-footer a {
    text-decoration: none;
}

.g-footer a:hover {
    text-decoration: underline; 
}

.g-footer a img:hover {
    opacity: 0.6;
    transition: 0.3s ease-out;
}

/* mypageCommonMenu */

.mypageCommonMenuWrap {
    background: #E8E8E8;
	padding: 64px 0 96px;
}

ul#mypageCommonMenu {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1200px;
}

.mypageTop ul#mypageCommonMenu {
	justify-content: space-between;
}

ul#mypageCommonMenu li {
	margin-right: 21px;
    margin-top: 20px;
}

ul#mypageCommonMenu li.mypageCommonMenu_logoutLink {
	align-items: flex-end;
	display: flex;
	flex-direction: row-reverse;
	margin-right: 0;
    margin-left: auto;
	width: 386px;
}

ul#mypageCommonMenu li:nth-child(1),
ul#mypageCommonMenu li:nth-child(2),
ul#mypageCommonMenu li:nth-child(3) {
	margin-top: 0px;
}

ul#mypageCommonMenu li:nth-of-type(3n) {
    margin-right: 0px;
}

.mypageCommonMenu_logoutLink {
    font-size: 14px;
}

/* g-footer_breadCrumb */
.g-footer_breadCrumb {
    border-bottom: solid 1px #DADDE3;
    border-top: solid 1px #DADDE3;
}

ul.g-breadcrumb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
    margin: auto;
    padding: 15px 0;
    width: 1200px;
}

ul.g-breadcrumb li{
    display: flex;
    padding: 5px 0;
}

ul.g-breadcrumb li::after {
    content: "/";
    display: block;
    margin: 0 5px;
}

ul.g-breadcrumb li:last-child::after {
    display: none;
}

/* g-footer */
.g-footer {
    padding-bottom: 20px;
}

.g-footer.-simple {
    padding-top: 20px;
}

.g-footer_title {
    border-bottom: solid 4px #D52423;
}

.g-footer_title_inner {
    align-items: center;
    display: flex;
    margin: auto;
    padding: 20px 0;
    width: 1200px;
}

.g-footer_title_logo {
    width: 265px;
}

.g-footer_title_txt {
    font-size: 14px;
    margin-left: 20px;
}

/* g-footer_main */
.g-footer_main {
    background: #3C3C3C;
    color: #fff;
    padding: 65px 0;
}

.g-footer_main-bottom {
    margin: 0 auto;
    width: 1200px;
}

.g-footer_main-bottom + .g-footer_main-bottom {
    margin-top: 20px;
}

.g-footer_main-bottom_contentList {
    display: flex;
    flex-wrap: wrap;
}

.g-footer_main-bottom_contentList_item {
    margin-right: 20px;
}

.g-footer_main-bottom_contentList_item:last-child {
    margin-right: 0px;
}

.g-footer_main-bottom_contentList_item a {
    color: #fff;
}

/* g-footer_main-middle */
.g-footer_main-middle {
    margin: 0 auto 65px;
    width: 1200px;
}

.g-footer_main-middle_inner {
    display: flex;
    flex-wrap: wrap;
}

.g-footer_main-middle_title {
    margin-bottom: 20px;
}

/* g-footer_main-middle_snsList */
.g-footer_main-middle_snsList_wrap {
    margin-right: 40px;
}

.g-footer_main-middle_snsList {
    display: flex;
}

.g-footer_main-middle_snsList_item {
    margin-right: 20px;
}

.g-footer_main-middle_snsList_item img {
    height: 47px;
    width: 47px;
}

/* g-footer_main-middle_groupBnr */
.g-footer_main-middle_groupBnr_wrap {
    margin-top: 64px;
    min-width: 1200px;
    width: 100vw;
}

ul.g-footer_groupList {
    display: flex;
    flex-wrap: wrap;
}

ul.g-footer_groupList li {
    margin-right: 11px;
}

ul.g-footer_groupList li:nth-child(7) {
    margin-right: 0;
    margin-bottom: 12px;
}

.g-footer_main-middle_groupLink{
    color: #fff;
    display: inline-block;
    margin-top: 20px;    
}

/* g-footer_main-middle_app_wrap */
.g-footer_main-middle_app {
    display: flex;
}

.g-footer_main-middle_app_link_img {
    height: 47px;
    width: 47px;
}

.g-footer_main-middle_app_link_txt {
    font-size: 10px;
    margin-left: 14px;
    width: 124px;
}


/* gtranslate_footerWrapper */
.gtranslate_footerWrapper {
    margin-left: auto;
}

.gtranslate_footerWrapper .gtranslate_wrapper {
    margin-top: 46px;
}


.gtranslate_footerWrapper .gtranslate_wrapper .gt_selector {
    color: #000;
}

/* g-footer_associate */
.g-footer_associate {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.g-footer_associate_list {
    display: flex;
    margin-bottom: 10px;
}

.g-footer_associate_reuse a img {
    height: 40px;
}

.g-footer_associate_aacd {
    margin-left: 40px;
}

.g-footer_associate_aacd a img {
    height: 44px;
}

.g-footer_associate_txt {
    font-size: 12px;
}

/* g-footer_main_copyright  */
.g-footer_main_copyright {
    font-size: 12px;
    line-height: 1;
    margin: auto;
    text-align: center;
    width: 1200px;
}