@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese');

@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: local('NotoSansJP-Regular.otf'),
	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;}

#specialservice{
	max-width: 750px;
	margin: 0 auto 10.5%;
	background: #fff;
	margin-bottom: 0;
	font-family: 'GUJPCorporate', 'Avenir Next', Roboto, 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	font-weight: 400;
	letter-spacing: 0.05rem;
	font-feature-settings: 'palt';
}

#specialservice .imgWidthFull {
	width:100%;
}
#specialservice a {
	-webkit-touch-callout : none !important;
	-webkit-tap-highlight-color : rgba(0,0,215,0.40) !important;
}
#specialservice a.dpBlock {
	display: block;
}

#specialservice .alias-view {
	background: #fff;
	margin-bottom: 8%;
}
#specialservice .imgFullWidth {
	width:100%;
	height: auto;
}

#pagetop {
	display: none;
}

/* layout
--------------------------------------------------*/
/* mainVisual */
#specialservice .mainVisual {
	margin-top: 9.5%;
	margin-bottom: 9%;
}
/* description */
#specialservice .description {
	margin-bottom: 12%;
}
#specialservice .contentBlock.description .description_heading {
	font-size: 22px;
	font-size: 5.867vw;
	font-weight: 700;
	color: #12288b;
	margin-bottom: 7%;
	text-align: center;
	line-height: 1.3;
}
#specialservice .contentBlock.description .description_img {
	margin: 0 auto 4%;
}
#specialservice .contentBlock.description .description_img ul {
	display: flex;
	flex-wrap: wrap;
}
#specialservice .contentBlock.description .description_img ul li {
	width: calc(50%);
}
#specialservice .contentBlock.description .description_img ul li a {
	display: block;
}

#specialservice .contentBlock.description .mysizeassist {
	text-align: center;
	margin: 15.3% auto 8%;
}
#specialservice .contentBlock.description .mysizeassist .title {
	margin-bottom: 4.5%;
}
#specialservice .contentBlock.description .mysizeassist .subtitle {
	font-size: 13px;
	font-size: 3.45vw;
	margin-bottom: 8%;
}
#specialservice .contentBlock.description .mysizeassist .bnr {
	margin: 0 4%;
}

#specialservice .description .itemLink {
	width: 92%;
	margin: 0 auto;
	text-align: center;
}
#specialservice .description .itemLink a {
	display: block;
	color: #fff;
}

#specialservice .contentBlock.app {
	text-align: center;
	margin-bottom: 25%;
	position: relative;
}
#specialservice .contentBlock.app .itemLink {
	width: 84%;
	margin: -28% auto 0;
	text-align: center;
	position: relative;
}
#specialservice .contentBlock.app .itemLink a {
	display: block;
	color: #fff;
}


/*onlinestoreBnr*/
#specialservice .onlinestoreBnr {
	position: fixed;
	bottom: 0;
	display: none;
}
#specialservice .onlinestoreBnr a {
	display: block;
}
#specialservice .onlinestoreBnr img {
	vertical-align: bottom;
}

@media screen and (min-width:750px) {
	
}