@charset "utf-8";

body.jiten-about .catTitle {
	background: url("/jiten/tsuide/images/ico_white_about.png") no-repeat left center;
	background-size: contain;
}
body.jiten-point3 .catTitle {
	background: url("/jiten/tsuide/images/ico_white_point3.png") no-repeat left center;
	background-size: contain;
}
body.jiten-benri .catTitle {
	background: url("/jiten/tsuide/images/ico_white_benri.png") no-repeat left center;
	background-size: contain;
}

body.jiten-point3-01 .imgWrap.center img {
	display: inline-block;
	margin: 0 20px;
	vertical-align: bottom;
}

body.jiten-tsuide .section .to_benri,
body.jiten-tsuide .section .to_item {
	position: relative;
	display: inline-block;
	margin-top: 15px;
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #f6a331;
	background: url("/jiten/tsuide/images/ico_orange_arrow.png") no-repeat left center;
}
body.jiten-tsuide .section .to_point {
	box-sizing: border-box;
	margin: 20px 0 30px;
	padding: 8px 10px;
	border: 1px solid #fcc458;
	text-align: center;
}

body.jiten-benri .placeWrap {
	padding: 20px 0 5px;
}
body.jiten-benri .placeWrap .placeTitle {
	font-size: 15px;
}
body.jiten-benri .icon {
	width: 60px;
	text-align: center;
}
body.jiten-benri .icon .iconImgBox {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
	line-height: 1;
	background: #fac021;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
body.jiten-benri .icon .iconTitle {
	display: block;
	font-size: 10px;
	line-height: 2;
}
body.jiten-tsuide .section .itemTitle {
	font-size: 20px;
	line-height: 1;
	color: #f69e20;
}

body.jiten-benri .section .imgWrap {
	width: 335px;
	padding-top: 15px;
	text-align: right;
}
body.jiten-benri .sectionText .imgCaption {
	line-height: 2;
}
body.jiten-benri .sectionText .imgWrap {
	width: auto;
	padding-top: 15px;
	text-align: left;
}
body.jiten-benri .section .imgWrap img {
	display: inline-block;
}
body.jiten-benri .section .imgWrap img+img {
	margin-top: 20px;
}

.section .inlineLink {
	color: #faae36;
}

img.wid100{
	width: 100%;
}
.basyo_top {
    position: relative;
    width: 265px;
    height: 40px;
    right: -442px;
    background: #fbe8d8;
    border: #fcbf02 solid 2px;
    margin-top: 30px;
}
.basyo_top a{
	color: #f69e20;
	font-size: 16px;
	line-height: 40px;
	padding-left: 25px;
}

.basyo_top::before{
content: "";
    position: absolute;
    top: 13px;
    right: 15px;
    background:#fec001;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.basyo_top::after{
	content: "";
    position: absolute;
    top: 16px;
    right: 14px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #fff;
}