@charset "utf-8";
.expSide_wrap {
    float: right;
    width: 240px;
}
.guideSide_wrap {
    float: right;
    width: 240px;
}
.expSide_wrap .guideSide_wrap {
    float: none;
    width: auto;
}
.guide-sp .guideSide_wrap {
    display: none;
}
.guideSide_in {
    margin-bottom: 60px;
}
.guideSide_in:last-child {
    margin-bottom: 100px;
}
.guideSide-ttl {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 13px 0 11px 0;
    background: #6ECDF2;
    border-radius: 4px 4px 0 0;
}
.guideSide_lst {
    border: 1px solid #E0E0E0;
    border-top: 0;
}
.guideSide_lst li {
    border-bottom: 1px solid #E0E0E0;
}
.guideSide_lst li:last-child {
    border-bottom: 0;
}
.guideSide_lst li a {
    position: relative;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding: 8px 10px;
    height: 72px;
    font-size: 14px;
    box-sizing: border-box;
}
.guideSide_lst li a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%) rotate(45deg);
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 1px solid #6ECDF2;
    border-right: 1px solid #6ECDF2;
    pointer-events: none;
}
.guideSide_img img {
    width: 55px;
    height: auto;
}
.guideSide-txt {
    font-size: 14px;
    padding: 0 15px 0 10px;
}
.sideSave_wrap {
    margin-bottom: 30px;
}
.sideSave_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sideSave_lst li {
    width: 49%;
}
.sideSave_lst li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    border: 1px solid #DCDCDC;
    height: 100px;
    border-radius: 5px;
    text-decoration: none;
}
.sideSave_lst li a .in {
    position: relative;
    padding-top: 46px;
}
.sideSave_lst li a .in:before {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    color: #00aaeb;
}
.sideSave_lst li.icn1 a .in:before {
    font-family: "ir";
    font-size: inherit;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 32px;
}
.sideSave_lst li.icn2 a .in:before {
    font-family: "ir";
    font-size: inherit;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 32px;
}
.sideSave_lst li a .bule {
    color: #00aaeb;
}
.sideSave_btn {
    margin-top: 5px;
}
.sideSave_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    border: 1px solid #DCDCDC;
    height: 50px;
    border-radius: 5px;
    text-decoration: none;
}
.sideSave_btn a .bule {
    color: #00aaeb;
}
.sideStp_wrap {
    margin-bottom: 30px;
}
.sideStp_in {
    position: relative;
}
.sideStp_wrap .btn {
    position: absolute;
    top: 204px;
    right: 20px;
}
.sideStp_wrap .btn a {
    display: block;
    width: 100px;
    height: 30px;
    background: #FE8700 url(/search/img/re/dec_arw.png) no-repeat right 5px center;
    border-radius: 30px;
    font-size: 11px;
    line-height: 30px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 0 0 6px;
    text-decoration: none;
}
.sideStp_wrap .lst {
    margin-top: 6px;
}
.sideStp_wrap .lst li {
    text-align: right;
    line-height: 1;
    margin-top: 8px;
}
.sideStp_wrap .lst li a {
    font-size: 10px;
    line-height: 1;
}
.sideInfo_wrap {
    border: 1px solid #DCDCDC;
    background: #F8F8F8;
    border-radius: 5px;
    overflow: hidden;
}
.sideInfo_ttl {
    background: #00AAEB;
    padding: 7px 0;
}
.sideInfo_ttl .ttl {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
}
.sideInfo_tel {
    padding: 18px 0 15px;
    text-align: center;
}
.sideInfo_tel span {
    font-size: 20px;
    line-height: 1;
    color: #00A4E1;
    position: relative;
    padding-left: 40px;
}
.sideInfo_tel span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 31px;
    height: 18px;
    background: url(/common/img/det_img_free.png) no-repeat center;
}
.sideInfo_lst {
    padding: 0 15px 20px;
}
.sideInfo_lst .mds {
    background: #FFFFFF;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.sideInfo_lst .lst li {
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #A9A9A9;
}
.sideInfo_lst .lst li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
@media screen and (min-width: 767px) {
    .guideSide_lst li a:hover {
        color: #00AAEB;
        text-decoration: none;
        background: #eefdff;
    }
    .sideSave_lst li a:hover {
        opacity: 0.8;
    }
    .sideSave_btn a:hover {
        opacity: 0.8;
    }
    .sideStp_wrap .btn a:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 767px) {
    #contents_left {
        float: none;
    }
    .expSide_wrap {
        float: none;
        width: 95%;
        margin: 50px auto 100px auto;
    }
    .guideSide_wrap {
        float: none;
        width: 95%;
        margin: 50px auto 100px auto;
    }
    .expSide_wrap .guideSide_wrap {
        margin: 0;
    }
    .guide-sp .guideSide_wrap {
        display: block;
        margin: 50px auto 100px auto;
    }
    .guideSide_in {
        margin-bottom: 40px;
    }
    .guideSide_in:last-child {
        margin-bottom: 0;
    }
    .guideSide-ttl {
        font-size: 16px;
    }
    .guideSide_lst li a {
        padding: 10px 15px;
    }
    .guideSide-txt {
        font-size: 14px;
        padding: 0 15px 0 15px;
    }
    .sideSave_wrap {
	    padding: 0 20px;
	    margin-bottom: 40px;
	}
	.sideSave_lst li a {
		font-size: 14px;
		line-height: 1.4;
		height: 70px;
	}
	.sideSave_lst li a .in {
	    padding-top: 0;
		padding-left: 46px;
	}
	.sideSave_lst li a .in:before {
		margin: 0;
		height: auto;
		top: 50%;
    	transform: translateY(-50%);
	}
	.sideSave_btn a {
		font-size: 14px;
    	line-height: 1.4;
	}
	.sideStp_in {
	    width: 100%;
	    max-width: 355px;
	    margin: 0 auto;
	    position: relative;
	}
	.sideStp_wrap img {
		width: 100%;
		height: auto;
	}
	.sideStp_wrap .btn {
	    position: absolute;
	    top: 188px;
	    right: 20px;
	}
	.sideStp_wrap .btn a {
	    display: block;
	    width: 170px;
	    height: 32px;
	    background: #FE8700;
	    border-radius: 30px;
	    font-size: 16px;
	    font-weight: bold;
	    line-height: 32px;
	    color: #fff;
	    box-sizing: border-box;
	    text-decoration: none;
	    text-align: center;
	}
	.sideStp_wrap .lst {
		margin-top: 20px;
	}
	.sideStp_wrap .lst li {
	    margin-top: 18px;
	}
	.sideStp_wrap .lst li a {
	    font-size: 12px;
	}
	.sideInfo_ttl .ttl {
		font-size: 16px;
		line-height: 1.4;
	}
	.sideInfo_tel {
	    font-size: 29px;
	    font-weight: bold;
	    padding: 10px 0;
	}
	.sideInfo_tel a {
	    position: relative;
	    padding: 0 0 0 50px;
	    display: inline-block;
	    color: #00AAEB;
	    text-decoration: none;
	}
	.sideInfo_tel a:before {
	    content: "";
	    position: absolute;
	    top: 50%;
	    left: 0;
	    z-index: 9;
	    margin: -12.5px 0 0 0;
	    width: 43px;
	    height: 25px;
	    background: url(/common/img/det_img_free_sp.png) no-repeat center center;
	    background-size: 100% auto;
	}
	.sideInfo_lst .mds {
	    font-size: 12px;
	    line-height: 30px;
	}
}
@media screen and (max-width: 374px) {
	.sideSave_lst li a {
		font-size: 12px;
	}
	.sideStp_in {
		max-width: 300px;
	}
	.sideStp_wrap .btn {
	    top: 156px;
	    right: 16px;
	}
	.sideStp_wrap .btn a {
	    width: 150px;
	}
}
