@charset "utf-8";
/*********************************************************************
 *
 *  下層ページ
 *
*********************************************************************/

/* contents section *
/* --------------------------------------------------------------------------- */
#contents, #contents:after {
	content : "";
	display : block;
}
#contents:after {
	clear : both;
}
#contents {
	padding: 35px 0 0;
	margin: 0 auto;
	min-height: 200px;
	width: 820px;
}

section:before, section:after {
	content : "";
	display : block;
}
section:after {
	clear : both;
}
section {
	padding: 0 0 35px;
}
img {
	max-width: 100%;
	height: auto;
}

/* h *
/* --------------------------------------------------------------------------- */
.hType1 {
	font-size: 134%;
	font-weight: bold;
	line-height: 1em;
	padding: 0 0 10px;
	margin: 0 0 30px;
	border-bottom: 2px solid #888888;
}
.hType2 {
	margin: 0 0 15px;
	font-size: 134%;
	font-weight: bold;
	line-height: 1em;
	padding: 8px;
}
.hType3 {
	margin: 0 0 15px;
	font-size: 117%;
	font-weight: bold;
	line-height: 1em;
}
.hType4 {
	margin: 0 0 5px;
	padding: 5px;
	font-size: 117%;
	font-weight: bold;
	line-height: 1em;
	background-color: #ededed;
}
/* ul dl *
/* --------------------------------------------------------------------------- */
.ulType1 li {
	float: left;
	width: 236px;
	margin: 0 26px 0 0;
	padding: 10px;
	background-color: #ededed;
}
.ulType1 li:last-child {
	margin: 0 0 0 0;
}
.ulType1 h5 {
	font-size: 109%;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}
.dlType1 dt {
	width: 40px;
	float: left;
	clear: both;
}
.dlType1 dd {
	padding: 0 0 5px 40px;
	margin: 0 0 5px 0;
	font-size: 109%;
	line-height: 25px;
	border-bottom: 1px solid #888888;
}
.dlType1 dt span {
	display: block;
	width: 25px;
	font-size: 134%;
	line-height: 25px;
	text-align: center;
}
.dlType1 dd h5 {
	float: left;
	width: 600px
}
.dlType1 dd p {
	float: right;
	width: 180px;
	text-align: right;
}
/*0430宮永追加*/
.ulType2 li {
	float: left;
	width: 230px;
	margin: 0 15px 20px 0;
	padding: 10px;
	background-color: #ededed;
}
.ulType2 li:last-child {
	margin: 0 0 0 0;
}
.ulType2 h5 {
	font-size: 109%;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
.dlType2 dt {
	width: 40px;
	float: left;
	clear: both;
}
.dlType2 dd {
	padding: 0 0 5px 40px;
	margin: 0 0 5px 0;
	font-size: 109%;
	line-height: 25px;
	border-bottom: 1px solid #888888;
}
.dlType2 dt span {
	display: block;
	width: 25px;
	font-size: 134%;
	line-height: 25px;
	text-align: center;
}
.dlType2 dd h5 {
	float: left;
	width: 600px
}
.dlType2 dd p {
	float: right;
	width: 180px;
	text-align: right;
}
.ulType3 li {
	float: left;
	width: 230px;
	margin: 0 15px 10px 0;
	padding: 10px;
	background-color: #ededed;
}
.ulType3 li:last-child {
	margin: 0 0 0 0;
}
.ulType3 h5 {
	font-size: 109%;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}
.dlType3 dt {
	width: 40px;
	float: left;
	clear: both;
}
.dlType3 dd {
	padding: 0 0 5px 40px;
	margin: 0 0 5px 0;
	font-size: 109%;
	line-height: 25px;
	border-bottom: 1px solid #888888;
}
.dlType3 dt span {
	display: block;
	width: 25px;
	font-size: 134%;
	line-height: 25px;
	text-align: center;
}
.dlType3 dd h5 {
	float: left;
	width: 600px
}
.dlType3 dd p {
	float: right;
	width: 180px;
	text-align: right;
}

/* --------------------------------------------------------------------------- */
/*20190319古川追加*/
/* --------------------------------------------------------------------------- */

.ulTypePR li {
	float: none;
	width: 100%;
/*	margin: 0 0 10px 0; */
	padding: 0;
}
.ulTypePR li p {
	padding: 0 10px 10px;
}
.ulTypePR h5 {
/*	line-height: 40px; */
	line-height: 30px;
}

.dlTypePR dt {
	margin: 5px 0 5px 0; 
	padding: 0 5px 0 5px;
	width: 40px;
	float: left;
	clear: both;
}
.dlTypePR dt span {
	display: block;  
/*	display: inline; */
	width: 32px;
	font-size: 134%;
/*	line-height: 25px; */
	line-height: 30px; 
	text-align: center;
}
.dlTypePR dd {
	padding: 0px 0 0px 50px;  /* dt left margin  */ 
/*	margin: 0 0 20px 0; */
	font-size: 109%;
/*	line-height: 25px;  */
	line-height: 30px;
	border-bottom: 1px solid #888888;
}
.dlTypePR dd h5 {
	float: left;
/*	width: 600px  */
        width: 100%
}
.dlTypePR dd p {
	float: right;
	width: 180px;
	text-align: right;
}
/* --------------------------------------------------------------------------- */
/*20190319古川追加 おわり*/
/* --------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------- */
/*20190409古川追加*/
/* --------------------------------------------------------------------------- */
.ulTypeCC2019 li {
	float: none;
	width: 85%;
	margin: 10px 10px 10px 30px; 
	padding: 3px 3px 3px 0px; 
        line-height: 1.5
}
.ulTypeCC2019 li p {
	padding: 0 10px 10px;
}
.ulTypeCC2019 h5 {
/*	line-height: 40px; */
	line-height: 30px;
}
/* --------------------------------------------------------------------------- */
/*20190409古川追加 おわり*/
/* --------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
/*20190419古川追加*/
/* --------------------------------------------------------------------------- */
.ulTypeCC2019base li {
	float: none;
	width: 100%;
	margin: 5px 10px 5px 5px; 
	padding: 1px 0px 1px 0px; 
        line-height: 1.5
}
.ulTypeCC2019base li p {
	padding: 0 10px 10px;
}
.ulTypeCC2019base h5 {
/*	line-height: 40px; */
	line-height: 30px;
}
/* --------------------------------------------------------------------------- */
/*20190419古川追加 おわり*/
/* --------------------------------------------------------------------------- */


/*0416金光追加*/
.ulTypeMrk li {
	float: left;
	width: 236px;
	margin: 0 26px 30px 0;
	padding: 10px;
	background-color: #ededed;
}

.ulTypeMrk2 li {
	float: left;
	width: 220px;
	margin: 0 26px 30px 0;
	padding: 20px 10px 20px 10px;
	background-color: #ededed;
}

.ulTypeMrk h5 {
	font-size: 109%;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}

.ulTypeMrk2 h5 {
	font-size: 109%;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}
.dlTypeMrk dt {
	width: 40px;
	float: left;
	clear: both;
}
.dlTypeMrk dd {
	padding: 0 0 5px 40px;
	margin: 0 0 5px 0;
	font-size: 109%;
	line-height: 25px;
	border-bottom: 1px solid #888888;
}
.dlTypeMrk dt span {
	display: block;
	width: 25px;
	font-size: 134%;
	line-height: 25px;
	text-align: center;
}
.dlTypeMrk dd h5 {
	float: left;
	width: 600px
}
.dlTypeMrk dd p {
	float: right;
	width: 180px;
	text-align: right;
}
@media (max-width: 1020px) {
/* contents section *
/* --------------------------------------------------------------------------- */
#contents {
	padding: 20px 5% 0;
	width: 90%;
	min-height: 100px;
}
section {
	width: 100%;
	padding: 0 0 35px;
}
img {
	max-width: 100%;
	height: auto;
}
/* h *
/* --------------------------------------------------------------------------- */
.hType1 {
	margin: 0 0 20px !important;
}
.hType2 {
	margin: 0 0 10px;
}
.hType3 {
	margin: 0 0 10px;
}
/* ul dl *
/* --------------------------------------------------------------------------- */
.ulType1 li {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}

.ulType1 li p {
	padding: 0 10px 10px;
}
.ulType1 h5 {
	line-height: 40px;
}

.dlType1 dt {
	width: 25px;
}

.dlType1 dd {
	padding: 0 0 5px 25px;
	font-size: 100%;
	line-height: 20px;
}
.dlType1 dt span {
	width: 20px;
	font-size: 100%;
	line-height: 20px;
}
.dlType1 dd h5 {
	float: none;
	width: 100%;
}
.dlType1 dd p {
	float: none;
	width: 100%;
	text-align: right;
}

