@font-face {
	font-family: sans-serif;
	src: local(HiraginoSans-W3);
	font-weight: normal;
}
@font-face {
	font-family: sans-serif;
	src: local(HiraginoSans-W6);
	font-weight: bold;
}
@font-face {
	font-family: 'Hiragino Kaku Gothic Pro W3';
	src: local(HiraginoSans-W3);
	font-weight: normal;
}
@font-face {
	font-family: 'Hiragino Kaku Gothic Pro W3';
	src: local(HiraginoSans-W6);
	font-weight: bold;
}
@font-face {
	font-family: 'ヒラギノ角ゴ Pro W3';
	src: local(HiraginoSans-W3);
	font-weight: normal;
}
@font-face {
	font-family: 'ヒラギノ角ゴ Pro W3';
	src: local(HiraginoSans-W6);
	font-weight: bold;
}
@font-face {
	font-family: 'ヒラギノ角ゴ ProN W3';
	src: local(HiraginoSans-W3);
	font-weight: normal;
}
@font-face {
	font-family: 'ヒラギノ角ゴ ProN W3';
	src: local(HiraginoSans-W6);
	font-weight: bold;
}
@font-face {
	font-family: 'ＭＳ Ｐゴシック';
	src: local(HiraginoSans-W3);
	font-weight: normal;
}
@font-face {
	font-family: 'ＭＳ Ｐゴシック';
	src: local(HiraginoSans-W6);
	font-weight: bold;
}
@font-face {
	font-family: 'MS P Gothic';
	src: local(HiraginoSans-W3);
	font-weight: normal;
}
@font-face {
	font-family: 'MS P Gothic';
	src: local(HiraginoSans-W6);
	font-weight: bold;
}
@font-face {
	font-family: 'MS PGothic';
	src: local(HiraginoSans-W3);
	font-weight: normal;
}
@font-face {
	font-family: 'MS PGothic';
	src: local(HiraginoSans-W6);
	font-weight: bold;
}

html, body {
	margin: 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
body#loginbody {
	background: url(/img/bg.jpg);
	background-size: contain;
	background-repeat: repeat;
	background-position-x: center;
}
h1 {
	padding: 0 20px;
	text-align: center;
}
h1.greenLabel, h3.greenLabel {
	margin-bottom: 40px;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #ABCD03;
	color: #fff;
	font-size: 20pt;
	letter-spacing: 3px;
}
h1.greenLabel {
	margin-top: 0;
}
h3.greenLabel {
	margin-bottom: 30px;
	padding: 10px 0;
	font-size: 12pt;
	letter-spacing: 1px;
}
h2.ul {
	border-bottom: 2px solid #222;
}
h3.ctr {
	text-align: center;
}
@media screen and (max-width: 840px) {
	h1, h1.greenLabel {
		font-size: 20pt;
	}
}
@media screen and (max-width: 680px) {
	h1, h1.greenLabel {
		font-size: 16pt;
	}
	h2 {
		font-size: 14pt;
	}
}
@media screen and (max-width: 420px) {
	h1, h1.greenLabel {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14pt;
	}
	h2 {
		font-size: 13pt;
	}
}

#nmainv {
	background-color: #54C3F1;
}
#nmainv .stripe {
	height: 32px;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 24px, #fff 24px, #fff 48px);
}
#nmainv .visual {
	margin: 40px auto 0;
	width: calc(100% - 40px);
	max-width: 650px;
}
#nmainv .visual img {
	width: 100%;
}
#nmainv .visual a:hover img {
	opacity: 0.8;
}
#nmainv.versub .stripe {
	height: 16px;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 12px, #fff 12px, #fff 24px);
}
#nmainv.versub .visual {
	margin-top: 15px;
	max-width: 325px;
}

header {
	border-bottom: 1px solid #bbb;
	background-color: #fff;
	padding: 9px 10px;
}
header:after {
	content: "";
	display: table;
	clear: both;
}
header > div {
}
header > div a {
	display: inline-block;
	color: #222;
}
header > div a:hover {
	opacity: 0.7;
}
header > div:first-child {
	float: left;
	min-width: 50%;
}
header > div:first-child a {
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
header > div:last-child {
	min-width: 50%;
	float: right;
	text-align: right;
}
header > div:last-child a {
	text-decoration: none;
}
header > div:last-child a.myname {
	position: relative;
	color: #333;
	font-weight: bold;
	font-size: 10pt;
}
header > div:last-child a.myname:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -30px;
	background-image: url(/img/ic_mypg_p.svg);
	width: 24px;
	height: 24px;
}
header > div:last-child a.myname.ver2:before {
	background-image: url(/img/ic_mypg_o.svg);
}
header > div:last-child a.logout {
	margin-left: 10px;
	padding: 0 15px;
	text-align: center;
	font-size: 10pt;
}
header > div:last-child a.signup {
	font-size: 10pt;
}
header > div:last-child .toLP {
	margin-right: 16px;
}
header > div:last-child .toLP a {
	display: inline-block;
	border-radius: 4px;
	background-color: #8dc2dc;
	padding: 3px 12px;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
}
@media screen and (max-width: 820px) {
	header > div:first-child, header > div:last-child {
		width: 100%;
	}
	header > div:first-child {
		margin-bottom: 5px;
	}
	header > div:first-child a {
		padding-right: 15px;
	}
}
@media screen and (max-width: 640px) {
	header > div:last-child .toLP {
		display: block;
		margin-right: 0;
		padding: 12px 0 5px;
		text-align: center;
	}
	header > div:last-child .toLP a {
		padding-top: 6px;
		padding-bottom: 6px;
	}
}
@media screen and (max-width: 420px) {
	header {
		padding-left: 0;
		padding-right: 0;
	}
}

.wrap {
	margin: 50px auto 0;
	width: calc(100% - 40px);
	max-width: 960px;
	padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
	header + .wrap {
		margin-top: 30px;
	}
	.wrap {
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 420px) {
	.wrap {
		width: calc(100% - 20px);
	}
}

.updated {
	box-sizing: border-box;
	margin: 0 auto 30px;
	border-radius: 8px;
	width: 100%;
	max-width: 980px;
	background-color: #7ef598;
	padding: 15px 30px;
}
.updated.verred {
	background-color: #ffa4a4;
}

.btns input[type="submit"]:first-child {
	margin-right: 20px;
	width: 200px;
	background-color: #000;
}
.btns input[type="submit"]:last-child {
	width: calc(100% - 220px);
}

/* rewind button */
#rwdwp {
	position: fixed;
	right: 23px;
	bottom: 24px;
	width: 48px;
	height: 48px;
	z-index: 120;
}
#rwd {
	border-radius: 24px;
	background-color: #54C3F1;
	background-size: 48px auto;
	opacity: 0;
	transition: opacity 0.7s;
}
#rwd a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 7px 1px 0 0;
	text-align: center;
	color: #0d8f32;
	font-size: 18px;
	vertical-align: middle;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline: none;
}
#rwd a div {
	width: 12px;
	height: 12px;
	border-top: 3px solid;
	border-right: 3px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
	#rwdwp {
		right: 15px;
		bottom: 16px;
	}
}
@media screen and (max-width: 500px) {
	#rwdwp {
		bottom: 37px;
	}
}
@media screen and (max-width: 430px) {
	#rwdwp {
		bottom: 50px;
	}
}
@media screen and (max-width: 353px) {
	#rwdwp {
		bottom: 21px;
	}
}

footer {
	border-top: 1px solid #bbb;
	background-color: #fff;
	padding: 30px 0 26px;
	text-align: center;
	font-size: 10pt;
}
footer .links {
	margin-bottom: 12px;
}
footer .links a {
	color: #000;
	text-decoration: none;
}
footer .links a:hover {
	opacity: 0.5;
}
footer .copy {
	font-size: 9pt;
}

.privacyFrame {
	box-sizing: border-box;
	margin: 0 auto 30px;
	width: 100%;
	max-width: 720px;
	padding: 30px 0 15px;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
}
#privacy {
	margin: 0;
	/*padding-left: 1.5em;*/
	font-size: 11pt;
}
.privacyFrame #privacy {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}
.privacyFrame > *:last-child {
	margin-bottom: 0 !important;
}
h1.pvtitle {
	box-sizing: border-box;
	margin: 0 auto 28px;
	width: 100%;
	text-align: center;
}
#pvcontent h1.pvtitle {
	margin-bottom: 40px;
}
h1.pvtitle span {
	position: relative;
	display: inline-block;
	font-size: 16pt;
}
h1.pvtitle span:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: calc(100% - 1em);
	height: 2px;
	background-color: #000;
	transform: translateX(-50%);
}

#privacy > li {
	margin-bottom: 15px;
}
#pvcontent #privacy > li {
	margin-bottom: 40px;
	line-height: 180%;
}

#privacy ul {
	list-style: none;
	margin-top: 8px;
	padding-left: 1.5em;
}
#privacy ul li {
	position: relative;
	margin: 0 0 10px;
	font-size: 10pt;
}
#privacy ul li:before {
	content: "\FF0A";
	position: absolute;
	top: 2px;
	left: -18px;
	display: inline-block;
	line-height: 17px;
	text-align: center;

}

.privacyCheck {
	margin-bottom: 60px;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 680px) {
	#pvcontent h1.pvtitle span {
		font-size: 14pt;
	}
}
@media screen and (min-width: 561px) {
	.privacyFrame h1 span .onsp {
		display: none;
	}
}
@media screen and (max-width: 560px) {
	.privacyFrame h1 span {
		font-size: 13pt;
	}
}
@media screen and (max-width: 420px) {
	#pvcontent h1.pvtitle span {
		font-size: 12pt;
	}
}

#nfooter {
	background-color: #C9C8B5;
	padding: 30px 10px 26px;
	text-align: center;
	color: #fff;
	font-size: 10pt;
	letter-spacing: 0.5px;
}
#nfooter span {
	display: inline-block;
}
#nfooter a {
	color: #fff;
	text-decoration: none;
}
#nfooter a:hover {
	text-decoration: underline;
}

a.orangeBtn, a.lightblueBtn {
	display: inline-block;
	margin-top: 10px;
	border-radius: 8px;
	background-color: #F08300;
	padding: 15px 25px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}
@media all and (-ms-high-contrast: none) {
    a.orangeBtn, a.lightblueBtn {
        padding-bottom: 12px;
    }
}

a.lightblueBtn {
	background-color: #73CAF3;
}
a.orangeBtn.multiLine {
	line-height: 140%;
}
a.orangeBtn:hover, a.lightblueBtn:hover {
	opacity: 0.7;
}

.areaIcon {
	display: inline-block;
	border-radius: 4px;
	padding: 6px 10px 7px;
	background-color: #000;
	color: #fff;
	font-size: 9pt;
	letter-spacing: 0;
	line-height: 100%;
}

.citycol {
	list-style: none;
	margin: 20px auto 10px;
	width: 100%;
	max-width: 960px;
	padding-left: 0;
}
#cities .citycol {
	margin-top: 10px;
	margin-bottom: 20px;
	width: calc(100% - 20px);
}
.citycol:after {
	content: "";
	display: table;
	clear: both;
}
.citycol li {
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	width: calc(100% / 3 - 40px / 3 - 1px);
}
.citycol li > a, .citycol li.blank > div, .citycol li.dataWait > div {
	display: block;
	border-radius: 14px;
	background-color: #fff;
	padding: 14px;
	color: #222;
	text-decoration: none;
}
#cities .citycol li > a, #cities .citycol li.blank > div, #cities .citycol li.dataWait > div {
	background-color: #fff;
}
.citycol li.blank > div, .citycol li.dataWait > div {
	height: 85px;
	opacity: 0.5;
}
.citycol li > a:after {
	content: "";
	display: table;
	clear: both;
}
.citycol li > a:hover {
	opacity: 0.7;
}
.citycol li figure {
	float: right;
	margin: 0;
	background-color: #CAE6F4;
	background-size: cover;
	background-position: center;
	width: 50%;
	padding-top: 85px;
}
.citycol li > a > div {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding-top: 8px;
	padding-right: 15px;
	text-align: left;
}
.citycol li > a > div h3 {
	margin: 0;
}
.citycol li > a > div .icon {
	height: 26px;
}
.citycol li > a > div .icon img {
	width: 26px;
	height: auto;
}
.citycol li > a > div .icon img.areaic {
	width: 107px;
}
.citycol li > a > div .icon img + img {
	margin-left: 14px;
}
@media screen and (min-width: 881px) {
	.citycol li:nth-child(3n) {
		margin-right: 0;
	}
	.citycol li:nth-child(3n + 1) {
		clear: left;
	}
}
@media screen and (max-width: 880px) {
	.citycol li {
		margin-right: 15px;
		margin-bottom: 20px;
		width: calc(100% / 2 - 15px / 2 - 1px);
	}
	.citycol li.blank:last-child {
		display: none;
	}
}
@media screen and (max-width: 880px) and (min-width: 541px) {
	.citycol li:nth-child(even) {
		margin-right: 0;
	}
}
@media screen and (max-width: 540px) {
	.citycol li {
		width: 100%;
		margin-right: 0;
	}
	.citycol li.blank {
		display: none;
	}
}

ruby[data-ruby] {
	position: relative;
	display: inline-block;
	letter-spacing: 2px;
	ruby-align: center;
	line-height: 180%;
}
ruby[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -2.1em;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: auto;
	text-align: center;
	font-size: 0.5em;
	font-weight: normal;
	letter-spacing: 1px;
	white-space: nowrap;
}
#orgname ruby[data-ruby]::before {
	font-size: 10pt;
}
ruby[data-ruby] rt {
	display: none;
}
@media screen and (max-width: 680px) {
	ruby[data-ruby]::before {
		top: -1.8em;
	}
}
@media screen and (max-width: 380px) {
	ruby[data-ruby] {
		font-size: 14pt;
		letter-spacing: 1px;
	}
	ruby[data-ruby]::before {
		letter-spacing: 0;
	}
}

.backlink {
	box-sizing: border-box;
	margin: 0 auto 10px;
	width: calc(100% - 40px);
	padding: 0 20px;
	max-width: 960px;
}
.backlink a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	color: #888;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}
.backlink a:hover {
	opacity: 0.7;
}
.backlink a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	box-sizing: border-box;
	display: inline-block;
	border: 2px solid transparent;
	border-left-color: #888;
	border-bottom-color: #888;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
	.backlink {
		padding: 0;
	}
}
