@charset "UTF-8";
/* CSS Document */



/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

#touroku{}
#touroku .content{
	padding: 0 0 20px;
}
#main #touroku h3{
	background-image: url("../../images/ml_touroku.png");
}

#touroku .midashi{
	display: block;
	font-size: 130%;
	padding-left: 10px;
	border-left: 10px solid #6699CC;
	margin-top: 50px;
}
#touroku .midashi span{
	position: relative;
	bottom: -1px;
	font-weight: bold;
	font-size: 110%;
	margin: 0 0.1em;
}

#touroku .detail{
	display: block;
	margin: 20px 0;
	padding: 20px 35px 20px 20px;
}
#touroku .detail:nth-of-type(1){
	border: 1px dotted #DD9900;
	background-color: #FFFAEE;
}
/*
	#touroku .detail:nth-of-type(2){
	border: 1px dotted #009900;
	background-color: #F3FFF3;
}
*/
#touroku .detail:nth-of-type(2),
#touroku .detail:nth-of-type(3){
	border: 1px dotted #3399DD;
	background-color: #E8F9FF;
}
#touroku .detail:nth-of-type(4){
	padding: 7px 35px 7px 20px;
}

#touroku .detail p{
	text-indent: -1em;
	margin-left: 1em;
	margin: 20px 0 8px;
	}
#touroku .detail p > span{
	font-weight: bold;
	font-size: 110%;
	background:linear-gradient(transparent 50%, #fbff7f 0%, #fbff7f 90%, transparent 0%);
}
#touroku .detail p:first-of-type{
	margin-top: 0;
}
#touroku .detail:nth-of-type(1) p::before{
	content: "＊";
	font-size: 110%;
	font-weight: bold;
	color: #DD9900;
	margin-right: 3px;
}
#touroku .detail:nth-of-type(2) p::before{
	content: "＊";
	font-size: 110%;
	font-weight: bold;
	color: #009900;
	margin-right: 3px; 
}
#touroku .detail span{
	font-weight: bold;
	margin: 0 0.1em;
}
#touroku .detail ul{
	list-style-type: disc;
	padding-left: 45px;
}
/*#touroku .detail:nth-of-type(1) ul:nth-of-type(2),
#touroku .detail:nth-of-type(2) ul:nth-of-type(2){
	list-style-type: none;
	padding-left: 45px;
	text-indent: -1.4em;
}*/
#touroku .detail dl{
	display: block;
	margin-left: 24px;
	}
#touroku .detail dl dt{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.3em;
	}
#touroku .detail dl dd{
	display: inline-block;
	vertical-align: top;
	max-width: calc(100% - 1.4em);
	}
#touroku .detail:nth-of-type(2) ul li{
	margin: 20px 0 7px;
}
#touroku .detail:nth-of-type(2) dl{
	margin: 20px 24px 7px;
}
#touroku .detail:nth-of-type(2) ul li:first-of-type,
#touroku .detail:nth-of-type(2) dl:first-of-type{
	margin-top: 5px;
}
#touroku .detail ul li{
	margin-bottom: 2px;
}
#touroku .detail:nth-of-type(4) ul li{
	margin: 15px 0;
}
#touroku .detail dl + div{
	padding-left: 25px;
	margin: 20px 0 5px;
	text-indent: -1em;
	margin-left: 1em;
}





}
/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

@media screen and (max-width: 768px) {

#touroku{
	padding-bottom: 35px;
}
#touroku .content{
	padding-top: 0;
}
#main #touroku h3{
	background-image: url("../../images/ml_touroku.png");
}

#touroku .midashi{
	display: block;
	font-size: 110%;
	padding-left: 10px;
	border-left: 10px solid #6699CC;
	margin-top: 35px;
}
#touroku .midashi span{
	font-weight: bold;
	margin: 0 0.15em;
}

#touroku .detail{
	display: block;
	margin: 20px 0;
	padding: 20px 8px 15px;
}
#touroku .detail:nth-of-type(1){
	border: 1px dotted #DD9900;
	background-color: #FFFAEE;
}
/*
#touroku .detail:nth-of-type(2){
	border: 1px dotted #009900;
	background-color: #F3FFF3;
}
*/
#touroku .detail:nth-of-type(2),
#touroku .detail:nth-of-type(3){
	border: 1px dotted #3399DD;
	background-color: #E8F9FF;
}
#touroku .detail:nth-of-type(4){
	padding: 10px 8px 5px;
}
	
#touroku .detail p{
	margin: 20px 0 10px;
	text-indent: -1em;
	margin-left: 1em;
	}
#touroku .detail p > span{
	font-weight: bold;
	font-size: 110%;
	background:linear-gradient(transparent 50%, #fbff7f 0%, #fbff7f 85%, transparent 0%);
}
#touroku .detail p:first-of-type{
	margin-top: 0;
}
#touroku .detail:nth-of-type(1) p::before{
	content: "＊";
	font-weight: bold;
	font-size: 110%;
	color: #DD9900;
	margin-right: 3px; 
}
#touroku .detail:nth-of-type(2) p::before{
	content: "＊";
	font-weight: bold;
	font-size: 110%;
	color: #009900;
	margin-right: 3px; 
}
#touroku .detail span{
	font-weight: bold;
	margin: 0 0.1em;
}
#touroku .detail ul{
	list-style-type: disc;
	padding-left: 30px;
}
/*#touroku .detail:nth-of-type(1) ul:nth-of-type(2),
#touroku .detail:nth-of-type(2) ul:nth-of-type(2){
	list-style-type: none;
	padding-left: 30px;
	text-indent: -1.4em;
}*/
#touroku .detail dl{
	display: block;
	margin-left: 10px;
	}
#touroku .detail dl dt{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.3em;
	}
#touroku .detail dl dd{
	display: inline-block;
	vertical-align: top;
	max-width: calc(100% - 1.4em);
	}
#touroku .detail ul li{
	margin-bottom: 5px;
	line-height: 1.4;
}
#touroku .detail:nth-of-type(2) ul li{
	margin: 20px 0 10px
}
#touroku .detail:nth-of-type(2) dl{
	margin: 20px 0 10px 10px;
}
#touroku .detail:nth-of-type(2) ul li:first-of-type,
#touroku .detail:nth-of-type(2) dl:first-of-type{
	margin-top: 10px
}
#touroku .detail:nth-of-type(4) ul li{
	margin: 15px 0;
}
#touroku .detail dl + div{
	padding-left: 10px;
	margin: 20px 0 10px;
	text-indent: -1em;
	margin-left: 1em;
}


	
}
