@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New:wght@400;500;900&display=swap');

*{
	margin: 0;
	padding: 0;
}
:root{
--mainecolor:#0068b7;
--subcolor:#bbdbf3;
}
body{
	width: 100%;
	margin: auto;
	font-size: 18px;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
}
#wrapper {
	padding-top:80px;
}
#header-cycle{
	position: fixed;
	display: flex;
	width: 100%;
	height: 80px;
	padding: 0 20px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
	top: 0;
	left: 0;
	z-index: 9999;
}

br.sp_1120,
br.sp_540{
	display: none;
}

.tel_area{
	max-width: 360px;
	width: 100%;	
}

.tel_area .btn {
	width: 100%;
	border-radius: 25px;
	overflow: hidden;
}

.tel_area .btn a{
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	color: #ffffff;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	padding: 13px 1rem 13px 50px;
	background: var(--mainecolor);
	background-image: url(https://www.daiichishikoku.com/wp/wp-content/uploads/2025/02/cycle_icn_tel.png);
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: left 1rem center;
	box-sizing: border-box;
}

.tel_area .btn a .num{
	font-size: 1.5rem;
	line-height: 100%;
}

.tel_area .btn a small{
	font-size: 18px;
	line-height: 1.5rem;
}

#container.cycle{
	margin-top: 80px;
}

.top_area{
	position: relative;
	width: calc(100% - 6rem);
	height: 90vh;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 100px;
	border-radius: 0 25px 25px 0;
	background-image: url(https://www.daiichishikoku.com/wp/wp-content/uploads/2026/05/top_image_specified.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.top_area h2{
	position: absolute;
	max-width: fit-content;
	min-height: fit-content;
	font-size: 50px;
	top:3%;
	left: -30px;
	margin: auto;
	z-index: 1;
}

.top_area h2 span.bg{
	display: inline-block;
	position: relative;
	margin-bottom: 36px;
	padding: 10px 50px;
}

.top_area h2 span.bg::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transform: skewX(-30deg);
	background: #ffffff;
	left: 0;
	top: 0;
	z-index: -1;
}

.top_area h2 span.bg::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transform: skewX(-30deg);
	background-image: linear-gradient(90deg, #0068b7 10%, #00a1e9 40%, #26499d 70%);
	left: 10px;
	top: 10px;
	z-index: -2;
}

.top_area h2 span.tx_44{
	font-size: 44px;
	margin-bottom: 0;
}

p.tx_c{
	font-size: 23px;
	text-align: center;
	margin-bottom: 100px;
}

.cl_red{
	font-size: 32px;
	color: #D60035;
}

h3.jos{
	text-align: center;
	font-size: 50px;
	line-height: 150%;
	font-family: "Josefin Sans", "hiragino-kaku-gothic-pron",  serif;
	font-optical-sizing: auto;
	color:var(--mainecolor);
	margin-bottom: 60px;
}

h3.jos.lineups{
	margin-bottom: 40px;
}


h3.jos small{
	display: block;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
}

ul.maker_list{
	max-width: 1020px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	margin-bottom: 100px;
}

ul.maker_list li{
	max-width: 300px;
	min-height: 200px;
	text-align: center;
	align-content: center;
	width: 30%;
	margin: 0 20px 40px;
	font-size: 16px;
	box-sizing: border-box;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

ul.maker_list li .img_area{
	max-width: 200px;
	width: 100%;
	margin: auto;
}

ul.maker_list li a:hover{
	opacity: .5;
}

ul.maker_list li .img_area img{
	display: block;
	width: 100%;
}

.bg_img{
	position: relative;	
	width: 100%;
	min-height: 570px;
	padding: 110px 1rem;
	margin-bottom: 100px;
	box-sizing: border-box;
	background-image: url(https://www.daiichishikoku.com/wp/wp-content/uploads/2026/05/cycle_img_specified.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}

.bg_img .tx_box{
	position: absolute;
	max-width: 640px;
	width: 96%;
	height: fit-content;
	left: 8%;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 50px;
	background: #2b4c6599;
	color: #ffffff;
	box-sizing: border-box;
}

.bg_img .tx_box h3{
	font-size: 27px;
	line-height: 100%;
	text-align: center;
	padding-top: 60px;
	margin-bottom: 30px;
	background-image: url(https://www.daiichishikoku.com/wp/wp-content/uploads/2026/05/icn_cycle_blue2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 60px auto;
}
.bg_img .tx_box p{
	font-size: 16px;
	letter-spacing: 0.375px;
	line-height: 225%;
	font-weight: normal;
}

.bg_red{
	max-width: 530px;
	padding: 16px;
	border-radius: 10px;
	background:var(--mainecolor);
	box-sizing: border-box;
	margin: auto;
	margin-bottom: 90px;
}

.bg_red p{
	text-align: center;
	font-size: 23px;
	line-height: 100%;
	color: #ffffff;
}

.list_area{
	max-width: 1280px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	width: 96%;
	margin: auto;
	margin-bottom: 100px;
}

.list_area.mar2r5{
	margin-bottom: 50px;
}

.list_area .list_item {
	max-width: 400px;
	width: calc(32% - 1rem);
	margin: 0 3% 1.5rem 0;
	align-content: center;
	border-bottom: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	box-sizing: border-box;
}

.list_area .list_item:nth-of-type(3n) {
	margin-right: 0;
}

.list_area .list_item a{
	position: relative;
	display: block;
	height: 100%;
	padding: 30px;
	align-content: end;
	box-sizing: border-box;
	text-decoration: none;
}

.list_area .list_item a:hover,
.list_area .list_item a:focus{
	opacity: .5;
}

.list_area .list_item a span{
	display: block;
}

.list_area .list_item a .ride_icn{
	position: absolute;
	width: 65px;
	height: 65px;
	text-align: center;
	align-content: center;
	font-size: 16px;
	line-height: 125%;
	letter-spacing: -2px;
	font-weight: normal;
	background:var(--mainecolor);
	border-radius: 100%;
	color: #ffffff;
	right: -8px;
	top: 5px;
}

.list_area .list_item a .img_area {
	max-width: 350px;
	margin-bottom: 30px;
}

.list_area .list_item a .img_area img{
	display: block;
	width: 100%;
}

.list_area .list_item a .item_name{
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

.list_area .list_item a .item_price{
	font-size: 22px;
	color: #FF0000;
	text-align: end;
}

.list_area .list_item a .item_price small{
	font-size: 16px;
}
.list_area .list_item a .price_detail {
	text-align: end;
	font-size: 1rem;
	color: #FF0000;
}

.tx_22{
	font-size: 22px;
	text-align: center;
	line-height: 200%;
	margin-bottom: 100px;
}

.bnr_bunkatsu {
	max-width: 600px;
	width: calc(100% - 2rem);
	margin: 0 auto 3.75rem;
}

.bnr_bunkatsu img{
	display: block;
	width: 100%;
	height: auto;
}

.bnr_rules{
	max-width: 600px;
	width: calc(100% - 2rem);
	margin: auto;
	margin-bottom: 5rem;
}

.bnr_rules a:hover {
	opacity: .5;
}

.bnr_rules a img{
	display: block;
	width: 100%;
}

.from_area{
	width: 100%;
	min-height: 700px;
	margin: auto;
	align-content: center;
	background-image: url(https://www.daiichishikoku.com/wp/wp-content/uploads/2026/05/footer_img_specified.jpg);
	background-size: cover;
	background-position: center 85%;
	background-repeat: no-repeat;
}

.from_area .from_box{
	max-width: 640px;
	width: 96%;
	background: #2b4c6599;
	color: #ffffff;
	padding: 60px 40px;
	font-weight: normal;
	margin: auto;
	box-sizing: border-box;
}

.from_area .from_box h3{
	font-size: 27px;
	line-height: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.from_area .from_box p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}

.from_area .from_box ul{
	list-style: none;
	max-width: 410px;
	width: 96%;
	margin: auto;
}

.from_area .from_box ul.detail li{
	font-size: 21px;
	line-height: 25px;
	margin-bottom: 15px;
	padding-left: 35px;
	box-sizing: border-box;
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: left top;
}

.from_area .from_box ul.detail li:last-child{
	margin-bottom: 0;
}

.from_area .from_box ul.detail li small{
	font-size: 16px;
	line-height: 20px;
}

.from_area .from_box ul.detail li:nth-child(1){
	background-image: url(https://www.daiichishikoku.com/wp/wp-content/uploads/2025/02/cycle_icn_from.png);
}

.from_area .from_box ul.detail li:nth-child(2){
	background-image: url(https://www.daiichishikoku.com/wp/wp-content/uploads/2025/02/cycle_icn_tel.png);
}

.from_area .from_box ul.detail li:nth-child(3){
	background-image: url(https://www.daiichishikoku.com/wp/wp-content/uploads/2025/02/cycle_icn_fax.png);
}

.from_area .from_box ul.detail li:nth-child(4){
	background-image: url(https://www.daiichishikoku.com/wp/wp-content/uploads/2025/02/cycle_icn_mail.png);
}

.from_area .from_box ul.detail li:nth-child(5){
	background-image: url(https://www.daiichishikoku.com/wp/wp-content/uploads/2025/02/cycle_icn_time.png);
}

.copyright {
	min-height: 60px;
	align-content: center;
	padding: 10px;
	box-sizing: border-box;
	background:var(--mainecolor);
}

.copyright p{
	font-size: 13px;
	line-height: 100%;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
}

#container.cycle h2.entry-title.jos{
	color: var(--mainecolor);
	text-align: center;
	font-family: "Josefin Sans", "hiragino-kaku-gothic-pron",  serif;
	font-size: 2.5rem;
	line-height: 2.5rem;
	padding: 2rem 0;
	border-bottom: 4px solid;
	box-sizing: border-box;
	font-weight: bold;
	margin-bottom: 3.75rem;
}

#container.cycle h2.entry-title.jos small{
	display: block;
	font-size: 1.5rem;
	line-height: 2rem;
}

.bicycle_wrap{
	max-width: 1200px;
	width: calc(100% - 2rem);
	margin: auto;
}

.bicycle_wrap h3.entry-title{
	position: relative;
	display: table;
	font-size: 1.75rem;
	padding: 1.5rem 0.5rem;
	margin: auto;
	margin-bottom: 1.5rem;
}

.bicycle_wrap h3.entry-title::before{
	content: "";
	position: absolute;
	width: 60px;
	height: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #D60035;
}

.bicycle_wrap .img_box {
	max-width: 720px;
	width: calc(100% - 2rem);
	margin: auto;
}

.bicycle_wrap .img_box img{
	display: block;
	width: 100%;
}

.bicycle_wrap .price_box {
	font-size: 2rem;
	color: #D60035;
	display: table;
	margin: auto;
	margin-bottom: 5rem;
}

.bicycle_wrap .price_box.mar2r5 {
	margin-bottom: 2.5rem;
}

.bicycle_wrap .price_box .price_detail{
	display: block;
	font-size: 1.25rem;
	text-align: center;
}

.bicycle_wrap .att_box{
    max-width: 1020px;
    width: calc(100% - 2rem);
    margin: 0 auto 5rem;
    padding: 1rem;
    border: 2px solid #D60035;
    color: #D60035;
    box-sizing: border-box;
}

.moped_attention{
	display: table;
	margin: auto;
	margin-top: 3.75rem;
	border: 2px solid #37374F;
	padding: 2rem;
	box-sizing: border-box;
}

.moped_attention h4{
	font-size: 1.75rem;
	font-weight: bold;
	padding: 0 0 2rem;
	border-left: none;
	border-bottom: 1px dashed #37374F;
	margin-bottom: 1rem;
}

.moped_attention p{
	margin-bottom: 1rem;
}

.moped_attention ul.att_list{
	width: calc(100% - 2rem);
	margin: auto;
	list-style: none;
}

.moped_attention ul.att_list li{
	position: relative;
	font-size: 18px;
	text-align: left;
	padding-left: 24px;
	margin-bottom: 1rem;
}

.moped_attention ul.att_list li:last-child{
	margin-bottom: 0;
}

.moped_attention ul.att_list li::before{
	content: "■";
	position: absolute;
	left: 0;
	top: 0;
}

.moped_attention ul.att_list li .tips{
	color: #FF0000;
}

.bicycle_wrap .entry-content{
	margin-bottom: 5rem;
}

.bicycle_wrap .column2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 3.75rem;
}

.bicycle_wrap .column2.rev{
	flex-direction: row-reverse;
}

.bicycle_wrap .column2 .l_box,
.bicycle_wrap .column2 .r_box{
	width: calc(50% - 1rem);
}

.bicycle_wrap .column2 .l_box img,
.bicycle_wrap .column2 .r_box img{
	display: block;
	width: 100%;
}

.bicycle_wrap .column2 .l_box h3,
.bicycle_wrap .column2 .r_box h3{
	font-size: 1.5rem;
	line-height: 150%;
	margin-bottom: 1.25rem;
}

.bicycle_wrap .column2 .l_box p,
.bicycle_wrap .column2 .r_box p{
	font-weight: normal;
}

table.spec_detail {
	width: calc(100% - 4rem);
	border-collapse: collapse;
	border-bottom: 1px solid #37374F;
	margin: auto;
	font-weight: normal;
}

table.spec_detail tr th,
table.spec_detail tr td{
	text-align: left;
	vertical-align: baseline;
	padding: 1rem;
	border-top: 1px solid #37374F;
	box-sizing:border-box;
}

table.spec_detail tr th{
	width: 200px;
	border-right: 1px dashed;
}

table.spec_detail tr:first-of-type th{
	border-right: none;
}

table.spec_detail tr td{
	width: calc(100% - 200px);
}

.mar5r{
	margin-bottom: 5rem;
}

table.spec_detail tr td .tips{
	font-size: 14px;
	color: #4f44a2;
}

ul.att{
	list-style:none;
	width: calc(100% - 4rem);
	margin: auto;
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: normal;
}

ul.att li{
	position: relative;
	margin-bottom: 8px;
	padding-left: 1.5rem;
	color: #ff0000;
}

ul.att li:last-child{
	margin-bottom: 0;
}

ul.att li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}

ul.att li:nth-child(-n+3)::before{
	content: "※";
}

ul.att li:nth-last-child(-n+2)::before{
	content: "☆";
}

ul.att.mar5r{
	margin-bottom: 5rem;
}

#nav-below{
	max-width: 1200px;
	width: calc(100% - 4rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 2.5rem;
}

.more{
	max-width: 360px;
	width: calc(100% - 4rem);
	margin: auto;
	margin-bottom: 5rem;
}

.more a{
	display: block;
	background: #37374F;
	padding: 1rem 1.5rem;
	border-radius: 12px;
	font-size: 1.25rem;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}


#nav-below .nav-next a,
#nav-below .nav-previous a{
	display: block;
	padding: 8px 36px;
	text-decoration: none;
	background: var(--mainecolor);
	color: #ffffff;
}

.more a:hover,
#nav-below .nav-next a:hover,
#nav-below .nav-previous a:hover{
	opacity: .5;
}

#nav-below .nav-next a{
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
}

#nav-below .nav-previous a{
	clip-path: polygon(100% 0, 90% 50%, 100% 100%, 10% 100%, 0 50%, 10% 0);
}

.spec_area {
	max-width: 1020px;
	width: 100%;
	margin: auto;
	margin-bottom: 1.875rem;
}

.spec_area h3{
	position: relative;
	text-align: center;
	font-size: 1.75rem;
	padding-bottom: 1.25rem;
	margin-bottom: 2.5rem;
	color: 1px solid #37374F;
}

.spec_area h3::before{
	content: "";
	position: absolute;
	max-width: 160px;
	width: 100%;
	height: 0;
	border-bottom: 1px dotted #37374F;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

table.spec_table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #37374F;
	margin-bottom: 1rem;
}

table.spec_table tr th,
table.spec_table tr td{
	text-align: left;
	padding: 0.75rem 1rem;
	vertical-align: baseline;
	border-bottom: 1px solid #37374F;
	box-sizing: border-box;
}

table.spec_table tr th{
	width: 200px;
	border-right: 1px dashed #37374F;
}

table.spec_table tr td{
	width: calc(100% - 200px);
}

span.tips{
	font-size: 1rem;
	color: #0000CC;
}

.spec_area ul.att_list{
	list-style: none;
}

.spec_area ul.att_list li{
	position: relative;
	padding-left: 1.25rem;
	margin-bottom: 0.5rem;
	color: #FF0000;
}

.spec_area ul.att_list li::before{
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.spec_area ul.att_list li:last-child{
	margin-bottom: 0;
}

.bnr_box{
	max-width: 640px;
	width: 100%;
	margin: auto;
}

.bnr_box a{
	display: block;
	min-height: 3.75rem;
	text-decoration: none;
	font-size: 1.5rem;
	color: #ffffff;
	background: #37374F;
	border-radius: 0.75rem;
	text-align: center;
	align-content: center;
}

.bnr_box a:hover{
	opacity: .5;
}

@media screen and ( max-width:1280px ) {
	.top_area {
		width: calc(100% - 4rem);
		height: 70vh;
	}

	.top_area h2 {
		font-size: 44px;
	}

	.top_area h2 span.tx_44 {
		font-size: 38px;
	}

	.top_area h2 span.bg{
		margin-bottom: 28px;
	}
}

@media screen and ( max-width:1120px ) {
	br.sp_1120{
		display: inline;
	}
}

@media screen and ( max-width:1060px ) {
	ul.maker_list{
		justify-content: start;
	}

	ul.maker_list li {
		max-width: none;
		width: calc(50% - 40px);
		padding: 1rem;
		box-sizing: border-box;
	}
	
	.bg_img{
		background-position: center left 35%;
	}

	.bg_img .tx_box {
		max-width: 400px;
		width: 100%;
		height: 100%;
		left: 0;
	}
}
@media screen and ( max-width:960px ) {
	.top_area {
		height: 55vh;
	}

	.top_area h2 {
		top: auto;
		font-size: 32px;
	}

	.top_area h2 span.tx_44 {
		font-size: 26px;
	}
}


@media screen and ( max-width:840px ) {
	.list_area{
		justify-content: space-between;
		margin-bottom: 60px;
	}

	.list_area .list_item {
		width: calc(50% - 0.5rem);
		margin-right: 0;
		margin-bottom: 1rem;
	}

	.bicycle_wrap .column2,
	.bicycle_wrap .column2.rev{
		flex-direction: column;
	}

	.bicycle_wrap .column2 .l_box,
	.bicycle_wrap .column2 .r_box{
		width: 100%;
	}

	.bicycle_wrap .column2 .l_box{
		margin-bottom: 1.5rem;
	}

	table.spec_detail {
		width: 100%;
		border-bottom: none;
	}

	table.spec_detail tr th,
	table.spec_detail tr td{
		display: flex;
		width: 100%;
	}

	table.spec_detail tr th{
		border-right: none;
	}

	table.spec_detail tr td{
		margin-bottom: 1.25rem;
	}
}

@media screen and ( max-width:768px ) {
	.tel_area {
		max-width: 200px;
	}

	.tel_area .btn a small{
		display: none;
	}

	.top_area {
		width: calc(100% - 20px);
		height: 45vh;
		margin-bottom: 140px;
	}

	.top_area h2 {
		bottom: -4rem;
		font-size: 28px;
	}

	.top_area h2 span.bg {
		margin-bottom: 16px;
		padding: 8px 30px 8px 50px;
	}


	.top_area h2 span.tx_44 {
		font-size: 24px;
	}

	ul.maker_list {
		margin-bottom: 60px;
	}

	p.tx_c {
		font-size: 18px;
	}

	.cl_red {
		font-size: 22px;
	}

	h3.jos {
		font-size: 34px;
	}

	.bg_red {
		max-width: 320px;
		margin-bottom: 40px;
	}

	.bg_red p {
		font-size: 20px;
	}

	.bg_img {
		position: relative;
		width: 100%;
		padding: 320px 0 290px;
		margin-bottom: 0;
		background-size: auto 320px;
		background-position: top left 50%;
	}

	.bg_img .tx_box {
		position: static;
		max-width: none;
		background: #37474F;
		margin-bottom: -200px;
		width: 100%;
		padding: 50px 20px;
		height: 100%;
	}


	.tx_22 {
		font-size: 18px;
		margin-bottom: 60px;
	}

	table.spec_table {
		border-top: 0;
	}

	table.spec_table tr th,
	table.spec_table tr td{
		display: block;
		border-bottom: 0;
	}

	table.spec_table tr th{
		width: 100%;
		border-right: 0;
		background: #efefef;
	}

	table.spec_table tr td{
		width: 100%;
		margin-bottom: 1.25rem;
	}

	.from_area {
		padding: 400px 0 0;
		width: 100%;
		min-height: auto;
		background-size: auto 400px;
		background-position: top center;
	}

	.from_area .from_box {
		max-width: none;
		width: 100%;
		background: #37474F;
		padding: 60px 20px;
	}

	.from_area .from_box ul{
		max-width: 460px;
	}

	.from_area .from_box ul.detail li {
		font-size: 18px;
	}

	.from_area .from_box ul.detail li small {
		font-size: 14px;
	}

	.copyright{
		min-height: 40px;
	}
}

@media screen and ( max-width:540px ) {
	span.none_540{
		display: none;
	}

	br.sp_540{
		display: inline;
	}

	p.tx_c {
		width: calc(100% - 2rem);
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}

	p.tx_c br{
		display: none;
	}

	.tel_area {
		max-width: 60px;
	}

	.tel_area .btn{
		border-radius: 15px;
	}

	.tel_area .btn a {
		padding: 30px 0rem 30px 0px;
		background-size: 30px auto;
		background-position: center;
	}

	.tel_area .btn a .num{
		display: none;
	}

	ul.maker_list li {
		width: calc(100% - 2rem);
		display: flex;
		align-items: center;
		min-height: 140px;
		margin: 0 auto 1.25rem;
	}

	ul.maker_list li .img_area {
		max-width: 160px;
		width: 100%;
		margin: unset;
		margin-right: 1rem;
	}

	ul.maker_list li p{
		width: calc(100% - 160px);
	}

	.list_area{
		width: 100%;
	}

	.list_area .list_item {
		max-width: none;
		width: calc(100% - 2rem);
		margin: 0 auto 2rem;
	}

	.list_area .list_item:nth-of-type(3n) {
		margin-right: auto;
	}

	.list_area .list_item:last-of-type {
		margin-bottom: 0;
	}

	.list_area .list_item a{
		padding: 1rem;
	}

	.list_area .list_item a .ride_icn {
		width: 120px;
		height: auto;
		padding: 6px;
		letter-spacing: 0;
		border-radius: 10px;
		right: 0;
	}

	.list_area .list_item a .ride_icn br{
		display: none;
	}

	.list_area .list_item a .img_area{
		margin: 0 auto 1rem;
	}

	.list_area .list_item a .item_name {
		font-size: 16px;
	}

	.list_area .list_item a .item_price {
		font-size: 18px;
	}

	.list_area .list_item a .item_price small{
		font-size: 14px;
	}

	.tx_22 {
		text-align: left;
		width: calc(100% - 2rem);
		margin-right: auto;
		margin-left: auto;
	}

	#container.cycle h2.entry-title.jos{
		font-size: 2.25rem;
	}

	#container.cycle h2.entry-title.jos small{
		font-size: 1.25rem;
	}

	.bicycle_wrap h3.entry-title{
		font-size: 1.5rem;
	}

	.bicycle_wrap .price_box {
		font-size: 1.75rem;
		margin-bottom: 3.75rem;
	}

	.moped_attention p {
		padding: 0;
	}

	.moped_attention ul.att_list {
		width: 100%;
	}
}