@charset "utf-8";
.container {
	max-width: 980px;
	width: 100%;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
#header header {
	height: auto;
	display: block;
}
#header header .header_title {
	margin: 23px 10px;
	display: block;
}
#header header .header_title img {
	width: auto;
	padding-bottom: 0px;
}

#kiyaku_henkou {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	width: 100%;
}
#kiyaku_henkou a {
	color: #00A7EA;
	text-decoration: underline;
}
#kiyaku_henkou .red {
	color: #f00;
}
#kiyaku_henkou .title {
	border-bottom: 3px solid #00A7EA;
	color: #00A7EA;
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#kiyaku_henkou .content {
	width: 94%;
  max-width: 870px;
  margin: 0 auto;
}
#kiyaku_henkou .content section + section {
  margin-top: 2em;
}
#kiyaku_henkou .content section > * + * {
  margin-top: 1em;
}
#kiyaku_henkou .content section .numlist {
  position: relative;
  padding-left: 1.5em;
}
#kiyaku_henkou .content section .numlist > .num {
  position: absolute;
  top: 0;
  left: 0;
}
#kiyaku_henkou .content section .numlist + div {
  padding-left: 1.5em;
}
#kiyaku_henkou .content section h3 {
  font-size: 120%;
}
#kiyaku_henkou .content section h4 {
  margin-bottom: .5em;
}
#kiyaku_henkou .content section * + h4 {
  margin-top: 1em;
}
#kiyaku_henkou .content section .mod > li + li {
  margin-top: .3em;
}
#kiyaku_henkou .content section .mod h5 {
  font-weight: normal;
}
#kiyaku_henkou .content section .mod h5 + * > * + * {
  margin-top: .5em;
}
#kiyaku_henkou .stit {
  font-size: 110%;
}
#kiyaku_henkou .stit + h3.numlist {
  margin-top: .3em;
}

#kiyaku_henkou .list2 {
  padding-left: 1.3em;
}
#kiyaku_henkou .list2 > li {
	list-style-type: decimal;
}
#kiyaku_henkou .list3 > li {
  position: relative;
  padding-left: 2em;
}
#kiyaku_henkou .list3 > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}





@media only screen and (max-width:768px){
  #kiyaku_henkou {
    padding-bottom: 30px;
  }
	#kiyaku_henkou .title {
		border-bottom-width: 2px;
		font-size: 18px;
		padding: 10px 3%;
	}
  #header header .header_title img {
    height: 36px;
  }







}
@media only screen and (min-width:769px){
  #kiyaku_henkou {
    padding-bottom: 60px;
  }
  #header header .header_title img {
    height: 48px;
  }
  #kiyaku_henkou .content section .mod {
    overflow: hidden;
  }
  #kiyaku_henkou .content section .mod h5 {
    clear: left;
    float: left;
    width: 5em;
  }
  #kiyaku_henkou .content section .mod h5 + * {
    margin-left: 6em;
  }









}
