h4.gid-ttl {
    font-size: 18px;
}
.ord-list {
    padding: 30px 0;
    border-bottom: 1px dashed #ccc;
}
.ordebox ul li:nth-of-type(1) a:before,.ord-list:nth-of-type(1) h4.gid-ttl:before{
	content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(/img/images/shopping_guide/web.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.ordebox ul li:nth-of-type(2) a:before,.ord-list:nth-of-type(2) h4.gid-ttl:before{
	content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(/img/images/shopping_guide/tell.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.ordebox ul li:nth-of-type(3) a:before,.ord-list:nth-of-type(3) h4.gid-ttl:before{
	content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(/img/images/shopping_guide/mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.ordebox ul li:nth-of-type(4) a:before,.ord-list:nth-of-type(4) h4.gid-ttl:before{
	content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(/img/images/shopping_guide/fax.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
	.ctn-box {
		border: 3px solid #e9e9e9;
    padding: 20px;
    margin-top: 5px;
	margin-bottom: 14px;
}
.ctn-box ul li{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;	
    padding-left: 20px;
	position: relative;
    line-height: 1.4;
}
.ctn-box ul li:last-child{
	margin-bottom: 0 !important;
}
.ctn-box ul li:before{
    content: "\f111";
    color: #f00;
    font-size: 12px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-right: 5px;
}
.ordebox {
    margin-bottom: 40px;
    
}
.ordebox ul{
	display: flex;
    justify-content: space-between;
}
.ordebox ul li a{
	font-size: 18px;
	position: relative;
}
.ordebox ul li a:after{
    content: "\f0d7";
    color: #00d;
    font-size: 18px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
	.ipt-box {
    padding: 40px;
	background: rgb(233,233,233);
}
.ipt-box ul li{
    font-size: 16px;
    color: #000;
    position: relative;
    padding-left: 26px;
    margin-bottom: 30px;
    line-height: 1.6;
}
.ipt-box ul li:last-child{
	margin-bottom: 0 I !important;
}
.ipt-box ul li:before{
    position: absolute;
    /* top: 50%; */
    left: 0;
    /* transform: translateY(-50%); */
    content: "\f071";
    color: #f00;
    font-size: 20px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.guid-list {
    border: 3px solid #4d8ee8;
	padding: 27px;
    margin-top: 20px;
	margin-bottom: 30px;
	border-left: 6px solid #4d8ee8;
}
.guid-list ul li{
	font-size: 33px;
    font-weight: bold;
}
.guid-list ul li span{
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.guid-list ul li:nth-of-type(1):before{
	content: '';
  display: inline-block;
  width: 60px;
    height: 60px;
  background-image: url(/img/images/shopping_guide/guidlist1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.guid-list ul li:nth-of-type(2):before{
	content: '';
  display: inline-block;
  width: 60px;
    height: 60px;
  background-image: url(/img/images/shopping_guide/guidlist2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
	p.rsn-ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 10px;
	color:#fff;
}
p.rsn-ttl2 {
    background: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    font-size: 14px;
    color: #da0404;
}
	.csr-box {
    display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.csr-item{
	width: 32%;
}
.csr-reason{
	position: relative;
  display: block;
  margin: 1.5em 0 0.5em;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  font-size: 16px;
  background: #F7C100;
  border: solid 3px #555;
  box-sizing: border-box;
}
.csr-reason:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #F7C100;
  z-index: 2;
}
.csr-reason:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
.csr-listbox {
    border: 7px double #2B7FFC;
    padding: 20px;
    min-height: 188px;
    box-sizing: border-box;
	background: #f1f9fd;
}
.csr-listbox ul li{
	font-size: 15px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
	position: relative;
	padding-left: 23px;
	font-weight: bold
}
.csr-listbox ul li:last-child{
	margin-bottom: 0 !important;
}
.csr-listbox ul li:before{
	content: "\f0c8";
    font-family: FontAwesome;
    position: absolute;
    top: 32%;
    left: 0;
    transform: translateY(-50%);
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
}
	.guide-box {
    margin-top: 30px;
}
	.guide-box ul{
		display: flex;
		justify-content: space-between;
	}
	.guide-box ul li{
		border: 2px solid #ccc;
    width: 16.5%;
    border-radius: 5px;
	position: relative;
	}
	.guide-box ul li:nth-child(-n+4):after{
		content: "";
    position: absolute;
    top: 50%;
    right: -44px;
    margin-top: -20px;
    border: 20px solid transparent;
    border-left: 15px solid #2580FB;
	}
	.guid-kome {
    margin-top: 20px;
    font-weight: bold;
}
     .guid-kome p{
		font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    color: #ff0000;
	 }
	h3.guide-ttl {
		background: #2B7FFC;
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 22px;
    padding: 15px;
	border-radius: 5px;
}
	p.guide-step {
    background: #2580FB;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
	position: absolute;
    top: -23px;
    left: -15px;
}
p.guide-step .g-step {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
	font-weight: bold;
	line-height: 1.4;
}
p.img-box {
	text-align: center;
    width: 50%;
    margin: 25px auto 5px;
}
p.guide-txt {
    font-size: 16px;
    font-weight: bold;
    margin: 11px;
}
span.num {
    font-size: 18px;
    transform: skew(
-15deg);
    display: block;
}
a.ybtn_c {
    background: #FE7902;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 34px;
    padding: 10px;
    position: relative;
    font-size: 18px;
    transition: 0.2s;
    max-width: 80%;
    margin: 0 auto;
}
a.ybtn_c:hover{
    color: #fff !important;
    transform: translateY(-5px);
}