@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;
}
/* common class
--------------------------------------------------*/
.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both; overflow:hidden;}

#mysize-assist {
	max-width: 750px;
	margin: 0 auto 10.5%;
	background: #fff;
	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 .imgWidthFull {
	width:100%;
	display: block;
}
#mysize-assist a {
	-webkit-touch-callout : none !important;
	-webkit-tap-highlight-color : rgba(0,0,215,0.40) !important;
}
#mysize-assist a.dpBlock {
	display: block;
}
#mysize-assist .btn_simple > span:after {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid #1b1b1b 1px;
	border-right: solid #1b1b1b 1px;
	transform: rotate(45deg);
	content: "";
	margin-left: 1%;
	vertical-align: top;
	margin-top: 0.8%;
}
#mysize-assist .flexWrapCenter {
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
#mysize-assist .flexSpacearound {
	-webkit-justify-content:space-around;
	justify-content:space-around;
}
#mysize-assist .alias-view {
	background: #fff;
}

/* layout
--------------------------------------------------*/
#mysize-assist .mv {
	margin: 8% auto;
}

#mysize-assist .container {
	width: 92%;
	margin: 0 auto;
}
#mysize-assist .lead {
	padding: 6.8% 0 6%;
	margin-bottom: 15%;
	background-color: #f4f4f4;
	text-align: center;
	font-size: 16px;
	font-size: 4.25vw;
	line-height: 1.65;
	font-weight: 700;
	letter-spacing: -0.01em;
}
#mysize-assist .lead p + p {
	margin-top: 2.5%;
}
#mysize-assist .about {
	margin-bottom: 14%;
}
#mysize-assist .about h2 {
	padding-bottom: 8%;
	border-bottom: 1px solid #dddddd;
	font-size: 19px;
	font-size: 5.05vw;
	font-weight: 700;
	line-height: 1.36;
	text-align: center;
}
#mysize-assist .aboutText {
	padding: 6.5% 0 7%;
	border-bottom: 1px solid #dddddd;
	color: #12288a;
	font-size: 16px;
	font-size: 4.25vw;
	line-height: 1.51;
	text-align: center;
	font-weight: 700;
}
#mysize-assist .aboutText span {
	display: inline-block;
	position: relative;
	padding: 0 1vw;
}
#mysize-assist .aboutText span b {
	position: relative;
	z-index: 2;
}
#mysize-assist .aboutText  span::after {
	content: "";
	display: block;
	height: .5em;
	width: 100%;
	background: #fcf050;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
/*使い方*/
#mysize-assist .usage {
	margin-bottom: 15%;
}
#mysize-assist .usage h2 {
	padding-bottom: 10%;
	font-size: 19px;
	font-size: 5.05vw;
	font-weight: 700;
	line-height: 1.36;
	text-align: center;
}
#mysize-assist .usageTtl {
	margin-bottom: 3%;
	font-size: 14px;
	font-size: 3.73vw;
	letter-spacing: -0.005em;
	font-weight: 700;
}
#mysize-assist .usageImg {
	margin-bottom: 9%;
}

#mysize-assist .btn {
	font-size: 16px;
	font-size: 4.25vw;
	text-align: center;
	font-weight: bold;
	color: #1b1b1b;
	border: #1b1b1b solid 1px;
	border-radius: 15px;
	cursor: pointer;
	display: inline-block;
	margin: 1.3% 0 0;
	padding: 5.3% 0 5.8%;
	width: 100%;
}

/*オンラインストアへ*/
#mysize-assist .onlineStore {
	padding-bottom: 15%;
	margin-bottom: 15%;
	border-bottom: 1px solid #dddddd;
	text-align: center;
}
#mysize-assist .onlineStore p {
	margin-bottom: 5%;
	font-size: 12px;
	font-size: 3.2vw;
}

/*よくある質問*/
#mysize-assist .faq {
	margin-bottom: 15%;
}
#mysize-assist .faq h2 {
	padding-bottom: 9%;
	font-size: 19px;
	font-size: 5.05vw;
	font-weight: 700;
	line-height: 1.36;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}
#mysize-assist .faq .faqList {
	margin-bottom: 7%;
}
#mysize-assist .faq dl {
	padding: 5% 25px 5% 0;
	border-bottom: 1px solid #dddddd;
}
#mysize-assist .faq dt {
	font-size: 14px;
	font-size: 3.73vw;
	line-height: 1.42;
	font-weight: 700;
}
#mysize-assist .faq dt {
	position: relative;
}
#mysize-assist .faq dt::after {
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: -7%;
	top: 50%;
	margin-top: -4px;
}
#mysize-assist .faq dl.open dt::after {
	margin-top: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mysize-assist .faq dd {
	display: none;
	padding-top: 4%;
	padding-left: 5%;
	font-size: 12px;
	font-size: 3.2vw;
	line-height: 1.66;
}

/*大きいサイズ小さいサイズ*/
#mysize-assist .ls {
	margin-bottom: 17%;
	text-align: center;
}
#mysize-assist .ls .lsTtl {
	margin-bottom: 8%;
	font-size: 18px;
	font-size: 4.8vw;
	line-height: 1.5;
	font-weight: 700;
}

/*初めてご購入*/
#mysize-assist .bg {
	padding: 7% 4%;
	background: #f4f4f4;
}
#mysize-assist .bgInner {
	padding-bottom: 7%;
	background: #FFF;
	text-align: center;
}
#mysize-assist .bgInner + .bgInner {
	margin-top: 10%;
}
#mysize-assist .bgInner .ttl {
	padding: 7% 4% 6%;
	font-size: 18px;
	font-size: 4.8vw;
	line-height: 1.44;
	font-weight: 700;
}
#mysize-assist .bgInner p {
	padding: 0% 4% 6%;
	font-size: 12px;
	font-size: 3.2vw;
	line-height: 1.75;
}
#mysize-assist .bgInner p:last-child {
	padding-bottom: 0;
}
#mysize-assist .bgInner p span {
	font-weight: 700;
}
#mysize-assist .bgInner .btn {
	width: 92%;
	padding: 4.4% 0 4.9%;
	border-radius: 13px;
	font-size: 14px;
	font-size: 3.73vw;
}
#mysize-assist .bgInner .btn span{
	font-size: 11px;
	font-size: 2.95vw;
	font-weight: 400;
}
#mysize-assist .bgInner .link {
	display: inline-block;
	margin-top: 4%;
	padding-right: 15px;
	position: relative;
	color: #000;
}
#mysize-assist .bgInner .link::after {
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 1%;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (min-width:750px) {
	
}
