@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 {
	text-decoration: none;
}

body {
	font-size: 81.25%;
	letter-spacing: 0.5px;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	font-weight: 500;
}


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


/* text */

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

.txt_green {
	color: #1B594A;
	/* 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: 125px;
	min-width: 1220px;
}

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

.container:after {
	clear: both;
}

.container {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.format_free #tmp_main .container {
	max-width: 956px;
}


/* 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: 220px;
	/* デザインによって変更 */
}

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

.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: -246px;
	/* デザインによって変更 */
}

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

.show_sp {
	display: none;
}


/* header
================================================== */
#tmp_header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	border-top: 5px solid #c1272d;
	z-index: 99;
	color: #333333;
}
#tmp_header .header_inner{
	display: flex;
	gap: 0 10px;
	min-height: 120px;
}
#tmp_hlogo {
	align-self: center;
	flex-shrink: 0;
	margin: -3px 0 0 -1px;
	width: 278px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: #FFFFFF url(/site/shared/site_aruku/images/icon/hlogo.png) no-repeat;
	background-size: 100% auto;
	width: 278px;
	height: 83px;
}
#tmp_hlogo a {
	display: block;
	width: 278px;
	height: 83px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 278px;
	height: 80px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_header .header_cnt{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	flex: 1 auto;
	gap: 10px 0;
	width: 100%;
}
#tmp_header .header_utility a{
	display: flex;
	padding: 5px 20px 7px 20px;
	background-color: #c1272d;
	border-radius: 0 0 5px 5px;
	font-size: 115.38%;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: -0.05em;
	line-height: 1.5;
}
#tmp_wrapper #tmp_header .header_utility a:hover{
	text-decoration: underline;
}

/* gnavi
================================================== */
.gnavi {
	display: flex;
	gap: 5px;
	padding-bottom: 10px;
	color: inherit;
	clear: both;
}
.gnavi > li {
	list-style: none;
}
.gnavi > li > a {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	padding: 6px 14px 2px;
	height: 100%;
	border-radius: 5px;
	color: #333333;
	font-size: 115.38%;
	line-height: 1.5;
	text-decoration: none;
	letter-spacing: -0.05em;
	transition: background-color 0.25s;
}
.gnavi > li > a > span{
	display: inline-block;
	padding: 4px 0 4px 16px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	color: inherit;
}
.gnavi .glist1 > a > span{
	padding-left: 11px;
	background-image: url(/site/shared/site_aruku/images/icon/navi_icon1.png);
	background-size: 13px auto;
}
.gnavi .glist1.active > a,
.gnavi .glist1 > a:hover{
	background-color: #fde4c7;
	color: #9D5706;
}
.gnavi .glist2 > a > span{
	padding-left: 27px;
	background-image: url(/site/shared/site_aruku/images/icon/navi_icon2.png);
	background-size: 22px auto;
}
.gnavi .glist2.active > a,
.gnavi .glist2 > a:hover{
	background-color: #f5cbda;
	color: #B6114D;
}
.gnavi .glist3 > a > span{
	padding-left: 28px;
	background-image: url(/site/shared/site_aruku/images/icon/navi_icon3.png);
	background-size: 20px auto;
}
.gnavi .glist3.active > a,
.gnavi .glist3 > a:hover{
	background-color: #d9f1dd;
	color: #267832;
}
.gnavi .glist4 > a > span{
	padding-left: 26px;
	background-image: url(/site/shared/site_aruku/images/icon/navi_icon4.png);
	background-size: 15px auto;
}
.gnavi .glist4.active > a,
.gnavi .glist4 > a:hover{
	background-color: #ccebf8;
	color: #146E94;
}
.gsub{
	position: relative;
}
.gsub .gsub_cnt{
	display: none;
    position: absolute;
    top: calc(100% - 2px);
	margin: 0 auto;
    width: 100%;
    z-index: 9;
}
.gsub .gsub_inner{
	display: flex;
	justify-content: flex-end;
	padding-right: calc((105 / 660) * 100%);
	width: 100%;
}
.gsub_links{
	padding: 0 10px 1px;
	background-color: #d9f1dd;
	min-width: 220px;
	color: #333333;
	border-radius: 5px;
	overflow-y: auto;
}
.gsub_links > li{
	list-style: none;
}
.gsub_links > li > a{
	position: relative;
	display: flex;
	padding: 12px 22px 11px 0;
	width: 100%;
	font-size: 115.38%;
    line-height: 1.5;
	color: inherit;
	letter-spacing: -0.05em;
	text-decoration: none;
}
.gsub_links > li > a:hover,
.gsub_links > li > a:active{
	background-position: right 0 top calc(50% - 1px);
	color: #267832;
}
.gsub_links > li > a:hover::before,
.gsub_links > li > a:hover::after,
.gsub_links > li > a:active::before,
.gsub_links > li > a:active::after{
	right: 5px;
}
.gsub_links > li > a::before,
.gsub_links > li > a::after {
    content: '';
    width: 10px;
    height: 2px;
    background: #39b54a;
    position: absolute;
    top: 50%;
    right: 10px;
    transition: right 0.25s;
	margin-top: -2px;
}
.gsub_links > li > a::before {
    transform: rotate(45deg) translateY(-200%);
}
.gsub_links > li > a::after {
    transform: rotate(-45deg) translateY(200%);
}
.gnavi > li > a.active:focus-visible{
	outline-offset: -3px;
}
.gsub_links > li > a:focus-visible{
	outline-offset: -1px;
}
.gsub_links > li:not(:last-of-type){
	border-bottom: 1px solid #ffffff;
}

/* footer
================================================== */
#tmp_footer{
	position: relative;
	background-color: #ebefea;
	border-top: 5px solid #657D5E;
	color: #333333;
}
#tmp_footer .container{
	max-width: 1020px;
}
#tmp_footer .pnavi a{
	position: absolute;
	top: -40px;
	right: 50px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 20px 6px 9px;
	background-color: #657D5E;
	height: 40px;
	border-radius: 5px 5px 0 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	transition: height 0.25s, top 0.25s;
}
#tmp_footer .pnavi a:hover{
	top: -50px;
	height: 50px;
}
#tmp_footer .pnavi span{
	display: inline-block;
	padding: 3px 0 3px 30px;
	background: transparent url(/site/shared/site_aruku/images/icon/icon_back_top.png) no-repeat left 1px center;
	background-size: 20px 20px;
	color: inherit;
}
#tmp_footer .footer_address{
	padding: 27px 0 29px;
	text-align: center;
}
#tmp_footer .footer_lg{
	display: inline-block;
	margin-bottom: 12px;
	background: #ebefea url(/site/shared/site_aruku/images/icon/flogo.png) no-repeat;
	background-size: 100% auto;
	width: 186px;
	height: 64px;
}
#tmp_footer .footer_lg span{
	display: inline-block;
	position: relative;
	z-index: -1;
}
#tmp_footer address{
	font-style: normal;
}
#tmp_footer address p{
	font-size: 115.38%;
	line-height: 1.4;
}
#tmp_footer address span{
	font-size: 80%;
}
#tmp_footer .footer_info{
	padding: 20px 0;
	background-color: #e1e7df;
}
#tmp_footer .info_text{
	font-size: 76.92%;
	line-height: 2;
}
#tmp_footer .footer_btm{
	padding: 16px 0;
	background-color: #657D5E;
	color: #ffffff;
}
#tmp_footer .footer_btm .cnt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 10px;
	font-size: 92.3%;
	line-height: 1.4;
}
#tmp_footer .fnavi{
	display: flex;
	flex-flow: row wrap;
	gap: 10px 24px;
}
#tmp_footer .fnavi li{
	list-style: none;
}
#tmp_footer .fnavi a{
	display: inline-block;
	background-color: transparent;
	color: inherit;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	font-size:90%;
	margin: 0 0 17px;
}
/* cnavi
================================================== */
#tmp_cnavi {
	padding-top: 16px;
}
#tmp_cnavi .blog_cnavi .cnavi_ttl {
	font-weight: bold;
	font-size: 138.5%;
	width: 0;
	height: 0;
	text-indent: -9999px;
}
#tmp_cnavi .blog_cnavi ul {
	list-style: none;
}
#tmp_cnavi .blog_cnavi ul li:last-child {
	margin-bottom: 0;
}
#tmp_cnavi .blog_cnavi a {
	display: block;
	background-color: transparent;
}
#tmp_cnavi .blog_cnavi img {
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: 0.3s opacity;
}
#tmp_cnavi_otherlink {
	margin-bottom: 15px;
}
#tmp_cnavi_otherlink li {
	margin-bottom: 14px;
}
#tmp_cnavi_otherlink li:nth-child(1) {
	margin-bottom: 13px;
}
#tmp_cnavi_event {
	margin-bottom: 18px;
}
#tmp_cnavi_read,
#tmp_cnavi_content {
	margin-bottom: 15px;
	padding: 55px 25px 31px 20px;
	color: inherit;
	background-color: #edede6;
	background-repeat: no-repeat,no-repeat,no-repeat,repeat-x,no-repeat,no-repeat,repeat-x,repeat-y,repeat-y;
	background-position: left top, left top, right top, center top, left bottom, right bottom, center bottom, left center, right center;
	background-size: auto;
}
#tmp_cnavi_read li,
#tmp_cnavi_content li {
	padding: 10px 0 0px;
	margin-bottom: 9px;
}
#tmp_cnavi_read a,
#tmp_cnavi_content a {
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 3px 15px;
}
#tmp_cnavi_read {
	background-image: url(/site/shared/site_aruku/images/cnavi/read_bg_ttl.png),url(/site/shared/site_aruku/images/cnavi/read_bg_top_lft.jpg),url(/site/shared/site_aruku/images/cnavi/read_bg_top_rgt.jpg),url(/site/shared/site_aruku/images/cnavi/read_bg_top_mid.jpg),url(/site/shared/site_aruku/images/cnavi/read_bg_bot_lft.jpg),url(/site/shared/site_aruku/images/cnavi/read_bg_bot_rgt.jpg),url(/site/shared/site_aruku/images/cnavi/read_bg_bot_mid.jpg),url(/site/shared/site_aruku/images/cnavi/read_bg_mid_lft.jpg),url(/site/shared/site_aruku/images/cnavi/read_bg_mid_rgt.jpg);
}
#tmp_cnavi_read .cnavi_ttl {
	color: #006F7F;
}
#tmp_cnavi_read li {
	border-bottom: 1px solid #006F7F;
}
#tmp_cnavi_read a {
	color: #006F7F;
	background-image: url(/site/shared/site_aruku/images/icon/arrow_blue.png);
}
#tmp_cnavi_content {
	background-image: url(/site/shared/site_aruku/images/cnavi/content_bg_ttl.png),url(/site/shared/site_aruku/images/cnavi/content_bg_top_lft.jpg),url(/site/shared/site_aruku/images/cnavi/content_bg_top_rgt.jpg),url(/site/shared/site_aruku/images/cnavi/content_bg_top_mid.jpg),url(/site/shared/site_aruku/images/cnavi/content_bg_bot_lft.jpg),url(/site/shared/site_aruku/images/cnavi/content_bg_bot_rgt.jpg),url(/site/shared/site_aruku/images/cnavi/content_bg_bot_mid.jpg),url(/site/shared/site_aruku/images/cnavi/content_bg_mid_lft.jpg),url(/site/shared/site_aruku/images/cnavi/content_bg_mid_rgt.jpg);
}
#tmp_cnavi_content .cnavi_ttl {
	color: #614d45;
}
#tmp_cnavi_content li {
	border-bottom: 1px solid #000000;
}
#tmp_cnavi_content a {
	padding-bottom: 4px;
	color: #000000;
	background-image: url(/site/shared/site_aruku/images/icon/arrow_brown.png);
}
#tmp_cnavi_content a:hover {
	color: #614d45;
}
#tmp_cnavi .blog_cnavi a:hover img {
	opacity: 0.7;
}
/* ==================================================
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 {
	position: static;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/site/shared/site_aruku/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/site/shared/site_aruku/images/icon/icon_arrow_next_bl.png);
}
.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 {
    background-image: url(/site/shared/site_aruku/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_aruku/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/site/shared/site_aruku/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_aruku/images/icon/icon_arrow_next_yellow.png) !important;
}
.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;
}

/* ==================================================
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_aruku/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: #000000;
	display:inline-block;
	padding: 6px 9px 6px 66px;
	text-decoration:none;
	background: #FFFFFF url(/site/shared/site_aruku/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_aruku/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;
	margin-bottom: -4px;
}
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	margin: 0;
	text-indent:0 !important;
	background-position:left top;
	background-repeat:no-repeat;
	padding:1px 0 3px 62px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_aruku/images/icon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/site/shared/site_aruku/images/icon/icon_word.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_aruku/images/icon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_aruku/images/icon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_aruku/images/icon/icon_txt.png);
}
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -0.2em 0.3em 0;
    background:url(/site/shared/images/icon/icon_external_gray.png) no-repeat center top;
    background-size: 16px auto;
}

/* Hover Common */


/* ==================================================
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;
}

.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_contents a[rel*="external"]:after,
.color_yellow #tmp_main a[rel*="external"]:after {
	background-image: url(/site/shared/images/icon/icon_external_bl.png) !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 cnavi */
.color_black #tmp_cnavi_read,
.color_blue #tmp_cnavi_read,
.color_yellow #tmp_cnavi_read,
.color_black #tmp_cnavi_content,
.color_blue #tmp_cnavi_content,
.color_yellow #tmp_cnavi_content {
	border: 1px solid;
	border-radius: 5px;
	padding-top: 20px;
}
.color_black #tmp_cnavi .blog_cnavi .cnavi_ttl,
.color_blue #tmp_cnavi .blog_cnavi .cnavi_ttl,
.color_yellow #tmp_cnavi .blog_cnavi .cnavi_ttl {
	width: auto !important;
	height: auto !important;
	text-indent: 0;
}
.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{
	width: auto;
	height: auto !important;
}
.fsize_big #tmp_wrapper #tmp_footer .pnavi a,
.fsize_big2 #tmp_wrapper #tmp_footer .pnavi a,
.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: 1rem !important;
}
.color_black #tmp_footer .pnavi a:hover,
.color_blue #tmp_footer .pnavi a:hover,
.color_yellow #tmp_footer .pnavi a:hover,
.color_black #tmp_wrapper .gnavi > li.active > a,
.color_blue #tmp_wrapper .gnavi > li.active > a,
.color_yellow #tmp_wrapper .gnavi > li.active > a,
.color_black #tmp_wrapper .gsub_links > li > a:hover,
.color_blue #tmp_wrapper .gsub_links > li > a:hover,
.color_yellow #tmp_wrapper .gsub_links > li > a:hover,
.color_black #tmp_wrapper .gnavi > li > a:hover,
.color_blue #tmp_wrapper .gnavi > li > a:hover,
.color_yellow #tmp_wrapper .gnavi > li > a:hover{
	text-decoration: underline;
}
.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 .gsub .gsub_links,
.color_black #tmp_wrapper #tmp_header .header_utility a,
.color_blue #tmp_wrapper .gsub .gsub_links,
.color_blue #tmp_wrapper #tmp_header .header_utility a,
.color_yellow #tmp_wrapper .gsub .gsub_links,
.color_yellow #tmp_wrapper #tmp_header .header_utility a{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_footer .footer_btm,
.color_blue #tmp_wrapper #tmp_footer .footer_btm,
.color_yellow #tmp_wrapper #tmp_footer .footer_btm{
	border-top: 1px solid;
}
.color_black #tmp_wrapper #tmp_footer .footer_lg,
.color_blue #tmp_wrapper #tmp_footer .footer_lg,
.color_yellow #tmp_wrapper #tmp_footer .footer_lg{
	height: auto;
	font-size: 2rem;
	font-weight: bold;
}
.color_black #tmp_wrapper #tmp_gnavi .gsub > a > span,
.color_blue #tmp_wrapper #tmp_gnavi .gsub > a > span,
.color_yellow #tmp_wrapper #tmp_gnavi .gsub > a > span{
	padding-left: 0;
	padding-right: 28px;
	background-repeat: no-repeat;
	background-position: right 1px top calc(50% + 2px);
	background-size: 15px auto;
}
.color_black #tmp_wrapper #tmp_gnavi .gsub > a > span,
.color_blue #tmp_wrapper #tmp_gnavi .gsub > a > span{
	background-image: url(/site/shared/site_aruku/images/icon/navi_arrow_down.png) !important;
}
.color_yellow #tmp_wrapper #tmp_gnavi .gsub > a > span{
	background-image: url(/site/shared/site_aruku/images/icon/navi_arrow_down_blue.png) !important;
}
.fsize_big #tmp_wrapper #tmp_footer .pnavi a,
.fsize_big2 #tmp_wrapper #tmp_footer .pnavi a{
	max-width: 200px;
}
.color_black #tmp_wrapper .gsub .gsub_cnt,
.color_blue #tmp_wrapper .gsub .gsub_cnt,
.color_yellow #tmp_wrapper .gsub .gsub_cnt,
.color_black #tmp_wrapper .gsub .gsub_inner,
.color_blue #tmp_wrapper .gsub .gsub_inner,
.color_yellow #tmp_wrapper .gsub .gsub_inner{
	background-color: transparent !important;
}
.color_black .gsub_links > li > a::before,
.color_blue .gsub_links > li > a::before,
.color_yellow .gsub_links > li > a::before,
.color_black .gsub_links > li > a::after,
.color_blue .gsub_links > li > a::after,
.color_yellow .gsub_links > li > a::after{
	display: none;
}

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


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

.fsize_small {
	font-size: 75% !important;
}


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

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


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

.fsize_big2 {
	font-size: 175% !important;
}
/* ==================================================
no-js
================================================== */
.no_javascript #tmp_header{
	position: static;
}
.no_javascript #tmp_wrapper{
	padding-top: 0;
}
/* ==================================================
Emergency
================================================== */

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

/* for modern browser */

#tmp_header:after,
#tmp_hnavi: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 */
}

