@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
*/

a:link,
a:active,
a:visited {
	color: #000000;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 100%;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	font-weight: 500;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #990000;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #007500;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #E8FDFE;
	/* Setting by CMS sheets */
}

td.bg_lightblue,
th.bg_lightblue {
	color: inherit;
	background-color: #EEF9FF;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #F3EEFF;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	padding-top: 200px;
	min-width: 1220px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1220px;
	padding: 0 10px;
	width: calc(90% + 20px);
	margin: 0 auto;
}

.show_sp{
	display: none;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 200px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 210px;
	/* デザインによって変更 */
}


/* header
================================================== */
#tmp_wrap_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	color: #000000;
	z-index: 99;
}
#tmp_header{
	padding-bottom: 10px;
}
#tmp_header .header_inner{
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
}
#tmp_hlogo {
	width: 40%;
	padding: 10px 4.8% 0;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	margin-left: 1px;
    background: transparent url(/site/shared/site_cycling/images/header/hlogo.png) no-repeat;
    background-size: contain;
    width: 354px;
    height: 110px;
    max-width: 100%;
    color: inherit;
}
#tmp_hlogo a {
	display: block;
	width: 354px;
	max-width: 100%;
	height: 110px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 354px;
	height: 110px;
	max-width: 100%;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
	overflow: hidden;
}
#tmp_means{
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	align-self: flex-start;
	justify-content: space-between;
	gap: 10px 20px;
	padding: 8px 3%;
	min-height: 80px;
	background-color: #1e2d5a;
	background-image: -webkit-gradient(linear, left top, right top, from(#007da5), to(#1e2d5a));
	background-image: -moz-linear-gradient(left, #007da5 0%, #1e2d5a 100%);
	background-image: -o-linear-gradient(left, #007da5 0%, #1e2d5a 100%);
	background-image: linear-gradient(90deg, #007da5 0%, #1e2d5a 100%);
	background-repeat: no-repeat;
	border-bottom-left-radius: 20px;
	color: #ffffff;
}
#tmp_hnavi_s{
	position: relative;
	display: block;
	z-index: 99;
	flex: 1;
	text-align: left;
}
#tmp_hnavi_s > ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 30px;
}
#tmp_hnavi_s > ul > li{
	list-style: none;
}
#tmp_hnavi_s > ul > li > a{
	display: flex;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
#tmp_hnavi_s > ul > li > a > span{
	display: inline-block;
	padding: 3px 0 3px 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: inherit;
}
#tmp_sma_rmenu a{
	color: inherit;
}
/* menu setting */
#tmp_hnavi_stmenu > a > span{
	background-image: url(/site/shared/site_cycling/images/header/navi_ic_setting.png);
}
/* menu language */
#tmp_hnavi_lmenu{
	position: relative;
}
#tmp_hnavi_lmenu > a{
	min-width: 102px;
}
#tmp_hnavi_lmenu > a:before{
	content: '';
	position: absolute;
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	border: 1px solid #ffffff;
	z-index: 1;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#tmp_hnavi_lmenu > a > span{
	background-image: url(/site/shared/site_cycling/images/header/navi_ic_lang.png);
}
#tmp_hnavi_lmenu > a.active{
	text-align: center;
	justify-content: center;
}
#tmp_hnavi_lmenu > a.active:before{
	opacity: 1;
	transition: none;
}
#tmp_hnavi_lmenu > a.active > span{
	background-image: url(/site/shared/site_cycling/images/header/navi_ic_close.png);
	background-size: 16px auto;
}
#tmp_sma_lmenu{
    top: calc(100% + 25px);
	left: 50%;
	width: 300px;
	text-align: left;
	z-index: 99;
	transform: translateX(-50%);
}
#tmp_sma_lmenu .menu_inner{
	padding: 20px;
	background-color: #282828;
	border: 2px solid #007da5;
	border-top: none;
	border-radius: 0 0 10px 10px;
	color: #ffffff;
}
#tmp_header .lang_list{
	display: flex;
	flex-flow: row wrap;
	gap: 16px;
}
#tmp_header .lang_list li{
	list-style: none;
	width: calc(50% - 8px);
}
#tmp_header .lang_list a{
	display: inline-block;
	padding: 3px 0 3px 20px;
	background: transparent url(/site/shared/site_cycling/images/icon/arrow_link_gray.png) no-repeat 0 6px;
	color: inherit;
	text-decoration: none;
}
/* form search */
#tmp_sma_search{
	max-width: 252px;
}
#tmp_sma_search .search_inner{
	display: flex;
	align-items: center;
}
#tmp_sma_search .wrap_sch_box{
	display: flex;
	align-items: center;
	gap: 0 10px;
}
#tmp_sma_search .sch_ttl{
	flex-shrink: 0;
}
#tmp_sma_search .sch_ttl label{
	display: inline-block;
	cursor: pointer;
}
#tmp_sma_search .sch_input{
	position: relative;
}
#tmp_sma_search .sch_box input,
#tmp_sma_search .sch_btn input{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 50px;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.2;
	appearance: none;
	box-shadow: none;
}
#tmp_sma_search .sch_box input{
	padding: 4px 35px 4px 16px;
    background-color: #ffffff;
    height: 27px;
    color: #000000;
}
#tmp_sma_search .sch_box input::placeholder{
	color: #000000;
}
#tmp_sma_search .sch_btn{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
}
#tmp_sma_search .sch_btn input{
	background: transparent url(/site/shared/site_cycling/images/header/navi_ic_search.png) no-repeat center center;
	cursor: pointer;
	color: inherit;
	text-indent: -9999px;
}
/* rnavi sp */
#tmp_hnavi_rmenu{
	display: none;
}

/* gnavi
================================================== */
#tmp_gnavi{
	background-color: #282828;
	color: #ffffff;
}
#tmp_gnavi .gnavi {
	position: relative;
	display: flex;
	z-index: 98;
	width: 100%;
}
#tmp_gnavi .gnavi li{
	position: relative;
	list-style: none;
	width: calc(100% / 7);
}
#tmp_gnavi .gnavi li:before,
#tmp_gnavi .gnavi li:last-of-type:after{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	bottom: 8px;
	margin: auto 0;
	border-left: 1px solid #7e7e7e;
}
#tmp_gnavi .gnavi li:last-of-type:after{
	right: 0;
	left: auto;
}
#tmp_gnavi .gnavi a{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	padding: 16px 5px 15px;
	font-weight: bold;
	height: 100%;
	min-height: 70px;
	color: inherit;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}
#tmp_gnavi .gnavi a:focus-visible{
	outline-offset: -1px;
}
#tmp_gnavi .gnavi br{
	display: none;
}

/* footer
================================================== */
#tmp_footer {
	position: relative;
	margin-top: 120px;
	padding-top: 60px;
	background-color: #f5f5f5;
	color: inherit;
}
#tmp_footer .footer_main{
	padding-bottom: 59px;
}
/* pnavi */
#tmp_footer .pnavi{
	position: absolute;
    top: -30px;
	right: 60px;
	z-index: 96;
}
#tmp_footer .pnavi a{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #282828;
	padding: 11px 10px 9px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #ffffff;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
/* info */
#tmp_footer .footer_info{
	display: flex;
	gap: 0 19px;
	margin-bottom: 64px;
	padding-bottom: 60px;
	border-bottom: 1px solid #c8c8c8;
}
#tmp_footer .footer_logo{
	flex-shrink: 0;
	margin-left: -2px;
	background: transparent url(/site/shared/site_cycling/images/footer/flogo.png) no-repeat;
	width: 180px;
	height: 60px;
	color: inherit;
	text-indent: -9999px;
}
#tmp_footer .footer_logo a{
	display: block;
	width: 180px;
	height: 60px;
}
#tmp_footer .footer_address{
	flex: 1;
	padding-top: 3px;
	font-style: normal;
	line-height: 1.8;
}
#tmp_footer .add_name{
	margin-bottom: 2px;
	font-weight: bold;
	letter-spacing: -0.015em;
}
#tmp_footer .add_info{
	margin-bottom: 13px;
	font-size: 87.5%;
}
#tmp_footer .add_link{
	margin-left: 1px;
}
#tmp_footer .add_link a{
	display: block;
	padding: 5px;
	background-color: #763551;
	width: 360px;
	max-width: 100%;
	font-size: 87.5%;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
#tmp_footer .footer_btns{
	width: 256px;
}
#tmp_footer .footer_btns li{
	list-style: none;
}
#tmp_footer .footer_btns a{
	display: block;
	padding: 11px 34px 10px;
	background: #ffffff url(/site/shared/site_cycling/images/icon/arrow_link_gray.png) no-repeat right 16px center;
	border: 2px solid #969696;
	border-radius: 30px;
	line-height: 1.2;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#tmp_footer .footer_btns li:not(:last-of-type){
	margin-bottom: 12px;
}
#tmp_footer .fnavi{
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
}
#tmp_footer .fnavi li{
	list-style: none;
	line-height: 1.6;
}
#tmp_footer .fnavi a{
	display: inline-block;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
#tmp_footer .fnavi_links > li > a{
	padding-left: 20px;
	background-image: url(/site/shared/site_cycling/images/icon/arrow_link_rgt.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	font-weight: bold;
}
#tmp_footer .fnavi_links > li:not(:last-of-type){
	margin-bottom: 7px;
}
#tmp_footer .fnavi_sub{
	margin-top: 9px;
	padding-left: 20px;
	font-size: 87.5%;
}
#tmp_footer .fnavi_sub > li:not(:last-of-type){
	margin-bottom: 3px;
}
#tmp_footer .fnavi > li:nth-of-type(2),
#tmp_footer .fnavi > li:nth-of-type(3){
	padding-left: 3px;
}
.copyright {
	padding: 10px 12px;
	background-color: #000000;
	font-size: 87.5%;
	color: #ffffff;
	text-align: center;
}

/* hover
================================================== */
#tmp_footer .pnavi a:hover,
#tmp_footer .footer_btns a:hover,
#tmp_footer .fnavi a:hover,
#tmp_footer .add_link a:hover,
#tmp_gnavi .gnavi .active a,
#tmp_gnavi .gnavi a:hover,
#tmp_sma_lmenu .lang_list a:hover,
#tmp_hnavi_s > ul > li > a:hover{
	text-decoration: underline;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	font-size:87.5%;
	margin-bottom: 80px;
	padding: 0 10px;
}
#tmp_pankuzu .container {
	padding: 9px 10px 0;
}
#tmp_pankuzu .container::after{
	width: 100%;
	margin-top: 7px;
	border-bottom: #c8c8c8 1px solid;
}
#tmp_pankuzu a {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}
#tmp_pankuzu a:hover{
	text-decoration: underline;
}
.format_idx #tmp_pankuzu {
	margin-bottom: 80px;
}
/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin-bottom: 16px;
}
#tmp_pankuzu + #tmp_wrap_custom_update {
	margin-top: 141px;
}
#tmp_custom_update {
	text-align: right;
	padding-bottom: 6px;
	border-bottom: 1px solid #a0a0a0;
}
#tmp_update {
	display: inline-block;
	vertical-align: top;
	line-height: 1.8;
	font-size:87.5%;
}
.column_cnt #tmp_wrap_custom_update {
	max-width: 1220px;
    padding: 0 10px;
    width: calc(90% + 20px);
    margin-left: auto;
	margin-right: auto;
}
.column_cnt #tmp_wrap_custom_update .container {
    max-width: 900px;
	width: 90%;
	padding: 0;
}

/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	display: block;
	position: absolute;
    width: 40px;
    height: 40px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	transform: none;
	border-radius: 50px;
	margin-top: -17px;
	background: #000000;
	color: #FFFFFF;
	opacity: 0.75;
	transition: opacity 0.3s ease-in-out;
}
.splide_common .splide__arrow:hover:not(:disabled){
	opacity: 0.7;
}
.splide_common .splide__arrow--prev {
	left: -22px;
}
.splide_common .splide__arrow--next {
	right: -22px;
}
.splide_common .splide__arrow--prev::before,
.splide_common .splide__arrow--next::before{
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.75;
	transition: opacity 0.3s;
}
.splide_common .splide__arrow--prev::before{
	background-image: url(/site/shared/site_cycling/images/icon/arrow_prev.png);
}
.splide_common .splide__arrow--next::before{
	background-image: url(/site/shared/site_cycling/images/icon/arrow_next.png);
}
.splide_common .splide__arrow--prev:hover::before,
.splide_common .splide__arrow--next:hover::before{
	opacity: 1;
}
.splide_common .splide__arrow--prev:hover,
.splide_common .splide__arrow--next:hover{
	opacity: 0.7;
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev,
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
	background-color: #000000 !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev::before,
.color_blue #tmp_wrapper .splide_common .splide__arrow--next::before,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev::before,
.color_black #tmp_wrapper .splide_common .splide__arrow--next::before,
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev,
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next,
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev::before,
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next::before{
	opacity: 1;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev::before,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev::before {
    background-image: url(/site/shared/site_cycling/images/icon/arrow_prev_back.png);
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev,
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next{
	background-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next::before,
.color_black #tmp_wrapper .splide_common .splide__arrow--next::before {
    background-image: url(/site/shared/site_cycling/images/icon/arrow_next_black.png);
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}
.color_blue #tmp_pankuzu .container::after,
.color_black #tmp_pankuzu .container::after,
.color_yellow #tmp_pankuzu .container::after{
	border-color: inherit;
}
/* ==================================================
layout
================================================== */


/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:scroll;
	margin-bottom: 39px;
	padding: 41px 18px 27px;
	background: #F6F6F6 url(/site/shared/site_cycling/images/icon/scroll_table_icon.png) right 14px no-repeat;
	background-size:81px 16px;
}
.scroll_table_switch {
	text-align:right;
	margin: 0 0 14px;
	font-size: 100%;
	font-weight: normal;
	line-height:1.2;
}
.scroll_table_switch a {
	border: 1px solid #d5d5d4;
	color: #333333;
	display:inline-block;
	padding: 6px 9px 6px 66px;
	text-decoration:none;
	background: #FFFFFF url(/site/shared/site_cycling/images/icon/scroll_table_ex.png) 8px center no-repeat;
	background-size: 50px 22px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/site/shared/site_cycling/images/icon/scroll_table_df.png) 8px center no-repeat;
	background-size: 50px 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* linkicon
================================================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_excel,
#tmp_main a.icon_word,
#tmp_main a.icon_ppt,
#tmp_main a.icon_txt {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	margin: 0;
	text-indent:0 !important;
	background-position:left 0.1em;
	background-repeat:no-repeat;
	padding-left: 62px;
	padding-right: 4px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_cycling/images/icon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/site/shared/site_cycling/images/icon/icon_word.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_cycling/images/icon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_cycling/images/icon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_cycling/images/icon/icon_txt.png);
}

/* hover
================================================== */

/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_blue #tmp_wrap_main a.icon_ppt,
.color_blue #tmp_wrap_main a.icon_txt,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_ppt,
.color_yellow #tmp_wrap_main a.icon_txt,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_ppt,
.color_black #tmp_wrap_main a.icon_txt {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}

.color_black #tmp_contents a[rel*="external"]:after,
.color_blue #tmp_contents a[rel*="external"]:after,
.color_black #tmp_main a[rel*="external"]:after,
.color_blue #tmp_main a[rel*="external"]:after {
	background-image: url(/site/shared/images/icon/icon_external_yl.png) !important;
}
.color_yellow #tmp_main a[rel*="external"]:after,
.color_yellow #tmp_contents a[rel*="external"]:after {
	background-image: url(/site/shared/images/icon/icon_external_bl.png) !important;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small a.icon_pdf,
.fsize_small a.icon_excel,
.fsize_small a.icon_word,
.fsize_small a.icon_ppt,
.fsize_small a.icon_txt {
	background-position: left top;
	padding-top: 2px;
	padding-bottom: 2px;
}
.fsize_small #tmp_contents a[rel*="external"],
.fsize_small #tmp_main a[rel*="external"] {
	padding-bottom: 3px;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}

/* ==================================================
accessility header & footer
================================================== */
/* color */
.color_blue #tmp_wrapper #tmp_hlogo,
.color_black #tmp_wrapper #tmp_hlogo,
.color_yellow #tmp_wrapper #tmp_hlogo{
	padding-right: 10px;
}
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_footer .footer_logo a,
.color_blue #tmp_wrapper #tmp_footer .footer_logo a,
.color_yellow #tmp_wrapper #tmp_footer .footer_logo a{
	width: auto;
	height: auto !important;
}
.color_black #tmp_wrapper #tmp_footer .footer_logo,
.color_blue #tmp_wrapper #tmp_footer .footer_logo,
.color_yellow #tmp_wrapper #tmp_footer .footer_logo{
	height: auto;
}
.color_black #tmp_wrapper #tmp_footer .footer_logo,
.color_blue #tmp_wrapper #tmp_footer .footer_logo,
.color_yellow #tmp_wrapper #tmp_footer .footer_logo,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo h1{
	font-size: 2rem !important;
}
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_footer .footer_logo,
.color_blue #tmp_wrapper #tmp_footer .footer_logo,
.color_yellow #tmp_wrapper #tmp_footer .footer_logo{
	text-indent: inherit;
}
.color_black #tmp_wrapper #tmp_sma_search .sch_btn,
.color_blue #tmp_wrapper #tmp_sma_search .sch_btn,
.color_yellow #tmp_wrapper #tmp_sma_search .sch_btn{
	background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_means,
.color_blue #tmp_wrapper #tmp_means,
.color_yellow #tmp_wrapper #tmp_means{
	border: 2px solid;
	border-top: none;
}
.color_black #tmp_wrapper #tmp_footer .add_link a,
.color_blue #tmp_wrapper #tmp_footer .add_link a,
.color_yellow #tmp_wrapper #tmp_footer .add_link a,
.color_black #tmp_wrapper #tmp_footer .pnavi a,
.color_blue #tmp_wrapper #tmp_footer .pnavi a,
.color_yellow #tmp_wrapper #tmp_footer .pnavi a,
.color_black #tmp_wrapper #tmp_sma_search .sch_box input,
.color_blue #tmp_wrapper #tmp_sma_search .sch_box input,
.color_yellow #tmp_wrapper #tmp_sma_search .sch_box input{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_wrap_header,
.color_blue #tmp_wrapper #tmp_wrap_header,
.color_yellow #tmp_wrapper #tmp_wrap_header{
	border-bottom: 2px solid;
}
.color_black #tmp_wrapper #tmp_footer,
.color_blue #tmp_wrapper #tmp_footer,
.color_yellow #tmp_wrapper #tmp_footer{
	border-top: 2px solid;
}
.color_black #tmp_wrapper .copyright,
.color_blue #tmp_wrapper .copyright,
.color_yellow #tmp_wrapper .copyright{
	border-top: 1px solid;
}
.color_black #tmp_wrapper #tmp_hnavi_lmenu > a:before,
.color_blue #tmp_wrapper #tmp_hnavi_lmenu > a:before,
.color_black #tmp_wrapper #tmp_gnavi .gnavi li:before,
.color_black #tmp_wrapper #tmp_gnavi .gnavi li:last-of-type:after,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi li:before,
.color_blue #tmp_wrapper #tmp_gnavi .gnavi li:last-of-type:after{
	border-color: #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_hnavi_lmenu > a:before,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi li:before,
.color_yellow #tmp_wrapper #tmp_gnavi .gnavi li:last-of-type:after{
	border-color: #000000;
}
.color_black #tmp_wrapper #tmp_sma_search .sch_btn input,
.color_blue #tmp_wrapper #tmp_sma_search .sch_btn input{
	background-image: url(/site/shared/site_cycling/images/header/navi_ic_search_yl.png) !important;
}
.color_yellow #tmp_wrapper #tmp_sma_search .sch_btn input{
	background-image: url(/site/shared/site_cycling/images/header/navi_ic_search.png) !important;
}
/* fsize */
.fsize_small #tmp_wrapper #tmp_hnavi_s > ul > li > a > span,
.fsize_small #tmp_wrapper #tmp_sma_lmenu .lang_list a{
	background-position: 0 3px;
}
.fsize_small #tmp_wrapper #tmp_footer .fnavi_links > li > a{
	background-position: 0 2px;
}
.fsize_big #tmp_wrapper #tmp_sma_lmenu {
    top: calc(100% + 23px);
}
.fsize_big2 #tmp_wrapper #tmp_footer .pnavi a{
	width: 70px;
	height: 70px;
}
.fsize_big2 #tmp_wrapper #tmp_header .func_lang > a > span{
	min-width: 152px;
}
.fsize_big2 #tmp_wrapper #tmp_sma_lmenu {
    top: calc(100% + 16px);
}
/* no-js */
.no_javascript #tmp_wrapper{
	padding-top: 0;
}
.no_javascript #tmp_wrapper #tmp_wrap_header{
	position: relative;
}


/* ==================================================
Emergency
================================================== */

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}