@charset "utf-8";
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/*-------------------------------*/
html{font-size:62.5%}/*1em=10px匁E/
body{
	font-size:1.2em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシチE佁E, YuGothic, "Yu Gothic M", "游ゴシチE Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "EE EゴシチE", "MS PGothic", Verdana, sans-serif;
	-webkit-text-size-adjust:100%;
	/* フォントスムージング匁E	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale; */
}
@media all and (-ms-high-contrast: none) {
	/* IE游フォントバグ用 */
	body{
		font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "EE EゴシチE", "MS PGothic", Verdana, sans-serif;
	}
}
/*-------------------------------*/
#join-corporate{
	background-color: #FFFFFF;
	background-image:linear-gradient( transparent 90%, rgba(247,247,247,1) 90%, rgba(247,247,247,1) 100%, transparent 100%),linear-gradient( 90deg, transparent 90%, rgba(247,247,247,1) 90%, rgba(247,247,247,1) 100%, transparent 100%);
	background-size: 20px 20px;
	padding: 0 0 20px;
}
#join-corporate *{
	box-sizing: border-box;
}
#join-corporate img{
	max-width: 100%;
	height: auto;
}
#join-corporate .main{
	max-width: 1130px;
	margin: 0 auto;
}
#join-corporate .inner{
	padding: 0 10px;
}
#join-corporate .maker-list li{
	position: relative;
	margin: 0 0 20px;
}
#join-corporate .maker-list li .init{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 53%;
}
#join-corporate .copyright{
	text-align: right;
}

/* renewal */
#join-corporate .renewal{
	background: url(../images/renewal_bg.jpg) #d5f5fb;
}