/**
*	PICROS - C4 Template (HTML)
*	Version: 1.1
*	Author: masahiro kaneko
*	Author URL: http://picros.com/kaneko
*	Copyright © PICROS by kaneko. All Rights Reserved.
**/

.container .line {
	background: #ffffff;
}

/* - About List Style Override */
.info-list ul li {
  display: list-item;
  width: 100%;
}

.section.started .started-content .h-title {
  font-family: "Viaoda Libre", serif;
  color: #141414;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 10px 0 5px 0;
}

/* 4. Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-family: '"Noto Sans JP", sans-serif;';
	margin: 0;
	margin-bottom: 30px;
	color: #141414;
}

.category {
  box-shadow: inset 0 -6px 0px #B5E8FB;
  -moz-box-shadow: inset 0 -6px 0px #B5E8FB;
  -webkit-box-shadow: inset 0 -6px 0px #B5E8FB;
  -khtml-box-shadow: inset 0 -6px 0px #B5E8FB;
}

.section .content .title .title_inner {
  box-shadow: inset 0 -6px 0px #B5E8FB;
  -moz-box-shadow: inset 0 -6px 0px #B5E8FB;
  -webkit-box-shadow: inset 0 -6px 0px #B5E8FB;
  -khtml-box-shadow: inset 0 -6px 0px #B5E8FB;
}
