@charset "utf-8";

@font-face {
  font-family: "Uniqlo Pro Regular";
  src: url("/jp/store/feature/uq/material/css/fonts/UniqloProRegular.eot");
  src: url("/jp/store/feature/uq/material/css/fonts/UniqloProRegular.eot?#iefix") format("embedded-opentype"), url("/jp/store/feature/uq/material/css/fonts/UniqloProRegular.woff") format("woff"), url("/jp/store/feature/uq/material/css/fonts/UniqloProRegular.ttf") format("truetype"), url("/jp/store/feature/uq/material/css/fonts/UniqloProRegular.svg#uniqlo_proregular") format("svg");
  font-weight: normal;
}

#content h2{
	font-size: 0;
	margin-bottom: 30px;
}

#content h2 img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

#content h2 .textArea {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-top: 45px;
	width: 632px;
}

#content h2 .textArea .title {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 20px;
}

#content h2 .textArea .subTitle {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 1.5;
}

#content h2 .textArea .subTitleImg {
	margin-bottom: 20px;
}

#content h2 .textArea .description {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5;
}

#content h2 .textArea .copyright {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.5;
}

/* heading h3 */

#content .heading_block * {
	margin: 0;
	padding: 0;
}
#content .heading_block {
	margin-top: 20px;
	margin-bottom: 20px;
}
#content .heading_block.heading_h3 {
	height: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}

#tabs_list {
	border:none;
	border-bottom: 1px solid #dadada;
	margin-bottom: 15px;
	padding: 0 50px;
}

#tabs_list .select_tab {
	box-sizing: border-box;
	width: 170px;
	display: inline-block;
	font-size: 15px;
	text-align: center;
	background-color: #fff;
}

#content #tabs_list .select_tab.active_tab {
	border-bottom: 3px solid #378694;
}

#tabs_list .select_tab {
	border: none;
}

#tabs_list .select_tab + .select_tab {
	border: none;
	margin-left: 60px;
}

#tabs_list .select_tab a{
	font-family: 'Uniqlo Pro Regular', 'News Cycle';
	font-size: 18px;
	font-weight: normal;
}

#tabs_list .select_tab.active_tab a span{
	border:none;
}

.ut_bnr_position{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.footer_bnr{
	margin-top: 50px;
}

.mt50{
	margin-top: 50px;
}


/* anchor */
.l3framework-section {
	width: 960px;
	margin: 0 auto;
	color: #1b1b1b;
}
.l3framework-anchor.l3framework-01 {
	margin: 30px 0;
}
.l3framework-anchor.l3framework-01 > ul {
	margin-top: 15px;
}
.l3framework-anchor.l3framework-01 > ul:first-child {
	margin-top: 0;
}
.l3framework-anchor.l3framework-01 > ul li {
	height: 50px;
	width: 159px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: 1px #dbdbdb solid;
	font-size: 13px;
	line-height: 1.5em;
}
.l3framework-anchor.l3framework-01 > ul li:first-child {
	width: 158px;
	border-left: 1px #dbdbdb solid;
}
.l3framework-anchor.l3framework-01 > ul li a {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	width: 159px;
	color: #1b1b1b;
	line-height: 1.5em;
}
.l3framework-anchor.l3framework-01 > ul li a:first-child {
	width: 158px;
}

/* UT cover modal Elements */
#content .ut_cover_modal {
  z-index: 999999;
  width: 100%;
  display: none;
  height: 100%;
  top: 0;
  position: fixed;
  margin: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#content .ut_cover_modal img {
  max-width: 100%;
}

#content .ut_cover_modal_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 109000;
}

#content .ut_cover_modal_close {
  position: absolute;
  top: 21px;
  right: 26px;
  z-index: 109010;
}

#content .ut_cover_modal_content {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  background-color: #FFFFFF;
  z-index: 109000;
  width: 780px;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

#content .ut_cover_modal_content hr {
  background-color: #ababab;
  border: none;
  height: 1px;
}

#content .ut_cover_modal_title {
  font-size: 26px;
  margin: 20px 0 0;
  padding: 0 85px 20px 35px;
  border-bottom: solid 1px #ababab;
  font-weight: bold;
}

#content .ut_cover_modal_lead {
  font-size: 14px;
  font-weight: bold;
  margin: 0 35px 40px 35px;
  padding-top: 20px;
}

#content .ut_cover_modal_content_wrap {
  margin: 40px 35px 40px 35px;
}

#content .ut_cover_modal_1col {
  overflow: hidden;
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#content .ut_cover_modal_2col,
#content .ut_cover_modal_3col {
  overflow: hidden;
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#content .ut_cover_left_btn > a,
#content .ut_cover_modal_close > a,
#content .ut_cover_modal_bg {
  cursor: pointer;
}
