@charset "utf-8";
#story .contents .left .article {
	margin-top: 40px;
}
#story .contents .left .article .sns {
	display: flex;
	justify-content: flex-end;
	margin: 10px 0 -20px;
}
#story .contents .left .article .bottom-sns .sns {
	margin: 30px 0 -30px;
}
#story .contents .left .article .sns li {
	margin: 0 0 0 15px;
}
#story .contents .left .article .sns .nice dl {
	display: flex;
	align-items: center;
	position: relative;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0;
}
#story .contents .left .article .sns .nice dl .lock {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	cursor: default;
}
#story .contents .left .article .sns .nice dl dt {
	padding-top: 3px;
	color: #afafaf;
	font-size: 30px;
}
#story .contents .left .article .sns .nice dl dt.android {
	width: 30px;
	height: 30px;
	background: url(../img/detail/nice_icon.png) no-repeat;
	background-size: 30px 60px;
}
#story .contents .left .article .sns .nice dl dd {
	margin-left: 2px;
	padding-top: 2px;
	font-size: 14px;
}
#story .contents .left .article .sns .nice dl.on dt {
	color: #d11d7d;
}
#story .contents .left .article .sns .nice dl.on dt.android {
	background-position: 0 -30px;
}
#story .contents .left .article .sns .nice dl.on dd {
	color: #d11d7d;
}
#story .contents .left .article .sns .line {
	display: none;
}
#story .contents .left .article .sns .btn a {
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 0;
	background: none;
}
#story .contents .left .article .top {
	padding-bottom: 30px;
	border-bottom: solid 1px #e6e2e3;
}
#story .contents .left .article .top h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
#story .contents .left .article .top ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
#story .contents .left .article .top ul li {
	margin: 10px 10px 0 0;
}
#story .contents .left .article .top ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	padding: 0 20px;
	border-radius: 15px;
	background: #ebebeb;
	color: #838383;
}
#story .contents .left .article .toc {
	margin-top: 50px;
	padding: 20px;
	border: solid 3px #306fb9;
	font-size: 14px;
}
#story .contents .left .article .toc .ttl {
	margin-left: 10px;
}
#story .contents .left .article .toc ol {
	list-style-type: decimal;
}
#story .contents .left .article .toc ol.disc {
	list-style-type: disc;
}
#story .contents .left .article .toc ol li {
	margin: 10px 0 0 30px;
	color: #306fb9;
	line-height: 24px;
}
#story .contents .left .article .toc ol > li > ol > li {
	margin-left: 20px;
}
#story .contents .left .article .toc ol li a {
	color: #306fb9;
}
#story .contents .left .article .toc ol li a:hover, #story .contents .left .article .toc ol li a:active {
	text-decoration: underline;
}
#story .contents .left .article .h1-txt {
	margin-top: 40px;
	font-size: 16px;
	line-height: 30px;
}
#story .contents .left .article .h1-txt small {
	font-size: 14px;
}
#story .contents .left .article .h1-txt a {
	color: #306fb9;
}
#story .contents .left .article .h1-txt a:hover, #story .contents .left .article .h1-txt a:active {
	text-decoration: underline;
}
#story .contents .left .article .img {
	margin-top: 20px;
}
#story .contents .left .article .img2 {
	margin-top: 40px;
}
#story .contents .left .article .cap-txt {
	margin-top: 30px;
	color: #777;
	font-size: 14px;
	line-height: 30px;
}
#story .contents .left .article .u-line {
	text-decoration: none;
	border-bottom: solid 2px #ffae00;
}
#story .contents .left .article .line-marker {
	background: linear-gradient(transparent 60%, #f3af3b 60%);
}
#story .contents .left .article .content {
	padding-top: 20px;
}
#story .contents .left .article .content h2 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 40px;
	margin-top: 40px;
	padding: 15px;
	background: #306fb9;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}
#story .contents .left .article .content .h2-txt {
	margin-top: 50px;
	font-size: 16px;
	line-height: 30px;
}
#story .contents .left .article .content .h2-txt small {
	font-size: 14px;
}
#story .contents .left .article .content .h2-txt h4 {
	font-size: 20px;
	font-weight: bold;
}
#story .contents .left .article .content .h2-txt a {
	color: #306fb9;
}
#story .contents .left .article .content .h2-txt a:hover, #story .contents .left .article .content .h2-txt a:active {
	text-decoration: underline;
}
#story .contents .left .article .content h3 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 40px;
	margin-top: 50px;
	padding: 3px 0 0 20px;
	border-left: solid 5px #0b6fbf;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}
#story .contents .left .article .content .h3-txt {
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
}
#story .contents .left .article .content .h3-txt small {
	font-size: 14px;
}
#story .contents .left .article .content .h3-txt h4 {
	font-size: 20px;
	font-weight: bold;
}
#story .contents .left .article .content .h3-txt a {
	color: #306fb9;
}
#story .contents .left .article .content .h3-txt a:hover, #story .contents .left .article .content .h3-txt a:active {
	text-decoration: underline;
}
#story .contents .left .article .content .anc-adjst {
	display: block;
	margin-top: -20px;
	padding-bottom: 20px;
}
#story .contents .left .article .content .source {
	margin-top: 30px;
	font-size: 14px;
	line-height: 26px;
}
#story .contents .left .article .content .source a {
	color: #306fb9;
}
#story .contents .left .article .content .source a:hover, #story .contents .left .article .content .source a:active {
	text-decoration: underline;
}
#story .contents .left .article .content .tbl {
	overflow-x: auto;
	overflow-y: hidden;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
#story .contents .left .article .content .tbl table {
	width: 100%;
	margin-top: 40px;
}
#story .contents .left .article .content .tbl table caption {
	padding-bottom: 10px;
	font-size: 14px;
	text-align: left;
}
#story .contents .left .article .content .tbl table th, #story .contents .left .article .content .tbl table td {
	box-sizing: border-box;
	padding: 10px;
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	font-size: 14px;
	line-height: 24px;
}
#story .contents .left .article .content .tbl table a {
	color: #306fb9;
}
#story .contents .left .article .content .tbl table a:hover, #story .contents .left .article .content .tbl table a:active {
	text-decoration: underline;
}
#story .content .scroll-hint-icon {
	padding: 20px 10px 10px;
}
#story .content .scroll-hint-text {
	margin-top: 5px;
	font-size: 10px;
}
#story .contents .left .article .btn-list {
	margin-top: 60px;
}
#story .contents .left .article .btn-list ul li:nth-child(n + 2) {
	margin-top: 30px;
}
#story .contents .left .article .btn-list ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 500px;
	height: 70px;
	padding: 2px 30px 0 50px;
	border: solid 3px #000;
	border-radius: 35px;
	background: #fff url(../img/common/icon_arrow_black_right.png) no-repeat 35px center;
	background-size: 8px 14px;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	transition: 0.3s;
}
#story .contents .left .article .btn-list ul li a:hover, #story .contents .left .article .btn-list ul li a:active {
	background-color: #000;
	background-image: url(../img/common/icon_arrow_white_right.png);
	color: #fff;
}
#story .contents .left .article .btn-list ul li a.special {
	border-color: #eb4859;
}
#story .contents .left .article .btn-list ul li a.new {
	border-color: #4ba9e7;
}
#story .contents .left .article .btn-list ul li a.used {
	border-color: #93d04d;
}
#story .contents .left .article .btn-list ul li a.special:hover, #story .contents .left .article .btn-list ul li a.special:active {
	background-color: #eb4859;
}
#story .contents .left .article .btn-list ul li a.new:hover, #story .contents .left .article .btn-list ul li a.new:active {
	background-color: #4ba9e7;
}
#story .contents .left .article .btn-list ul li a.used:hover, #story .contents .left .article .btn-list ul li a.used:active {
	background-color: #93d04d;
}
#story .contents .left .article .btn-list ul li a.fs21 {
	font-size: 21px;
	line-height: 25px;
}
#story .contents .left .article .btn-list ul li a.fs20 {
	font-size: 20px;
	line-height: 24px;
}
#story .contents .left .article .btn-list ul li a.fs19 {
	font-size: 19px;
	line-height: 23px;
}
#story .contents .left .article .btn-list ul li a.fs18 {
	font-size: 18px;
	line-height: 22px;
}
#story .contents .left .article .btn-list ul li a.fs17 {
	font-size: 17px;
	line-height: 21px;
}
#story .contents .left .article .btn-list ul li a.okuruma {
	font-size: 18px;
	line-height: 22px;
}
#story .contents .left .article .btn-list ul li a.okuruma2 {
	font-size: 22px;
	line-height: 26px;
}
#story .contents .left .article .btn-list ul li a.oneprice {
	font-size: 18px;
	line-height: 22px;
}
#story .contents .left .article .btn-list-v2 {
	margin: 60px 0 100px;
	padding: 30px 0;
	border: solid 1px #306fb9;
	border-width: 1px 0;
}
#story .contents .left .article .btn-list-v2 dl dt {
	font-size: 16px;
}
#story .contents .left .article .btn-list-v2 .new dd {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#story .contents .left .article .btn-list-v2 .new dd .btn {
	width: 45%;
	min-height: 85px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 26px 26px;
	box-shadow: 4px 4px #c9c9c9;
}
#story .contents .left .article .btn-list-v2 .new dd .btn-l {
	border: solid 2px #fb8c42;
	background-color: #ec5e00;
	background-image: url(../img/common/icon_arrow_orange_white_right.png);
}
#story .contents .left .article .btn-list-v2 .new dd .btn-r {
	border: solid 2px #639bdc;
	background-color: #306fb9;
	background-image: url(../img/common/icon_arrow_blue_white_right.png);
}
#story .contents .left .article .btn-list-v2 .new dd .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 4px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
}
#story .contents .left .article .btn-list-v2 .new dd .or {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
	font-size: 22px;
}
#story .contents .left .article .btn-list-v2 .used {
	margin-top: 25px;
}
#story .contents .left .article .btn-list-v2 .used dd {
	margin-top: 10px;
}
#story .contents .left .article .btn-list-v2 .used dd .lnk {
	padding-left: 15px;
	background: url(../img/common/icon_arrow_black_right.png) no-repeat left center;
	background-size: 7px 12px;
}
#story .contents .left .article .btn-list-v2 .used dd .lnk a {
	color: #306fb9;
	font-size: 16px;
	text-decoration: underline;
}
#story .contents .left .article .btn-list-v2 .used dd .lnk a:hover, #story .contents .left .article .btn-list-v2 .used dd .lnk a:active {
	text-decoration: none;
}
#story .contents .left .article .btn-list-v3 {
	min-height: 210px;
	margin: 60px 0 100px;
	padding: 30px 0;
	border: solid 1px #306fb9;
	border-width: 1px 0;
}
#story .contents .left .article .btn-list-v3 dl dt {
	font-size: 16px;
}
#story .contents .left .article .btn-list-v3 .new dd {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
#story .contents .left .article .btn-list-v3 .new dd .btn {
	width: 70%;
	min-height: 85px;
	border: solid 2px #fb8c42;
	border-radius: 10px;
	background: #ec5e00 url(../img/common/icon_arrow_orange_white_right.png) no-repeat 15px center;
	background-size: 26px 26px;
	box-shadow: 4px 4px #c9c9c9;
}
#story .contents .left .article .btn-list-v3 .new dd .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 4px 20px 0 50px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
}
#story .contents .left .article .btn-list-v3 .used {
	margin-top: 25px;
}
#story .contents .left .article .btn-list-v3 .used dd {
	margin-top: 10px;
}
#story .contents .left .article .btn-list-v3 .used dd .lnk {
	padding-left: 15px;
	background: url(../img/common/icon_arrow_black_right.png) no-repeat left center;
	background-size: 7px 12px;
}
#story .contents .left .article .btn-list-v3 .used dd .lnk a {
	color: #306fb9;
	font-size: 16px;
	text-decoration: underline;
}
#story .contents .left .article .btn-list-v3 .used dd .lnk a:hover, #story .contents .left .article .btn-list-v3 .used dd .lnk a:active {
	text-decoration: none;
}
#story .contents .left .article .btn-list-v4 {
	margin: 60px 0 100px;
	padding: 25px 0 35px;
	border: solid 1px #306fb9;
	border-width: 1px 0;
}
#story .contents .left .article .btn-list-v4 .head {
	width: 350px;
	margin: 0 auto;
}
#story .contents .left .article .btn-list-v4 .btn a {
	display: block;
	width: 74%;
	margin: 0 auto;
}
#story .contents .left .article .btn-list-mycar {
	margin-top: 60px;
}
#story .contents .left .article .btn-list-mycar .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 65px;
	background: #306fb9;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
#story .contents .left .article .btn-list-mycar .main {
	padding: 20px 10px;
	border: solid 1px #306fb9;
	border-width: 0 6px 6px;
}
#story .contents .left .article .btn-list-mycar .main .txt {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
#story .contents .left .article .btn-list-mycar .main .baloon {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
#story .contents .left .article .btn-list-mycar .main .baloon::before, #story .contents .left .article .btn-list-mycar .main .baloon::after {
	position: relative;
	top: 3px;
	font-size: 20px;
	font-weight: bold;
}
#story .contents .left .article .btn-list-mycar .main .baloon::before {
	content: "＼";
	margin-right: 10px;
}
#story .contents .left .article .btn-list-mycar .main .baloon::after {
	content: "／";
	margin-left: 10px;
}
#story .contents .left .article .btn-list-mycar .main ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#story .contents .left .article .btn-list-mycar .main ul li {
	width: 384px;
	height: 86px;
	margin: 30px 5px 0;
}
#story .contents .left .article .btn-list-mycar .main ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}
#story .contents .left .article .btn-list-mycar .main ul .blue a {
	background-image: url(../img/detail/bg_rc_btn_blue.png);
}
#story .contents .left .article .btn-list-mycar .main ul .orange a {
	background-image: url(../img/detail/bg_rc_btn_orange.png);
}
#story .contents .left .article .btn-list-mycar .main ul .green a {
	background-image: url(../img/detail/bg_rc_btn_green.png);
}
#story .contents .left .article .btn-list-mycar .main ul .green-w a {
	background-image: url(../img/detail/bg_rc_btn_green_w.png);
	color: #72ab24;
}
#story .contents .left .article .btn-list-estimation {
	margin-top: 60px;
}
#story .contents .left .article .btn-list-estimation .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 65px;
	background: #306fb9;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
#story .contents .left .article .btn-list-estimation .main {
	padding: 20px 10px;
	border: solid 1px #306fb9;
	border-width: 0 6px 6px;
}
#story .contents .left .article .btn-list-estimation .main .txt {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
#story .contents .left .article .btn-list-estimation .main dl {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
#story .contents .left .article .btn-list-estimation .main dl dt .car {
	width: 250px;
}
#story .contents .left .article .btn-list-estimation .main dl dd {
	margin-left: 20px;
}
#story .contents .left .article .btn-list-estimation .main dl dd .baloon {
	font-size: 14px;
	text-align: center;
}
#story .contents .left .article .btn-list-estimation .main dl dd .baloon::before, #story .contents .left .article .btn-list-estimation .main dl dd .baloon::after {
	position: relative;
	top: 3px;
	font-size: 20px;
	font-weight: bold;
}
#story .contents .left .article .btn-list-estimation .main dl dd .baloon::before {
	content: "＼";
	margin-right: 10px;
}
#story .contents .left .article .btn-list-estimation .main dl dd .baloon::after {
	content: "／";
	margin-left: 10px;
}
#story .contents .left .article .btn-list-estimation .main dl dd .btn {
	width: 384px;
	height: 86px;
	margin-top: 20px;
}
#story .contents .left .article .btn-list-estimation .main dl dd .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}
#story .contents .left .article .btn-list-estimation .main dl dd .orange a {
	background-image: url(../img/detail/bg_rc_btn_orange.png);
}
#story .contents .left .article .btn-list-estimation-v2 {
	margin-top: 60px;
}
#story .contents .left .article .btn-list-estimation-v2 .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 65px;
	background: #306fb9;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
#story .contents .left .article .btn-list-estimation-v2 .main {
	padding: 20px 10px;
	border: solid 1px #306fb9;
	border-width: 0 6px 6px;
}
#story .contents .left .article .btn-list-estimation-v2 .main .txt {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
#story .contents .left .article .btn-list-estimation-v2 .main .baloon {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
#story .contents .left .article .btn-list-estimation-v2 .main .baloon::before, #story .contents .left .article .btn-list-estimation-v2 .main .baloon::after {
	position: relative;
	top: 3px;
	font-size: 20px;
	font-weight: bold;
}
#story .contents .left .article .btn-list-estimation-v2 .main .baloon::before {
	content: "＼";
	margin-right: 10px;
}
#story .contents .left .article .btn-list-estimation-v2 .main .baloon::after {
	content: "／";
	margin-left: 10px;
}
#story .contents .left .article .btn-list-estimation-v2 .main .car-list .btn-car-estimation {
	width: 624px;
	height: 126px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
}
#story .contents .left .article .btn-list-estimation-v2 .main .car-list .btn-car-estimation a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#story .contents .left .article .btn-list-estimation-v2 .main .car-list .btn-car-estimation a:hover {
	text-decoration: none;
}
#story .contents .left .article .btn-list-estimation-v2 .main .car-list .btn-car-estimation a .car {
	display: flex;
	align-items: center;
	height: 56px;
	margin-left: 202px;
	padding: 10px 10px 0 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
#story .contents .left .article .btn-list-estimation-v2 .main .car-list .btn-car-estimation a .car strong {
	font-size: 28px;
}
#story .contents .left .article .btn-list-estimation-v2 .main .car-list .btn-car-estimation a .txt {
	display: flex;
	align-items: center;
	height: 54px;
	margin-left: 202px;
	padding: 0 10px;
	color: #000;
	font-size: 26px;
}
#story .contents .left .article .voc {
	margin-top: 50px;
}
#story .contents .left .article .voc .ttl {
	color: #306fb9;
	font-size: 24px;
	line-height: 32px;
}
#story .contents .left .article .voc dl {
	margin-top: 40px;
	font-size: 16px;
}
#story .contents .left .article .voc dl dt {
	display: flex;
	align-items: center;
	height: 58px;
	padding-left: 80px;
	background-repeat: no-repeat;
	background-size: 58px 58px;
}
#story .contents .left .article .voc dl .m {
	background-image: url(../img/detail/voc_icon_m.png);
}
#story .contents .left .article .voc dl .f {
	background-image: url(../img/detail/voc_icon_f.png);
}
#story .contents .left .article .voc dl dd {
	margin-top: 20px;
	line-height: 30px;
}
#story .contents .left .article .reference {
	margin-top: 30px;
	padding: 25px 0 20px;
	border: solid 1px #306fb9;
	border-width: 1px 0;
}
#story .contents .left .article .reference dl {
	font-size: 14px;
	line-height: 30px;
}
#story .contents .left .article .reference dl dd a {
	color: #306fb9;
}
#story .contents .left .article .reference dl dd a:hover, #story .contents .left .article .reference dl dd a:active {
	text-decoration: underline;
}
#story .contents .left .article .reference .btn-car-estimation {
	width: 624px;
	height: 126px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
}
#story .contents .left .article .reference .btn-car-estimation a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#story .contents .left .article .reference .btn-car-estimation a:hover {
	text-decoration: none;
}
#story .contents .left .article .reference .btn-car-estimation a .car {
	display: flex;
	align-items: center;
	height: 56px;
	margin-left: 202px;
	padding: 10px 10px 0 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
#story .contents .left .article .reference .btn-car-estimation a .car strong {
	font-size: 28px;
}
#story .contents .left .article .reference .btn-car-estimation a .txt {
	display: flex;
	align-items: center;
	height: 54px;
	margin-left: 202px;
	padding: 0 10px;
	color: #000;
	font-size: 26px;
}
#story .contents .left .article .ban-related-article {
	margin-top: 30px;
}
#story .contents .left .article .ban-related-article > .ttl {
	font-size: 16px;
}
#story .contents .left .article .ban-related-article > .main {
	margin-top: 30px;
	padding: 10px;
	border: solid 6px #306fb9;
}
#story .contents .left .article .ban-related-article > .main > a {
	display: flex;
	width: 100%;
	height: 100%;
}
#story .contents .left .article .ban-related-article > .main > a > .thmb {
	display: flex;
	align-items: center;
}
#story .contents .left .article .ban-related-article > .main > a > .thmb > img {
	width: 200px;
	height: 150px;
}
#story .contents .left .article .ban-related-article > .main > a > .detail {
	margin-left: 20px;
}
#story .contents .left .article .ban-related-article > .main > a > .detail > .ttl {
	font-size: 24px;
	line-height: 34px;
}
#story .contents .left .article .ban-related-article > .main > a > .detail > .txt, #story .contents .left .article .ban-related-article > .main > a > .detail > .date {
	font-size: 14px;
	line-height: 24px;
}
#story .contents .left .article .ban-related-article > .main > a > .detail > .txt {
	margin-top: 5px;
}
#story .contents .left .article .writer {
	margin-top: 60px;
	padding: 20px 30px;
	border: solid 1px #e6e2e3;
}
#story .contents .left .article .writer dl dt {
	display: flex;
	align-items: center;
}
#story .contents .left .article .writer dl dt .photo {
	width: 110px;
	height: 110px;
}
#story .contents .left .article .writer dl dt .photo img {
	width: 110px;
	height: 110px;
}
#story .contents .left .article .writer dl dt .name {
	margin-left: 20px;
	font-size: 14px;
	line-height: 30px;
}
#story .contents .left .article .writer dl dt .name strong {
	font-size: 16px;
	font-weight: bold;
}
#story .contents .left .article .writer dl dd {
	margin-top: 20px;
	font-size: 14px;
	line-height: 26px;
}
#story .contents .left .article .writer2 {
	margin-top: 60px;
	padding: 20px 30px;
	border: solid 1px #e6e2e3;
}
#story .contents .left .article .writer2 .name {
	font-size: 14px;
	line-height: 30px;
}
#story .contents .left .article .writer2 .name strong {
	font-size: 16px;
	font-weight: bold;
}
#story .contents .left .article .pub-date {
	margin-top: 60px;
	padding-bottom: 20px;
}
#story .contents .left .article .pub-date ul {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	border: solid 1px #e6e2e3;
	border-width: 1px 0;
}
#story .contents .left .article .pub-date ul li {
	margin-right: 30px;
	font-size: 14px;
}
#story .contents .right .category-articles {
	margin-top: 40px;
}
#story .contents .right .category-articles .ttl {
	box-sizing: border-box;
	height: 50px;
	border: solid 1px #0b6fbf;
}
#story .contents .right .category-articles .ttl h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border: solid 1px #fff;
	background: #0b6fbf;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#story .contents .right .category-articles ul li {
	margin-top: 30px;
}
#story .contents .right .category-articles ul li a {
	display: flex;
	position: relative;
	transition: 0.3s;
}
#story .contents .right .category-articles ul li a:hover, #story .contents .right .category-articles ul li a:active {
	background: #dde9ee;
}
#story .contents .right .category-articles ul li .img img {
	width: 120px;
	height: 90px;
}
#story .contents .right .category-articles ul li h3 {
	margin-left: 10px;
	font-size: 14px;
	line-height: 24px;
}
#story .contents .right .ranking {
	margin-top: 60px;
}
#story .contents .other-articles {
	margin-top: 80px;
}
#story .contents .other-articles ul {
	display: flex;
	justify-content: space-between;
}
#story .contents .other-articles ul li {
	width: 48.75%;
}
#story .contents .other-articles ul li a {
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
#story .contents .other-articles ul li a:hover, #story .contents .other-articles ul li a:active {
	background: #dde9ee;
}
#story .contents .other-articles ul li a dl {
	display: flex;
}
#story .contents .other-articles ul li a dl dt img {
	width: 160px;
}
#story .contents .other-articles ul li a dl dd {
	margin-left: 15px;
	font-size: 12px;
	line-height: 20px;
}
#story .contents .other-articles ul li a dl dd .ttl {
	font-weight: bold;
}
#story .contents .other-articles ul li a dl dd .txt {
	margin-top: 10px;
}
#story .contents .right .magazine-info {
	margin-top: 60px;
}
@media only screen and (max-width: 1220px) {
	#story .contents .left .article .btn-list-mycar .ttl {
		height: calc(100vw / (1220 / 65));
		font-size: calc(100vw / (1220 / 24));
	}
	#story .contents .left .article .btn-list-mycar .main {
		padding: calc(100vw / (1220 / 20)) calc(100vw / (1220 / 10));
		border-width: 0 calc(100vw / (1220 / 6)) calc(100vw / (1220 / 6));
	}
	#story .contents .left .article .btn-list-mycar .main .txt {
		font-size: calc(100vw / (1220 / 16));
		line-height: calc(100vw / (1220 / 30));
	}
	#story .contents .left .article .btn-list-mycar .main .baloon {
		margin-top: calc(100vw / (1220 / 10));
		font-size: calc(100vw / (1220 / 14));
	}
	#story .contents .left .article .btn-list-mycar .main .baloon::before, #story .contents .left .article .btn-list-mycar .main .baloon::after {
		top: calc(100vw / (1220 / 3));
		font-size: calc(100vw / (1220 / 20));
	}
	#story .contents .left .article .btn-list-mycar .main .baloon::before {
		margin-right: calc(100vw / (1220 / 10));
	}
	#story .contents .left .article .btn-list-mycar .main .baloon::after {
		margin-left: calc(100vw / (1220 / 10));
	}
	#story .contents .left .article .btn-list-mycar .main ul li {
		width: calc(100vw / (1220 / 384));
		height: calc(100vw / (1220 / 86));
		margin: calc(100vw / (1220 / 30)) calc(100vw / (1220 / 5)) 0;
	}
	#story .contents .left .article .btn-list-mycar .main ul li a {
		font-size: calc(100vw / (1220 / 20));
		line-height: calc(100vw / (1220 / 28));
	}
	#story .contents .left .article .btn-list-estimation .ttl {
		height: calc(100vw / (1220 / 65));
		font-size: calc(100vw / (1220 / 24));
	}
	#story .contents .left .article .btn-list-estimation .main {
		padding: calc(100vw / (1220 / 20)) calc(100vw / (1220 / 10));
		border-width: 0 calc(100vw / (1220 / 6)) calc(100vw / (1220 / 6));
	}
	#story .contents .left .article .btn-list-estimation .main .txt {
		font-size: calc(100vw / (1220 / 16));
		line-height: calc(100vw / (1220 / 30));
	}
	#story .contents .left .article .btn-list-estimation .main dl {
		margin-top: calc(100vw / (1220 / 20));
	}
	#story .contents .left .article .btn-list-estimation .main dl dt .car {
		width: calc(100vw / (1220 / 250));
	}
	#story .contents .left .article .btn-list-estimation .main dl dd {
		margin-left: calc(100vw / (1220 / 20));
	}
	#story .contents .left .article .btn-list-estimation .main dl dd .baloon {
		font-size: calc(100vw / (1220 / 14));
	}
	#story .contents .left .article .btn-list-estimation .main dl dd .baloon::before, #story .contents .left .article .btn-list-estimation .main dl dd .baloon::after {
		top: calc(100vw / (1220 / 3));
		font-size: calc(100vw / (1220 / 20));
	}
	#story .contents .left .article .btn-list-estimation .main dl dd .baloon::before {
		margin-right: calc(100vw / (1220 / 10));
	}
	#story .contents .left .article .btn-list-estimation .main dl dd .baloon::after {
		margin-left: calc(100vw / (1220 / 10));
	}
	#story .contents .left .article .btn-list-estimation .main dl dd .btn {
		width: calc(100vw / (1220 / 384));
		height: calc(100vw / (1220 / 86));
		margin-top: calc(100vw / (1220 / 20));
	}
	#story .contents .left .article .btn-list-estimation .main dl dd .btn a {
		font-size: calc(100vw / (1220 / 20));
		line-height: calc(100vw / (1220 / 28));
	}
	#story .contents .left .article .btn-list-estimation-v2 .ttl {
		height: calc(100vw / (1220 / 65));
		font-size: calc(100vw / (1220 / 24));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main {
		padding: calc(100vw / (1220 / 20)) calc(100vw / (1220 / 10));
		border-width: 0 calc(100vw / (1220 / 6)) calc(100vw / (1220 / 6));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .txt {
		font-size: calc(100vw / (1220 / 16));
		line-height: calc(100vw / (1220 / 30));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .baloon {
		margin-top: calc(100vw / (1220 / 10));
		font-size: calc(100vw / (1220 / 14));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .baloon::before, #story .contents .left .article .btn-list-estimation-v2 .main .baloon::after {
		top: calc(100vw / (1220 / 3));
		font-size: calc(100vw / (1220 / 20));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .baloon::before {
		margin-right: calc(100vw / (1220 / 10));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .baloon::after {
		margin-left: calc(100vw / (1220 / 10));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .car-list .btn-car-estimation {
		width: calc(100vw / (1220 / 624));
		height: calc(100vw / (1220 / 126));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .car-list .btn-car-estimation a .car {
		height: calc(100vw / (1220 / 56));
		margin-left: calc(100vw / (1220 / 202));
		padding: calc(100vw / (1220 / 10)) calc(100vw / (1220 / 10)) 0 calc(100vw / (1220 / 10));
		font-size: calc(100vw / (1220 / 20));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .car-list .btn-car-estimation a .car strong {
		font-size: calc(100vw / (1220 / 28));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .car-list .btn-car-estimation a .txt {
		height: calc(100vw / (1220 / 54));
		margin-left: calc(100vw / (1220 / 202));
		padding: 0 calc(100vw / (1220 / 10));
		font-size: calc(100vw / (1220 / 26));
	}
	#story .contents .left .article .reference .btn-car-estimation {
		width: calc(100vw / (1220 / 624));
		height: calc(100vw / (1220 / 126));
	}
	#story .contents .left .article .reference .btn-car-estimation a .car {
		height: calc(100vw / (1220 / 56));
		margin-left: calc(100vw / (1220 / 202));
		padding: calc(100vw / (1220 / 10)) calc(100vw / (1220 / 10)) 0 calc(100vw / (1220 / 10));
		font-size: calc(100vw / (1220 / 20));
	}
	#story .contents .left .article .reference .btn-car-estimation a .car strong {
		font-size: calc(100vw / (1220 / 28));
	}
	#story .contents .left .article .reference .btn-car-estimation a .txt {
		height: calc(100vw / (1220 / 54));
		margin-left: calc(100vw / (1220 / 202));
		padding: 0 calc(100vw / (1220 / 10));
		font-size: calc(100vw / (1220 / 26));
	}
}
@media only screen and (max-width: 980px) {
	#story .contents .left .article .btn-list-mycar .ttl {
		height: 65px;
		font-size: 24px;
	}
	#story .contents .left .article .btn-list-mycar .main {
		padding: 20px 10px;
		border-width: 0 6px 6px;
	}
	#story .contents .left .article .btn-list-mycar .main .txt {
		font-size: 16px;
		line-height: 30px;
	}
	#story .contents .left .article .btn-list-mycar .main .baloon {
		margin-top: 10px;
		font-size: 14px;
	}
	#story .contents .left .article .btn-list-mycar .main .baloon::before, #story .contents .left .article .btn-list-mycar .main .baloon::after {
		top: 3px;
		font-size: 20px;
	}
	#story .contents .left .article .btn-list-mycar .main .baloon::before {
		margin-right: 10px;
	}
	#story .contents .left .article .btn-list-mycar .main .baloon::after {
		margin-left: 10px;
	}
	#story .contents .left .article .btn-list-estimation .ttl {
		height: 65px;
		font-size: 24px;
	}
	#story .contents .left .article .btn-list-estimation .main {
		padding: 20px 10px;
		border-width: 0 6px 6px;
	}
	#story .contents .left .article .btn-list-estimation .main .txt {
		font-size: 16px;
		line-height: 30px;
	}
	#story .contents .left .article .btn-list-estimation-v2 .ttl {
		height: 65px;
		font-size: 24px;
	}
	#story .contents .left .article .btn-list-estimation-v2 .main {
		padding: 20px 10px;
		border-width: 0 6px 6px;
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .txt {
		font-size: 16px;
		line-height: 30px;
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .baloon {
		margin-top: 10px;
		font-size: 14px;
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .baloon::before, #story .contents .left .article .btn-list-estimation-v2 .main .baloon::after {
		top: 3px;
		font-size: 20px;
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .baloon::before {
		margin-right: 10px;
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .baloon::after {
		margin-left: 10px;
	}
	#story .contents .right .category-articles ul {
		display: flex;
		flex-wrap: wrap;
	}
	#story .contents .right .category-articles ul li {
		width: 50%;
	}
	#story .contents .right .category-articles ul li:nth-child(odd) {
		padding-right: 10px;
	}
	#story .contents .right .category-articles ul li:nth-child(even) {
		padding-left: 10px;
	}
	#story .contents .other-articles ul {
		display: block;
	}
	#story .contents .other-articles ul li {
		width: 100%;
	}
	#story .contents .other-articles ul li:nth-child(n + 2) {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 767px) {
	#story .contents {
		width: 100%;
	}
	#story .contents .left {
		width: 100%;
	}
	#story .contents .left .article .top, #story .contents .left .article .toc, #story .contents .left .article .h1-txt, #story .contents .left .article .content h2, #story .contents .left .article .content .h2-txt, #story .contents .left .article .cap-txt, #story .contents .left .article .content h3, #story .contents .left .article .content .h3-txt, #story .contents .left .article .content .source, #story .contents .left .article .content .tbl, #story .contents .left .article .voc, #story .contents .left .article .btn-list-mycar, #story .contents .left .article .btn-list-estimation, #story .contents .left .article .btn-list-estimation-v2, #story .contents .left .article .reference, #story .contents .left .article .writer, #story .contents .left .article .writer2, #story .contents .left .article .bottom-sns, #story .contents .left .article .pub-date {
		width: 93%;
		margin-left: auto;
		margin-right: auto;
	}
	#story .contents .left .article .sns .line {
		display: block;
	}
	#story .contents .left .article .content {
		padding-top: 100px;
	}
	#story .contents .left .article .content h2 {
		margin-top: 0;
	}
	#story .contents .left .article .content .anc-adjst {
		margin-top: -50px;
		padding-bottom: 50px;
	}
	#story .contents .left .article .content .tbl table {
		width: 710px;
	}
	#story .contents .left .article .btn-list ul li a {
		width: 90%;
		height: auto;
		min-height: 70px;
		margin: 0 auto;
		padding-right: 20px;
		font-size: 20px;
		line-height: 24px;
	}
	#story .contents .left .article .btn-list ul li a.fs21 {
		font-size: 19px;
		line-height: 23px;
	}
	#story .contents .left .article .btn-list ul li a.fs20 {
		font-size: 18px;
		line-height: 22px;
	}
	#story .contents .left .article .btn-list ul li a.fs19 {
		font-size: 17px;
		line-height: 21px;
	}
	#story .contents .left .article .btn-list ul li a.fs18 {
		font-size: 16px;
		line-height: 20px;
	}
	#story .contents .left .article .btn-list ul li a.fs17 {
		font-size: 15px;
		line-height: 19px;
	}
	#story .contents .left .article .btn-list ul li a.okuruma {
		font-size: 16px;
		line-height: 20px;
	}
	#story .contents .left .article .btn-list ul li a.okuruma2 {
		font-size: 18px;
		line-height: 22px;
	}
	#story .contents .left .article .btn-list ul li a.oneprice {
		font-size: 16px;
		line-height: 20px;
	}
	#story .contents .left .article .btn-list-v2 {
		width: 93%;
		margin-left: auto;
		margin-right: auto;
	}
	#story .contents .left .article .btn-list-v2 .new dd .btn {
		width: 47%;
	}
	#story .contents .left .article .btn-list-v2 .new dd .btn a {
		padding-left: 40px;
		padding-right: 10px;
	}
	#story .contents .left .article .btn-list-v2 .new dd .or {
		display: none;
	}
	#story .contents .left .article .btn-list-v2 .used dt {
		display: flex;
		justify-content: center;
	}
	#story .contents .left .article .btn-list-v2 .used dd {
		display: flex;
		justify-content: center;
	}
	#story .contents .left .article .btn-list-v3 {
		width: 93%;
		margin-left: auto;
		margin-right: auto;
	}
	#story .contents .left .article .btn-list-v3 .new dd .btn {
		width: 100%;
	}
	#story .contents .left .article .btn-list-v3 .new dd .btn a {
		padding-left: 40px;
		padding-right: 10px;
	}
	#story .contents .left .article .btn-list-v3 .used dt {
		display: flex;
		justify-content: center;
	}
	#story .contents .left .article .btn-list-v3 .used dd {
		display: flex;
		justify-content: center;
	}
	#story .contents .left .article .btn-list-v4 {
		width: 93%;
		margin-left: auto;
		margin-right: auto;
	}
	#story .contents .left .article .btn-list-v4 .head {
		width: 60%;
	}
	#story .contents .left .article .btn-list-v4 .btn a {
		width: 90%;
	}
	#story .contents .left .article .btn-list-mycar .ttl {
		height: calc(100vw / (640 / 65));
		font-size: calc(100vw / (640 / 26));
	}
	#story .contents .left .article .btn-list-mycar .main {
		padding: calc(100vw / (640 / 20)) calc(100vw / (640 / 10));
		border-width: 0 calc(100vw / (640 / 6)) calc(100vw / (640 / 6));
	}
	#story .contents .left .article .btn-list-mycar .main .txt {
		font-size: calc(100vw / (640 / 18));
		line-height: calc(100vw / (640 / 32));
	}
	#story .contents .left .article .btn-list-mycar .main .baloon {
		margin-top: calc(100vw / (640 / 10));
		font-size: calc(100vw / (640 / 18));
	}
	#story .contents .left .article .btn-list-mycar .main .baloon::before, #story .contents .left .article .btn-list-mycar .main .baloon::after {
		top: calc(100vw / (640 / 3));
		font-size: calc(100vw / (640 / 20));
	}
	#story .contents .left .article .btn-list-mycar .main .baloon::before {
		margin-right: calc(100vw / (640 / 10));
	}
	#story .contents .left .article .btn-list-mycar .main .baloon::after {
		margin-left: calc(100vw / (640 / 10));
	}
	#story .contents .left .article .btn-list-mycar .main ul li {
		width: calc(100vw / (640 / 384));
		height: calc(100vw / (640 / 86));
		margin: calc(100vw / (640 / 30)) calc(100vw / (640 / 5)) 0;
	}
	#story .contents .left .article .btn-list-mycar .main ul li a {
		font-size: calc(100vw / (640 / 22));
		line-height: calc(100vw / (640 / 30));
	}
	#story .contents .left .article .btn-list-estimation .ttl {
		height: calc(100vw / (767 / 65));
		font-size: calc(100vw / (767 / 26));
	}
	#story .contents .left .article .btn-list-estimation .main {
		padding: calc(100vw / (767 / 20)) calc(100vw / (767 / 10));
		border-width: 0 calc(100vw / (767 / 6)) calc(100vw / (767 / 6));
	}
	#story .contents .left .article .btn-list-estimation .main .txt {
		font-size: calc(100vw / (767 / 20));
		line-height: calc(100vw / (767 / 34));
	}
	#story .contents .left .article .btn-list-estimation .main dl {
		margin-top: calc(100vw / (767 / 20));
	}
	#story .contents .left .article .btn-list-estimation .main dl dt .car {
		width: calc(100vw / (767 / 250));
	}
	#story .contents .left .article .btn-list-estimation .main dl dd {
		margin-left: calc(100vw / (767 / 20));
	}
	#story .contents .left .article .btn-list-estimation .main dl dd .baloon {
		font-size: calc(100vw / (767 / 18));
	}
	#story .contents .left .article .btn-list-estimation .main dl dd .baloon::before, #story .contents .left .article .btn-list-estimation .main dl dd .baloon::after {
		top: calc(100vw / (767 / 3));
		font-size: calc(100vw / (767 / 20));
	}
	#story .contents .left .article .btn-list-estimation .main dl dd .baloon::before {
		margin-right: calc(100vw / (767 / 10));
	}
	#story .contents .left .article .btn-list-estimation .main dl dd .baloon::after {
		margin-left: calc(100vw / (767 / 10));
	}
	#story .contents .left .article .btn-list-estimation .main dl dd .btn {
		width: calc(100vw / (767 / 384));
		height: calc(100vw / (767 / 86));
		margin-top: calc(100vw / (767 / 20));
	}
	#story .contents .left .article .btn-list-estimation .main dl dd .btn a {
		font-size: calc(100vw / (767 / 22));
		line-height: calc(100vw / (767 / 30));
	}
	#story .contents .left .article .btn-list-estimation-v2 .ttl {
		height: calc(100vw / (767 / 65));
		font-size: calc(100vw / (767 / 26));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main {
		padding: calc(100vw / (767 / 20)) calc(100vw / (767 / 10));
		border-width: 0 calc(100vw / (767 / 6)) calc(100vw / (767 / 6));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .txt {
		font-size: calc(100vw / (767 / 20));
		line-height: calc(100vw / (767 / 34));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .baloon {
		margin-top: calc(100vw / (767 / 10));
		font-size: calc(100vw / (767 / 18));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .baloon::before, #story .contents .left .article .btn-list-estimation-v2 .main .baloon::after {
		top: calc(100vw / (767 / 3));
		font-size: calc(100vw / (767 / 20));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .baloon::before {
		margin-right: calc(100vw / (767 / 10));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .baloon::after {
		margin-left: calc(100vw / (767 / 10));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .car-list .btn-car-estimation {
		width: calc(100vw / (767 / 624));
		height: calc(100vw / (767 / 126));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .car-list .btn-car-estimation a .car {
		height: calc(100vw / (767 / 56));
		margin-left: calc(100vw / (767 / 202));
		padding: calc(100vw / (767 / 10)) calc(100vw / (767 / 10)) 0 calc(100vw / (767 / 10));
		font-size: calc(100vw / (767 / 20));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .car-list .btn-car-estimation a .car strong {
		font-size: calc(100vw / (767 / 28));
	}
	#story .contents .left .article .btn-list-estimation-v2 .main .car-list .btn-car-estimation a .txt {
		height: calc(100vw / (767 / 54));
		margin-left: calc(100vw / (767 / 202));
		padding: 0 calc(100vw / (767 / 10));
		font-size: calc(100vw / (767 / 26));
	}
	#story .contents .left .article .reference .btn-car-estimation {
		width: calc(100vw / (767 / 624));
		height: calc(100vw / (767 / 126));
	}
	#story .contents .left .article .reference .btn-car-estimation a .car {
		height: calc(100vw / (767 / 56));
		margin-left: calc(100vw / (767 / 202));
		padding: calc(100vw / (767 / 10)) calc(100vw / (767 / 10)) 0 calc(100vw / (767 / 10));
		font-size: calc(100vw / (767 / 20));
	}
	#story .contents .left .article .reference .btn-car-estimation a .car strong {
		font-size: calc(100vw / (767 / 28));
	}
	#story .contents .left .article .reference .btn-car-estimation a .txt {
		height: calc(100vw / (767 / 54));
		margin-left: calc(100vw / (767 / 202));
		padding: 0 calc(100vw / (767 / 10));
		font-size: calc(100vw / (767 / 26));
	}
	#story .contents .left .article .ban-related-article {
		width: 93%;
		margin-left: auto;
		margin-right: auto;
	}
	#story .contents .left .article .ban-related-article > .main > a > .thmb > img {
		width: 160px;
		height: 120px;
	}
	#story .contents .left .article .ban-related-article > .main > a > .detail {
		display: flex;
		align-items: center;
	}
	#story .contents .left .article .ban-related-article > .main > a > .detail > .ttl {
		font-size: 18px;
		line-height: 26px;
	}
	#story .contents .left .article .ban-related-article > .main > a > .detail > .txt, #story .contents .left .article .ban-related-article > .main > a > .detail > .date {
		display: none;
	}
	#story .contents .left .article .pub-date {
		padding-bottom: 0;
	}
	#story .contents .left .article .pub-date ul {
		display: block;
		padding: 20px 0;
	}
	#story .contents .left .article .pub-date ul li {
		margin-right: 0;
	}
	#story .contents .left .article .pub-date ul li:nth-child(n + 2) {
		margin-top: 10px;
	}
	#story .contents .right {
		width: 93%;
	}
	#story .contents .right .category-articles {
		margin-top: 60px;
	}
	#story .contents .right .category-articles .ttl {
		height: auto;
		padding: 30px 0 25px;
		border: solid 5px #e6e2e3;
		border-width: 5px 0;
	}
	#story .contents .right .category-articles .ttl h2 {
		display: block;
		border: 0;
		background: none;
		font-size: 36px;
		color: #000;
		text-align: center;
		line-height: 48px;
	}
	#story .contents .right .category-articles ul {
		display: block;
	}
	#story .contents .right .category-articles ul li {
		width: auto;
		padding-bottom: 30px;
		border-bottom: solid 1px #e6e2e3;
	}
	#story .contents .right .category-articles ul li:nth-child(odd) {
		padding-right: 0;
	}
	#story .contents .right .category-articles ul li:nth-child(even) {
		padding-left: 0;
	}
	#story .contents .right .category-articles ul li .img img {
		width: 160px;
		height: 120px;
	}
	#story .contents .right .category-articles ul li h3 {
		margin-left: 20px;
		font-size: 18px;
		font-weight: bold;
		line-height: 26px;
	}
	#story .contents .other-articles {
		display: none;
	}
}
@media only screen and (max-width: 375px) {
	#story .contents .left .article {
		margin-top: 35px;
	}
	#story .contents .left .article .top h1 {
		font-size: 20px;
		line-height: 28px;
	}
	#story .contents .left .article .top ul {
		margin-top: 5px;
	}
	#story .contents .left .article .top ul li a {
		height: 20px;
		padding: 0 10px;
		border-radius: 10px;
	}
	#story .contents .left .article .toc {
		padding-left: 10px;
	}
	#story .contents .left .article .h1-txt {
		margin-top: 30px;
	}
	#story .contents .left .article .img {
		margin-top: 30px;
	}
	#story .contents .left .article .img2 {
		margin-top: 30px;
	}
	#story .contents .left .article .content {
		padding-top: 60px;
	}
	#story .contents .left .article .content h2 {
		border-width: 0 0 0 10px;
		font-size: 20px;
		line-height: 28px;
	}
	#story .contents .left .article .content .h2-txt {
		margin-top: 35px;
	}
	#story .contents .left .article .cap-txt {
		margin-top: 15px;
	}
	#story .contents .left .article .content h3 {
		padding-left: 15px;
		border-width: 0 0 0 5px;
		font-size: 20px;
		line-height: 28px;
	}
	#story .contents .left .article .content .h3-txt {
		margin-top: 35px;
	}
	#story .contents .left .article .content .anc-adjst {
		margin-top: -20px;
		padding-bottom: 20px;
	}
	#story .contents .left .article .btn-list {
		margin-top: 30px;
	}
	#story .contents .left .article .btn-list ul li a {
		min-height: 50px;
		padding-left: 40px;
		border-radius: 25px;
		background-position: 25px center;
		font-size: 16px;
		font-weight: normal;
		line-height: 20px;
	}
	#story .contents .left .article .btn-list ul li a.fs21 {
		font-size: 15px;
		line-height: 19px;
	}
	#story .contents .left .article .btn-list ul li a.fs20 {
		font-size: 14px;
		line-height: 18px;
	}
	#story .contents .left .article .btn-list ul li a.fs19 {
		font-size: 13px;
		line-height: 17px;
	}
	#story .contents .left .article .btn-list ul li a.fs18 {
		font-size: 12px;
		line-height: 16px;
	}
	#story .contents .left .article .btn-list ul li a.fs17 {
		font-size: 11px;
		line-height: 15px;
	}
	#story .contents .left .article .btn-list ul li a.okuruma {
		font-size: 12px;
		line-height: 16px;
	}
	#story .contents .left .article .btn-list ul li a.okuruma2 {
		font-size: 12px;
		line-height: 16px;
	}
	#story .contents .left .article .btn-list ul li a.oneprice {
		font-size: 12px;
		line-height: 16px;
	}
	#story .contents .left .article .btn-list-v2 .new dd .btn {
		min-height: 65px;
		border-radius: 8px;
		background-position: 5px center;
	}
	#story .contents .left .article .btn-list-v2 .new dd .btn a {
		padding-top: 0;
		padding-left: 32px;
		padding-right: 0;
		font-size: 20px;
		line-height: 22px;
	}
	#story .contents .left .article .btn-list-v3 .new dd .btn {
		min-height: 65px;
		border-radius: 8px;
		background-position: 5px center;
	}
	#story .contents .left .article .btn-list-v3 .new dd .btn a {
		padding-top: 0;
		padding-left: 32px;
		padding-right: 0;
		font-size: 20px;
		line-height: 22px;
	}
	#story .contents .left .article .btn-list-v4 .head {
		width: 100%;
	}
	#story .contents .left .article .btn-list-v4 .btn a {
		width: 100%;
	}
	#story .contents .left .article .reference {
		padding: 20px;
	}
	#story .contents .left .article .ban-related-article > .main > a > .thmb > img {
		width: 100px;
		height: 75px;
	}
	#story .contents .left .article .ban-related-article > .main > a > .detail > .ttl {
		font-size: 16px;
		line-height: 24px;
	}
	#story .contents .left .article .writer {
		padding: 20px;
	}
	#story .contents .left .article .writer2 {
		padding: 20px;
	}
	#story .contents .right .category-articles .ttl {
		padding: 20px 0 15px;
	}
	#story .contents .right .category-articles .ttl h2 {
		font-size: 24px;
		line-height: 32px;
	}
	#story .contents .right .category-articles ul li .img img {
		width: 120px;
		height: 90px;
	}
	#story .contents .right .category-articles ul li h3 {
		font-size: 16px;
		line-height: 18px;
	}
}