@charset "UTF-8";
@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

body{
	background: #ffffff;
	padding: 0;
}
#container {
	min-width: 1160px;
	padding: 0;
	overflow: hidden;
}
.mb-10 {margin-bottom: 10px!important;}
.mb-20 {margin-bottom: 20px!important;}
.mb-30 {margin-bottom: 30px!important;}
.mb-40 {margin-bottom: 40px!important;}
.mb-50 {margin-bottom: 50px!important;}
.mb-55 {margin-bottom: 55px!important;}
.mb-60 {margin-bottom: 60px!important;}
.mb-70 {margin-bottom: 70px!important;}
.mb-80 {margin-bottom: 80px!important;}
.mb-90 {margin-bottom: 90px!important;}
.mb-100 {margin-bottom: 100px!important;}

/*  mysize-assist
----------------------------------*/
#mysize-assist {
	margin: 40px auto 0;
	font-family: 'GUJPCorporate', 'Avenir Next', Roboto, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	font-weight: 400;
	letter-spacing: 0.05rem;
	font-feature-settings: 'palt';
}

#mysize-assist .contentBox {
	width: 1160px;
	margin: 0 auto;
}

#mysize-assist .w960 {
	width: 960px;
	margin: 0 auto;
}

#mysize-assist .moreBtn {
	text-align: center;
}
#mysize-assist .moreBtn .btstyle_secondary {
	font-size: 21px!important;
	line-height: 78px!important;
	width: 460px;
	margin: auto;
}

/* content
---------------------------------------------------*/
#mysize-assist .contentBox {
	width: 1160px;
	margin: 0 auto;
}

#mysize-assist .mainVisal {
	margin: 0 auto 59px;
}
#mysize-assist .leadText {
	background-color: #f4f4f4;
	padding: 54px 0 34px;
	text-align: center;
	margin-bottom: 120px;
}
#mysize-assist .leadText p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 1em;
}

#mysize-assist .feature {
	margin: 0 auto 118px;
	text-align: center;
}
#mysize-assist .feature .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 43px;
}
#mysize-assist .feature ul {
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
}
#mysize-assist .feature ul li {
	color: #12288a;
	border-right: solid 1px #dddddd;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	height: 167px;
	display: table;
	width: 100%;
}
#mysize-assist .feature ul li p {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: normal;
}
#mysize-assist .feature ul li p .umderline {
	position: relative;
	z-index: 1;
}
#mysize-assist .feature ul li p .umderline:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-color: #fcf050;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#mysize-assist .feature ul li:nth-child(3n) {
	border-right: 0;
}

#mysize-assist .howto {
	padding-bottom: 120px;
	margin: 0 auto 118px;
	border-bottom: solid 1px #dddddd;
}
#mysize-assist .howto .title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 63px;
}
#mysize-assist .howto .step {
	margin-bottom: 58px;
}
#mysize-assist .howto .step .head {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
#mysize-assist .howto .moreBtn {
	margin: 117px auto 0;
}
#mysize-assist .howto .moreBtn p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 33px;
}

#mysize-assist .QandA {
	margin: 0 auto 110px;
}
#mysize-assist .QandA .title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 60px;
}
#mysize-assist .QandA .accordion {
	margin-bottom: 60px;
	border-top: solid 1px #dddddd;
}
#mysize-assist .QandA .accordion li {
	border-bottom: solid 1px #dddddd;
	line-height: 1.6;
	cursor: pointer;
}
#mysize-assist .QandA .accordion .question {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	padding: 24px 50px 24px 30px;
}
#mysize-assist .QandA .accordion .question:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 33px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	border-right: #1b1b1b 1px solid;
	border-bottom: #1b1b1b 1px solid;
	transform: rotate(45deg);
}
#mysize-assist .QandA .accordion .question.open:after {
	margin-top: -2px;
	transform: rotate(-135deg);
}
#mysize-assist .QandA .accordion .answer {
	display: none;
	font-size: 14px;
	padding: 0 53px 26px;
}


#mysize-assist .othersize {
	text-align: center;
	margin-bottom: 120px;
}
#mysize-assist .othersize .title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 35px;
}



/* onlineArea
---------------------------------------------------*/
#mysize-assist .onlineArea {
	padding: 61px 0 1px;
	margin: 0 auto 120px;
	background-color: #f4f4f4;
	text-align: center;
}
#mysize-assist .onlineArea .inner {
	width: 960px;
	padding: 57px 0 0;
	margin: 0 auto 60px;
	background-color: #ffffff;
}
#mysize-assist .onlineArea .title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 32px;
}
#mysize-assist .onlineArea p {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 12px;
}
#mysize-assist .onlineArea p b {
	font-weight: bold;
}
#mysize-assist .onlineArea .actionBtn a{
	font-size: 24px;
	font-weight: bold;
	color: #1b1b1b;
	border: #1b1b1b solid 1px;
	border-radius: 15px;
	cursor: pointer;
	display: inline-block;
	margin: 21px 0 16px;
	padding: 27px 0 30px;
	width: 460px;
}
#mysize-assist .onlineArea .moreBtn a{
	font-size: 16px;
	color: #1b1b1b;
	cursor: pointer;
	display: inline-block;
	margin: 0 0 52px;
}
#mysize-assist .onlineArea .moreBtn a span{
	display: inline-block;
	padding: 6px 26px 9px 6px;
	letter-spacing: .1em;
	position: relative;
}
#mysize-assist .onlineArea .moreBtn a span::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-right: #1b1b1b 1px solid;
	border-bottom: #1b1b1b 1px solid;
	transform: rotate(-45deg);
}
#mysize-assist .onlineArea img {
	width: auto;
}
#mysize-assist .onlineArea .app {
	margin: 3px 0 21px;
	padding-bottom: 30px;
}
#mysize-assist .onlineArea .app p {
	line-height: 1.7;
	margin-bottom: 23px;
}
#mysize-assist .onlineArea .app .link {
	display: inline-block;
}
#mysize-assist .onlineArea .app .link a {
	display: block;
	margin-bottom: 30px;
}

