.guide-wrapper .visual {
  background-image: url("../../../img/page/guide/img01.jpg"); }

.guide-wrapper .section1 {
  margin-top: 80px; }
  .guide-wrapper .section1 .p-1 {
    text-align: center;
    color: #333333; }

.guide-wrapper .section1 p {
	margin-bottom: 20px;
}
  
.guide-wrapper .guide_list {
	margin: 30px 0 50px;
}
  
.guide-wrapper .guide_list li {
	width: 200px;
	float: left;
	list-style-type: none;
	background-color: #009caf;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
  
.guide-wrapper .guide_list li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
}
  
.guide-wrapper .guide_list li a:hover {
	text-decoration: underline;
}
  
.guide-wrapper .guide_box {
	margin-bottom: 60px;
}
  
.guide-wrapper .guide_caption {
	background-image: url(../../../img/page/guide/bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto;
	margin-bottom: 10px;
}
  
.guide-wrapper .guide_caption span {
	display: inline-block;
	height: 35px;
	background-image: url(../../../img/page/guide/img03.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	background-color: #fff;
	padding: 5px 20px 0 50px;
	color: #009caf;
	font-size: 1.3em;
	line-height: 150%;
}
  
.guide-wrapper .guide_box ol {
	margin-left: 30px;
}
  
.guide-wrapper .guide_box ol li {
	list-style-type: decimal;
	margin-bottom: 20px;
}
  
@media screen and (max-width: 640px) {
  .guide-wrapper .visual {
    background-image: url(../../../img/page/guide/img01s.jpg); }
  .guide-wrapper .section1 {
    margin-top: 2em;
    padding: 0; }

.guide-wrapper .section1 .layout {
	width: 98%;
}
  
.guide-wrapper .section1 .layout img {
	max-width: 100%;
	height: auto;
}
  
.guide-wrapper .section1 p {
	text-align: left;
	margin-bottom: 0.7em;
}
  
.guide-wrapper .section1 .p-1 {
	text-align: left;
	margin-bottom: 1.5em;
}
  
.guide-wrapper .guide_list {
	margin: 1.5em 0 2.5em;
}
  
.guide-wrapper .guide_list li {
	width: 100%;
	float: none;
	border-right: none;
	margin-bottom: 0.7em;
}
  
.guide-wrapper .guide_list li a {
	padding: 0.7em 0;
}
  
.guide-wrapper .guide_box {
	margin-bottom: 2em;
}
  
.guide-wrapper .guide_caption {
	margin-bottom: 1em;
}
  
.guide-wrapper .guide_caption span {
	height: auto;
	background-size: contain;
	padding: 0.3em 1em 0.3em 2.5em;
	font-size: 1.2em;
	line-height: 120%;
}
  
.guide-wrapper .guide_box ol {
	margin-left: 1.5em;
}
  
.guide-wrapper .guide_box ol li {
	margin-bottom: 1em;
}
  
}

