@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.yoteco .headLine03 {
	margin-bottom: 8px;
	padding: 11px 0 0 53px;
	color: #DC510E;
	background: url(../images/common/bg56.png) repeat-x center top;
}

.yoteco .headLine03 .img02 {
    right: 4px;
}

.yoteco .headLine03 .img01 {
    left: 0;
}

.yoteco .comBox {
    padding: 33px 20px 43px;
    background: url(../images/common/bg29.jpg) repeat-x left top, url(../images/common/bg04.jpg) repeat left top;
}

.yoteco .comBox p {
	color: #804F1B;
	margin-bottom: 30px;
}

.yoteco .comBox .ttl {
	margin-bottom: 5px;
	padding: 5px 16px 2px 15px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #6B5348;
}

.yoteco .text01 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 30px!important;
}
.yoteco .text01 span {
	color: #EA5711;
}
.yoteco .text02 {
	color: #F00!important;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 40px!important;
}
.yoteco .text03 {
	color:#4F8CE9;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 40px!important;
}

.yoteco img {
	max-width: 100%;
	height: auto;
}




.yoteco ul.soudan{
background: #f1f8ff;	
  border: solid 2px skyblue;/*線の設定*/
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
	margin-bottom: 20px;
}

.yoteco ul.soudan li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.yoteco ul.soudan li:before {
  content: "◎";/*アイコンの種類*/
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: skyblue; /*アイコン色*/
}


.yoteco ul.muki{
  background: #f1f8ff;
  box-shadow: 0px 0px 0px 10px #f1f8ff;/*線の外側*/
  border: dashed 2px #668ad8;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
margin-bottom: 20px;		
}

.yoteco ul.muki li{
  line-height: 1.5;
  padding: 0.5em 0;
}


@media all and (min-width: 0) and (max-width: 767px) {
	.pageTitle h2 {
		background: url(../images/common/page_title07.png) no-repeat center center;
	}
	
	.yoteco .comBox p {
		margin-bottom: 15px;
	}
	
	.yoteco .comBox .ttl {
		margin-bottom: 5px;
		padding: 3px 11px 1px 10px;
		font-size: 13px;
	}
}

