/* **************************************************************** */
/* *** -------------------------------------------------------- *** */
/* ***  * トップページ index.html                               *** */
/* *** -------------------------------------------------------- *** */
/* **************************************************************** */

/* **************************************************************** */
/* *** Import CSS                                               *** */
/* **************************************************************** */

@import "./global-style.css";    /* 初期設定と共通定義                */
@import "./global-contents.css"; /* 共通定義                          */

/* *** -------------------------------------------------------- *** */
/* ***  * トップページ index.html                               *** */
/* *** -------------------------------------------------------- *** */

/* h2にh3を指定するとき */
#main .h-type_30 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	padding: 0.2em 0.8em;
	position: relative;
	background: white;
	box-shadow: 0px 0px 0px 3px #dfefff;
	border: dashed 1px #999999;
	margin: 10px 0 10px 0;
}
#main .h-type_30:before {
	position: absolute;
	content: '';
	left: -4px;
	top: -4px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #a8d4ff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.subtitle {
   margin: 0;
   padding: 30px 0 15px 0;
   font-weight: bold;
   font-size: 1.4em;
   text-align: center;
}

.reference {
   margin: 10px 0 20px 20px;
}
@media (max-width: 767px) {
.reference {
   margin: 10px 0 20px 10px;
}
}
.reference li {
   font-weight: bold;
   color: #333333;
   background: url(../images/delta.gif) no-repeat top left;
}

.maru {
   margin: 10px 0 15px 0;
}
.maru li {
   background: url(../images/maru.gif) no-repeat top left;
}
