@charset "utf-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{/*line-height:1.15;*/-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}/*h1{font-size:2em;margin:.67em 0}*/figcaption,figure,main{display:block}/*figure{margin:1em 40px}*/hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{/*font-family:sans-serif;*/font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}/*fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}*/progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/* Default Setting */
:root{box-sizing:border-box;overflow-y:scroll}*,::before,::after{box-sizing:inherit}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}p,dl,ol,ul{margin-top:0;margin-bottom:1em}ol,ul{margin-left:0;padding-left:2em}ol{list-style:decimal outside none}ul{list-style:square outside none}address,em{font-style:normal}hr{display:block;height:1px;margin:2em 0;padding:0;border:0;border-top:1px solid #ccc}del{text-decoration:line-through}q::after,q::before{content:none}rp,rt{line-height:1;font-size:.688em}var{opacity:.7;font-family:Consolas,Monaco,"Courier New",monospace;font-size:.92em;font-style:normal}table{border-collapse:collapse;border-spacing:0;empty-cells:show;font-size:1em;text-align:left}caption,td,th{text-align:inherit}td,th{padding:0}figure{margin:0}img{height:auto;vertical-align:top}iframe{display:block;width:100%}img,iframe{max-width:100%}a,button,[role="button"]{-ms-touch-action:manipulation;touch-action:manipulation;}@media print{*{box-shadow:none;text-shadow:none}body{background:transparent;color:#000}a{text-decoration:underline}thead{display:table-header-group}tr,img{page-break-inside:avoid}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}

/* ==========================================================================
 * スタイル定義
 * ========================================================================== */
body{ font: 100%/1.714 Verdana,Roboto,"Droid Sans",sans-serif;}
.no-ie body{font-size: 16px}

a:link { color: #0086BD; text-decoration: none;}
a:visited { color: #551A8B; text-decoration: none;}
a:focus,a:hover { color: #005580; text-decoration: none;}
a:active { color: #f33;}

h1,h2,h3,h4,h5,h6 { margin: 0;}

.container { width: auto; padding: 0 16px;}



/* ==========================================================================
 * レスポンシブスタイル
 * ========================================================================== */

/* Base */
html { font-size: 62.5%; }
body {
	width: 100%;
	background: #fff;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.4em;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.container {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
}
@media (min-width: 40.0625em) {
	body { font-size: 1.6rem; }
}
@media (orientation:landscape) and (max-width: 47.9375em) {
	body,
	html { height: auto; }
}


/* トップページタイトル */
.top-title {
	margin: 0;
	padding: 20px 0;
	border-top: 6px solid #4871b7;
	text-align: center;
}
.top-title img {
	width: 80%;
	max-width: 450px;
}
@media (min-width: 40.0625em) {
	.top-title {
		padding: 30px 0;
	}
}

/* ヒーローエリア */
.mainimage,
.mainvideo {
	padding: 20px 0;
	background: #d2f3ff url("../img/bg-stripe.svg") repeat left top;
	text-align: center;
}
.mainvideo {
	padding: 0;
}
@media (max-width: 40em) {
	.video-container {
		position: relative;
		height: 0;
		padding-top: 56.25%;
	}
	.video-container iframe,
	.video-container img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media (min-width: 40.0625em) {
	.video-container iframe,
	.video-container img {
		width: 640px;
		margin: 0 auto;
	}
}

/* アイテム一覧 */
.items {
	padding: 30px 10px;
}
.items {
	max-width: 986px;
	width: 100%;
	margin: 0 auto;
}
.items ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.items li {
	-ms-flex: 1 0 33.333333%;
	-webkit-flex: 1 0 33.333333%;
	flex: 1 0 33.333333%;
	max-width: 33.333333%;
	padding: .819672%;
	text-align: center;
}
@media (min-width: 40.0625em) {
	.items li {
		-ms-flex: 1 0 25%;
		-webkit-flex: 1 0 25%;
		flex: 1 0 25%;
		max-width: 25%;
		padding: .819672%;
	}
}
@media (min-width: 48.0625em) {
	.items li {
		-ms-flex: 1 0 20%;
		-webkit-flex: 1 0 20%;
		flex: 1 0 20%;
		max-width: 20%;
	}
}

/* ページ内容 */
.content {
	padding: 20px 0 40px;
	background: #f4efdf;
}
.h01 {
	margin-bottom: 30px;
	color: #e50012;
	font-size: 1.8rem;
	text-align: center;
}
.h01 img {
	margin-top: 5px;
	vertical-align: top;
}
.h02 {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}
@media (max-width: 40em) {
	.h01 img {
		width: 200px;
	}
}

.box {
	position: relative;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(0,0,0,.15);
	background: #fff;
}
.box__heading {
	margin: 0;
	padding: 5px 15px 10px;
	border-bottom: 1px solid #eee;
	font-size: 1.6rem;
}
.box__heading img {
	display: block;
	margin: -15px 0 5px -20px;
}
.box__heading b {
	font-size: 2rem;
}
.box__body .image img {
	width: 100%;
}
.box__body .text {
	padding: 15px;
}
.box__body .text2 {
	padding: 15px;
}
.banner {
	margin: 10px 0;
}
.data {
	margin-top: 60px;
}
.data-num {
	display: inline-block;
}
.data-num:before {
	content: "‥‥";
}
@media (min-width: 30.0625em) {
	.box__heading {
		position: relative;
		padding: 20px 10px 10px 120px;
	}
	.box__heading img {
		position: absolute;
		left: -6px;
		top: 10px;
		margin: 0;
	}
}
@media (min-width: 40.0625em) {
	.h02 { font-size: 2rem; }
	.content { padding: 30px 0 60px 0; }
	.box__heading { font-size: 1.8rem; }
	.box__heading b { font-size: 2.4rem; }
	.box__body {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.box__body .image {
		overflow: hidden;
		-ms-flex: 1 0 41.666666%;
		-webkit-flex: 1 0 41.666666%;
		flex: 1 0 41.666666%;
		max-width: 41.666666%;
		border-bottom-left-radius: 10px;
	}
	.box__body .text {
		-ms-flex: 1 0 55.208333%;
		-webkit-flex: 1 0 55.208333%;
		flex: 1 0 55.208333%;
		max-width: 55.208333%;
		padding: 30px 20px 40px;
	}
	.box__body .text2 {
		-ms-flex: 1 0 55.208333%;
		-webkit-flex: 1 0 55.208333%;
		flex: 1 0 55.208333%;
		padding: 30px 120px 40px;
	}
}

.box1__point {
	display: inline-block;
	padding: 4px 20px 6px;
	border-radius: 30px;
	background: #e50012;
	color: #fff;
	font-size: 1.12em;
	font-weight: bold;
	line-height: 1;
}
.box1__point b {
	font-size: 1.5em;
	font-weight: normal;
}
.box1 .underline {
	text-decoration: underline;
}
@media (max-width: 40em) {
	.box1 .box__body .image {
		display: block;
		width: 80%;
		max-width: 300px;
		margin: 0 auto;
	}
	.box1__illust {
		max-width: 90%;
		margin: 0 auto 15px;
	}
}
@media (min-width: 40.0625em) {
	.box1 .box__body .image {
		-ms-flex-preferred-size: 28.125%;
		-webkit-flex-basis: 28.125%;
		flex-basis: 28.125%;
		max-width: 28.125%;
		text-align: center;
	}
	.box1 .box__body .text {
		-ms-flex-preferred-size: 70.3175%;
		-webkit-flex-basis: 70.3175%;
		flex-basis: 70.3175%;
		max-width: 70.3175%;
		padding-bottom: 0;
	}
	.box1__illust {
		float: left;
		max-width: 60%;
		margin-bottom: 0;
	}
}

.step-title {
	margin: 10px;
	padding: 10px;
	background: #005bab;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.step-img {
	padding: 0 10px;
	text-align: center;
}
@media (min-width: 40.0625em) {
	.step-title {
		margin: 40px 40px 10px;
		font-size: 1.8rem;
	}
	.step-img img {
		width: 40%;
	}
}

.license {
	margin-top: -10px;
	margin-bottom: 15px;
	font-size: 1.2rem;
	text-align: center;
}
.license ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.license li {
	display: inline-block;
	padding: 5px 10px;
}
.index_image img {
	display: block;
	width: 100%;
	max-width: 380px;
	height: auto;
	margin: 0 auto;
}

.intro {
	padding: 20px 0;
	background: #d2f3ff url("../img/bg-stripe.svg") repeat left top;
	text-align: center;
}
.intro h1 {
	max-width: 590px;
	margin: 0 auto 16px;
	text-align: center;
}
.intro img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}
.index-btn {
	max-width: 560px;
	margin: 20px auto 0;
	font-size: 11px;
	text-align: center;
}
.index-btn a {
	display: block;
	color: #004ea2;
	font-weight: bold;
	text-decoration: none;
}
.index-btn img {
	display: inline-block;
	max-width: 90%;
	margin: 0 auto 6px;
}

/* ラインナップ */
.lineup .column {
	margin-bottom: 8px;
	line-height: 1.5;
}
.lineup a {
	display: block;
	color: #5e5e5e;
}
.lineup a:hover {
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
}

.lineup_type-a {
	font-size: 12px;
	text-align: center;
	margin-bottom: 16px;
	padding: 8px;
	background: #a8d42a;
	color: #fff;
}
.lineup_type-b {
	font-size: 12px;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 16px;
	padding: 8px;
	background: #e6c800;
	color: #fff;
}
.lineup_tool {
	font-size: 12px;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 16px;
	padding: 8px;
	background: #6990db;
	color: #fff;
}

/* スプライト画像指定 */
.sprite {
	background: url(../img/sprite-2x.png) no-repeat;
	background-size: 85px 70px;
}
.lt-ie9 .sprite { background-image: url(../img/sprite.png);}
.itemDetail_heading1 .sprite,
.itemDetail_heading2 .sprite {
	display: block;
	height: 0px;
	margin: 0 auto;
	padding-top: 22px;
	overflow: hidden;
}
.itemDetail_heading1 .sprite { width: 71px; background-position: 0px -25px;}
.itemDetail_heading2 .sprite { width: 80px; background-position: 0px -50px;}
.logo {
	width: 62px;
	margin: 8px auto 12px;
}

/* ヘッダー */
#header {
	position: relative;
	padding: 14px 32px;
	background: #4970b7;
	line-height: 1;
}
.header_title {
	margin: 0;
	padding-left: 20px;
	text-align: center;
}
.header_title img {
	width: 186px;
	height: 18px;
}
.header_link {
	position: absolute;
	left: 4px;
	top: 2px;
	display: block;
	width: 40px;
	height: 0;
	padding-top: 40px;
	background: url(../img/btn-back.png) no-repeat center center;
	background-size: 18px 18px;
	overflow: hidden;
}

/* 商品名 */
.itemTitle {
	margin: 0 0 10px;
	padding: 6px 16px 8px 16px;
	background: #aaa;
	color: #fff;
	font-size: 1.143em;
	line-height: 1.4;
	text-align: center;
}
.itemTitle.type-a { background: #e6c800;}
.itemTitle.type-b { background: #99c80c;}
.itemTitle.tool { background: #6990db;}
.itemTitle .type {
	font-size: 0.75em;
	font-weight: normal;
}

/* 商品画像・動画 */
#itemImages img {
	display: block;
	width: 100%;
	max-width: 480px;
	height: auto;
	margin: 0 auto;
}

.copy {
	margin: 0 auto 6px;
	text-align: center;
}
.notcopy {
	margin-top: 12px;}

.video-container-wrap {
	max-width: 480px;
	margin: 0 auto;
}
/* デフォルトアスペクト比 16:9 */
.video-container {
	position: relative;
	height: 0;
	max-width: 100%;
	padding-bottom: 56%;
	overflow: hidden;
}
.video-container.aspect-ratio4-3 { padding-bottom: 75%;}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container video {
	left: 0!important;
	width: 480px!important;
	}


/* アイコン */
.itemIcon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 32px;
	height: 0px;
	margin: 0 4px;
	padding-top: 48px;
	background: url(../img/icon-2x.png) no-repeat;
	background-size: 275px 48px;
	overflow: hidden;
}
.lt-ie9 .itemIcon { background-image: url(../img/icon.png);}
.itemIcon.charm { background-position: 0px 0px;}
.itemIcon.wappen { background-position: -40px 0px;}
.itemIcon.embroidery { background-position: -80px 0px;}
.itemIcon.hologram { background-position: -120px 0px;}
.itemIcon.glitter { background-position: -160px 0px;}
.itemIcon.guarantee { width: 57px; background-position: -200px 0px;}



/* 特長リスト */
.feature {
	list-style: none;
	margin: 8px 0 16px;
	padding: 0;
}
.feature li:before {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	margin: 0 4px;
	background: url(../img/icon-2x.png) no-repeat;
	background-size: 275px 48px;
	vertical-align: middle;
}
.feature.type-a li:before { background-position: -260px 0px;}
.feature.type-b li:before { background-position: -260px -17px;}
.feature.tool li:before { background-position: -260px -68px;}

/* 商品スペック */
.itemSpec {
	padding: 16px 0 8px;
	background: #f1f4f6;
	font-size: 0.857em;
}
.itemSpec table {
	width: 100%;
	margin: 0 0 1em 0;
	border-collapse: separate;
	border-spacing: 2px;
	border-spacing: 0 2px;
}
.itemSpec th {
	padding: 4px 8px;
	background: #d8dfe4;
	text-align: center;
}
.itemSpec td {
	padding: 4px 8px;
	background: #fff;
}

/* 商品詳細 */
.itemDetail_heading1,
.itemDetail_heading2 {
	margin: 24px 0 12px 0;
	border-bottom: 2px solid #4970b7;
}

.h3 {
	line-height: 1.125;
	margin: 24px 0 10px;
	padding: 8px 16px;
	background: #cfdfff;
	color: #515456;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 100;
	text-align: center;
}
h2 + .h3 {
	margin-top: 0;
}

.itemDetail img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}
.mt10{
margin-top: 20px;
}
@media screen and (max-width: 40em){
.mall-0a{
margin: 0 auto !important;
}
.min_center{
text-align: center;
}
}
	
.video-container-wrap {
	max-width: 420px;
	margin: 0 auto;
}
.video-container {
	position: relative;
	height: 0;
	margin-bottom: 16px;
	padding-bottom: 75%; /* アスペクト比 4:3 */
	overflow: hidden;
}
.video-container.hivision {
	padding-bottom: 56.25%; /* アスペクト比 16:9 */
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width:40em){
	.video-container-wrap {
		max-width: 640px;
	}
}

/*20240507 尾崎が追加*/
.nosale{color:#DC143C!important; font-weight:bold!important;text-align:center;padding-top:15px;}

/* フッター */
.footer {
	width: 100%;
	padding: 10px;
	background: #ddd;
	font-size: 1.1rem;
	text-align: center;
}

.footer_links a {
	display: block;
	padding: 12px 0 12px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
.footer_logo {
	margin-top: 16px;
	border-top: 2px solid #ddd;
}

#footer + .footer_logo {
	margin-top: 0;
	border: none;
}
.footer_copyright {
	margin-top: 32px;
	text-align: center;
}

@media screen and (max-width:39.9375em) {
	/* for Mobile (Portrait) */
	img { max-width:100%; height: auto;}
	.lineup { padding: 0 16px;}
	.lineup_type-a { margin: 0 -16px 16px;}
	.lineup_type-b,
	.lineup_tool { margin: 16px -16px;}
	.lineup .column { font-size: 11px;}
	.itemDetail { font-size: 14px;}
	/* y01ラベル混同対策用 */
	.labelmt23 { margin-top: 23px !important;}
}

@media screen and (min-width:40em) and (max-width:69.9375em) {
	/* for Tablet */
	body{ font: 100%/1.75 Verdana,Roboto,"Droid Sans",sans-serif;}
	.no-ie body{ font-size: 16px}
	.container { max-width: 730px; margin: 0 auto;}
	.index-btn { font-size: 14px;}
	.index-btn img { width: 152px;}
	.itemDetail { font-size: 14px;}
}
@media screen and (min-width:70em) {
	/* for PC */
	.container { max-width: 980px; margin: 0 auto; padding: 0;}
	.header_title img {
		width: 370px;
		height: 34px;
	}
	.header_link {
		position: absolute;
		left: 6px;
		top: 1px;
		display: block;
		width: 60px;
		height: 0;
		padding-top: 60px;
		background: url(../img/btn-back.png) no-repeat center center;
		background-size: 36px 36px;
		overflow: hidden;
	}
	.index-btn img { width: 152px;}
	/* スプライト画像 */
	.sprite {
		background-size: 170px 140px;
	}
	.itemDetail_heading1 .sprite,
	.itemDetail_heading2 .sprite {
		padding-top: 40px;
	}
	.itemDetail_heading1 .sprite { width: 142px; background-position: 0px -50px;}
	.itemDetail_heading2 .sprite { width: 160px; background-position: 0px -100px;}
	.logo {
		width: 124px;
	}

	/* 商品詳細 */
	.itemDetail_heading1,
	.itemDetail_heading2 {
		margin: 24px 0 18px 0;
		border-width: 4px;
	}

	.h3 { font-size: 18px;}

	/* フッター */
	.footer_links a {
		padding: 16px 0;
		font-size: 1em;
	}
}




/* ==========================================================================
 * 汎用スタイル
 * ========================================================================== */
.clr { clear: both;}
.hide { display: none; overflow: hidden; text-indent: 100%; white-space: nowrap;}
.show-lg,
.show-md { display: none;}
@media screen and (max-width:39.9375em) {
	.hide-sm { display: none;}
}
@media screen and (min-width:40em) {
	.show-sm { display: none;}
	.hide-md { display: none;}
	.show-md { display: block;}
}
@media screen and (min-width:70em) {
	.hide-lg { display: none;}
	.show-lg { display: block;}
}

/* clearfix */
.clearfix:before,
.clearfix:after { content: ""; display: table;}
.clearfix:after { clear: both;}
.clearfix { *zoom: 1;}

.clear-after:after { clear: both; content: ""; display: table;}
.clear-after { *zoom: 1;}

/* display */
.block { display: block;}
.ib { display: inline-block; *display: inline; *zoom: 1;}
.inline { display: inline;}

/* lists */
ul.plain,
ol.plain,
ul.inline,
ol.inline { list-style: none; padding-left: 0;}
ul.inline li,
ol.inline li { display: inline;}
.plain dt { font-weight: normal;}
.plain dd { margin-left: 0;}

 /* margins */
.mt0,.mv0 { margin-top:0 !important;}
.mr0,.mh0 { margin-right:0 !important;}
.mb0,.mv0 { margin-bottom:0 !important;}
.ml0,.mh0 { margin-left:0 !important;}
.mt5,.mv5 { margin-top:5px !important;}
.mb5,.mv5 { margin-bottom:5px !important;}
.mt23,.mv23{ margin-top: 23px !important;}


/* paddings */
.pt0 { padding-top:0 !important;}
.pb0 { padding-bottom:0 !important;}

/* widths */
.grid_1of5 { width: 20%;}
.grid_2of5 { width: 40%;}
.grid_3of5 { width: 60%;}
.grid_4of5 { width: 80%;}
.grid_1 { width: 8.33333333333%;}
.grid_2 { width: 16.6666666667%;}
.grid_3 { width: 25%;}
.grid_4 { width: 33.3333333333%;}
.grid_5 { width: 41.6666666667%;}
.grid_6,.grid_half { width: 50%;}
.grid_7 { width: 58.3333333333%;}
.grid_8 { width: 66.6666666667%;}
.grid_9 { width: 75%;}
.grid_10 { width: 83.3333333333%;}
.grid_11 { width: 91.6666666667%;}
.grid_12,.full { width: 100%;}

/* float */
.fl_left { float: left; padding-right: 15px;}
.fl_right { float: right; padding-left: 15px;}

/* text align */
.al_left { text-align: left !important;}
.al_center { text-align: center !important;}
.al_right { text-align: right !important;}
.val_top { vertical-align: top !important;}
.val_middle { vertical-align: middle !important;}
.val_bottom { vertical-align: bottom !important;}

/* text indents */
.indent1 { padding-left: 1em; text-indent: -1em;}
.indent2 { padding-left: 2em; text-indent: -2em;}
ul.indent1 { list-style: none; padding-left: 0;}
ul.indent1 > li { margin-left: 1em; text-indent: -1em;}

/* text styles */
.bold { font-weight: 700;}
.size_huge { font-size: 20px;}
.size_large { font-size: 18px;}
.size_small { font-size: 12px;}

/* labels */
.label { line-height: 1; padding: 3px 6px 3px; *padding: 3px 6px 4px; border: 1px solid #fff; color: #fff; font-size: 12px; font-weight: bold; vertical-align: middle; white-space: nowrap; border-radius: 2px;}
.label.important { background-color: #d95553; border-color: #b73532;}
.label.primary { background-color: #29adc1; border-color: #229caf;}
.label.large { font-size: 16px;}

.itemTitle .label { display: inline-block; margin-bottom: 2px;}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
* { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important;}
a,a:visited { text-decoration: underline;}
thead { display: table-header-group;}
tr,img { page-break-inside: avoid;}
img { max-width: 100% !important;}
@page { margin: 0.5cm;}
p,h2,h3 { orphans: 3; widows: 3;}
h2,h3 { page-break-after: avoid;}
}

/* 汎用クラス */
.list-circle {
	list-style: none;
	padding-left: 1em
}
.list-circle li {
	position: relative;
}
.list-circle li:before {
	content: "";
	position: absolute;
	left: -1em;
	top: .4em;
	width: calc(1em - .4rem);
	height: calc(1em - .4rem);
	border-radius: 50%;
	background: #85c8f6;
}
.table {
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
	border-top: 1px solid #fff;
}
.table th,
.table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.table th {
	background: #eee;
}
.table ul:last-child {
	margin-bottom: 0;
}
.table img {
	margin: 5px 0;
}
@media (max-width: 40em) {
	.table,
	.table tbody,
	.table tr,
	.table th,
	.table td {
		display: block;
		width: 100%;
	}
}
@media (min-width: 40.0625em) {
	.table th,
	.table td {
		padding: 15px 20px;
	}
}

.font-size-m { font-size: 1.25em; }
.font-size-s { font-size: 1.2rem; }