/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

/* =========================
Default  Reset
========================= */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6,
header, footer, aside, article, nav, section,
pre, form, fieldset, input, textarea, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th {
	text-align: left;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}
object {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h2, h3, h5, h6 {
	font-size: 100%;
}
img {
	border: 0;
}
input, select {
	vertical-align: middle;
}
ul, ol {
	list-style: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border: 1px solid #ddd;
	background-color: #eee;
	border-radius: 5px;
  -webkit-appearance: none;
}



/* =========================
Basic Style
========================= */
body {
	font-feature-settings: "palt";
	font-family: 'Quicksand', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
	font-weight: 400;
}
body#nts-style .ef { font-weight: 600 !important; }
.my-profile .my-profile-thumb {
    box-shadow: none;
}
.balloon-icon.maru {
    border: none;
    border-radius: unset;
}
@media (max-width: 767px) {
	#contents {
		   margin: 0px;
		   padding: 12px 0 0;
			background: #f4f4f4;
	}
	#main-contents {
		   width: 85%;
		   float: unset;
		   background: #fff;
		   margin: 0 auto;
		   padding: 0 1em 1em;
		   border: 1px solid #ddd;
	}
	.pickup-contents-box {
		display: none;
	}
	.sp-menu-open, .sp-menu-close {
		position: absolute;
		top: 20px;
		right: 10px;
	}
}