@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

input,
select,
textarea {
    font-family: 'メイリオ', Meiryo, sans-serif;
}

body #tmp_contents p em {
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 105%;
}

a:link {
    color: #0049b2;
}

body {
    font-size: 87.5%;
    font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background-color: #fffeee;
    font-weight: 500;
}

.container {
    margin: 0 auto;
    width: 1240px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
    content: "";
    display: table;
}

.clearfix:after,
.container:after {
    clear: both;
}


/* Styles
================================================== */


/* text */

.txt_red {
    color: #bf1111;
    /* Setting by CMS sheets */
}

.txt_green {
    color: #17721e;
    /* Setting by CMS sheets */
}
.txt_orange {
	color: #C54914; /* 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_red,
th.bg_red {
    color: inherit;
    background-color: #FCECEC;
    /* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
    color: inherit;
    background-color: #FBFBDF;
    /* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
    color: inherit;
    background-color: #eaf9fe;
    /* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
    color: inherit;
    background-color: #f2f2f2;
    /* Setting by CMS sheets */
}

td.bg_green,
th.bg_green {
    color: inherit;
    background-color: #e7fef4;
    /* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
    color: inherit;
    background-color: #e6eefb;
    /* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
    min-width: 1280px;
    margin: 0 auto;
    background-color: #fffeee;
}
/* gnavi
================================================== */

.gnavi {
    color: inherit;
    clear: both;
    display: block;
    margin-bottom: 15px;
}

.gnavi ul {
    list-style: none;
    color: inherit;
    background: url(/shared/site_senkyo/images/icon/line_nav.png) right top no-repeat transparent;
}

.gnavi li {
    width: 20%;
    float: left;
    color: inherit;
    background: url(/shared/site_senkyo/images/icon/line_nav.png) 0 5px no-repeat transparent;
}

.gnavi a {
    display: block;
    position: relative;
    padding: 85px 10px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 128.6%;
    color: #534741;
    background-color: transparent;
    text-decoration: none;
}

.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
    text-decoration: underline;
}

.gnavi .glist1 a {
    background: url(/shared/site_senkyo/images/icon/icons_home.png) center top no-repeat;
}

.gnavi .glist2 a {
    background: url(/shared/site_senkyo/images/icon/icons_box.png) center top no-repeat;
}

.gnavi .glist3 a {
    background: url(/shared/site_senkyo/images/icon/icons_hand.png) center top no-repeat;
}

.gnavi .glist4 a {
    background: url(/shared/site_senkyo/images/icon/icons_user.png) center top no-repeat;
}

.gnavi .glist5 a {
    background: url(/shared/site_senkyo/images/icon/icons_speaker.png) center top no-repeat;
}

.gnavi a:after {
    position: absolute;
    left: 50%;
    right: 50%;
    width: 0;
    height: 3px;
    bottom: -8px;
    content: '';
    color: #736357;
    background-color: transparent;
    -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gnavi a:active:after,
.gnavi a:hover:after,
.gnavi a:focus:after {
    left: 2%;
    right: 2%;
    width: 96%;
    background-color: #736357;
}

.gnavi a:active,
.gnavi a:hover,
.gnavi a:focus {
    text-decoration: none;
}


/* footer
================================================== */

#tmp_footer {
    padding: 10px 0 30px;
    color: inherit;
}
#tmp_footer .tel_link a {
    color: #222222;
    text-decoration: underline;
}
#tmp_footer .tel_link a:hover,
#tmp_footer .tel_link a:focus {
    text-decoration: none;
}

/* fnavi  */
#tmp_footer .container {
    position: relative;
}

.fnavi {
    padding: 6px 10px 5px;
    color: inherit;
    list-style: none;
}

.fnavi li {
    margin: 0 15px 0 0;
    white-space: nowrap;
    float: left;
    display: inline;
}

.footer_cnt {
    padding: 0 10px;
}

.footer_cnt address {
    margin: 0 0 5px;
    font-style: normal;
}

.footer_cnt address span {
    margin: 0 1em 0 0;
}

.copyright {
    text-align: center;
}

.pnavi {
    position: absolute;
    top: -60px;
    right: -5px;
    min-width: 96px;
    min-height: 96px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 4px;
}

.disp_pc .pnavi .ptop a,
.pnavi .ptop a {
    color: #ffffff;
    min-width: 96px;
    min-height: 96px;
    text-decoration: none;
    text-indent: -9999px;
    font-weight: bold;
    padding: 35px 1px 15px 5px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    font-size: 100%;
    background: #736357 url(/shared/site_senkyo/images/main/bg_pagetop.png) no-repeat;
    background-size: 100%;
}


/* ==================================================
layout
================================================== */

#tmp_setting:before,
#tmp_search:before,
#tmp_search .gsearch_control:before,
#tmp_setting:after,
#tmp_search:after,
#tmp_search .gsearch_control:after {
    content: '';
    display: table;
}
#tmp_setting:after,
#tmp_search:after,
#tmp_search .gsearch_control:after {
    clear: both;
}
#tmp_hnavi_s {
    display: none;
}

.wrap_col_rgt_navi {
    float: right;
}
/* top
============================== */
.format_top .wrap_col_rgt_navi {
	width:400px;
}
.format_top .wrap_col_main {
	width:100%;
	float:left;
	margin-right:-440px;
}
.format_top .col_main {
	margin-right:440px;
}
/* free
============================== */
.column_rnavi .wrap_col_main {
    width: 100%;
    float: left;
}
.format_free .col_rgt_navi {
    width: 285px;
}
.format_free .column_rnavi .wrap_col_main {
    margin-right: -325px;
}
.format_free .column_rnavi .col_main {
    margin-right: 325px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #736357;
    padding: 16px 18px 54px 20px;
}
/* ==================================================
header
================================================== */

#tmp_header {
    padding: 36px 10px 20px;
    min-height: 155px;
    display: block;
}

#tmp_hlogo {
    float: left;
}

#tmp_hlogo h1,
#tmp_hlogo p {
    display: block;
    width: 381px;
    height: 95px;
    color: inherit;
    background: url(/shared/site_senkyo/images/main/logo.png) repeat-x transparent;
}

#tmp_hlogo a {
    display: block;
    width: 381px;
    height: 95px;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
    display: block;
    width: 381px;
    height: 95px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

#tmp_means {
    float: right;
    width: 745px;
    margin-top: 8px;
}

#tmp_setting {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    float: right;
}

#tmp_setting li {
    float: left;
    margin-left: 30px;
}

#tmp_setting a {
    padding-left: 20px;
    display: block;
    font-size: 114.2%;
    min-height: 29px;
    color: #000000;
    text-decoration: none;
    line-height: 1.7;
}

#tmp_setting a:first-child {
    margin-left:0;
}

#tmp_setting .setting_link a {
    padding-left: 42px;
    background: url(/shared/site_senkyo/images/icon/icons_setting.png) no-repeat transparent;
}

#tmp_setting .setting_sound a {
    padding-left: 42px;
    background: url(/shared/site_senkyo/images/icon/icons_speech.png) no-repeat transparent;
}

#tmp_setting .setting_kana a {
    padding-left: 30px;
    background: url(/shared/site_senkyo/images/icon/icons_kana.png) no-repeat transparent;
}

#tmp_setting .setting_multilingual a {
    padding-left: 36px;
    background: url(/shared/site_senkyo/images/icon/icons_world.png) no-repeat transparent;
}

#tmp_setting a:hover {
    text-decoration: underline;
}

#tmp_search {
    text-align: right;
}

#tmp_gsearch {
    display: inline-block;
}
#tmp_search .gsearch_input, 
#tmp_search .search_submit {
    float: left;
}
#tmp_search .gsearch_control {
	margin-top: 7px;
}
#tmp_search .gsearch_input label {
	vertical-align: top;
	display: inline-block;
    text-indent: -9999px;
    color: transparent;
    width: 41px;
	height: 41px;
	margin-right: 7px;
    background: url(/shared/site_senkyo/images/icon/icons_search.png) transparent;
}

#tmp_search .gsearch_input,
#tmp_search .search_submit {
    float: left;
}

#tmp_query {
	display: inline-block;
    height: 36px;
    width: 252px;
    padding: 8px 10px;
    border: 1px solid #736357;
    color: #000000;
    background-color: #ffffff;
}
#tmp_query:focus::placeholder {
	color: transparent;
}

#tmp_search .search_submit {
    margin-left: 5px;
}

#tmp_func_sch_btn {
    padding: 10px 10px 9px;
    line-height: 1.1;
    min-height: 36px;
    font-size: 100%;
    cursor: pointer;
    color: #ffffff;
    border: none;
    background-color: #534741;
}

#tmp_func_sch_btn:hover {
    background-color: #4a3e35;
    text-decoration: underline;
}
#tmp_means .search_method {
	display: inline-block;
	vertical-align:top;
	font-size: 114.2%;
	line-height: 1.4;
}
#tmp_means .search_method a {
    display: block;
    padding: 7px 12px 5px 34px;
    min-height: 35px;
    margin: 7px 0 0 18px;
    white-space: nowrap;
    vertical-align: top;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #736357;
    text-decoration: none;
    color: #000000;
    background: url(/shared/site_senkyo/images/icon/icons_arrow_rght.png) 13px 10px no-repeat #ffffff;
}

#tmp_means .search_method a:hover {
    text-decoration: underline;
}
/* type2 - header
================================================== */
#tmp_header.type2 {
	padding-top:28px
}
.type2 #tmp_hlogo {
	margin-top:8px;
}
.type2 #tmp_wrap_setting {
	position:relative;
	float:right;
	margin-bottom:6px;
	margin-right:-8px;
}
.type2 #tmp_setting {
	margin-bottom:0;
	float:none;
}
.type2 #tmp_setting li {
	margin-left:22px;
}
.type2 #tmp_setting li a {
	padding-top:8px;
	padding-right:8px;
	padding-bottom:6px;
	background-position:left 8px;
}
.type2 #tmp_setting .setting_multilingual {
	margin-left:15px;
}
.type2 #tmp_setting .setting_multilingual a {
	padding-left: 43px;
	background-position:7px center;
}
.type2 #tmp_setting .setting_multilingual a.active {
	background-color:#736357;
	color:#ffffff;
	background-image:url(/shared/site_senkyo/images/icon/icons_world_sp.png);
}
#tmp_wrap_setting #tmp_sma_smenu {
	height:auto !important;
	position:absolute;
	z-index:999;
	right:0;
	top:auto;
	border:2px solid #736357;
	background-color:#736357;
	color:#ffffff;
	padding:15px 30px 20px;
	width:680px;
}
#tmp_sma_smenu ul,
#tmp_sma_smenu ul li,
#tmp_sma_smenu ul li a {
	display: flex;
}
#tmp_sma_smenu ul {
	clear:both;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	list-style:none;
	padding-bottom:10px;
	font-size:0.875rem;
	font-family:'メイリオ',Meiryo,sans-serif;
}
#tmp_sma_smenu ul li {
	width:25%;
	margin:0 0 6px;
	text-align:left;
	line-height:1.1;
}
#tmp_sma_smenu ul li a {
	align-items: center;
	flex-grow:1;
	text-decoration:none;
	border-right:2px dotted #ffffff;
	background:url(/shared/site_senkyo/images/icon/icon_link_white.png) no-repeat 10px center;
	color:#ffffff;
	padding:5px 2px 5px 35px;
	min-height:36px;
}
#tmp_sma_smenu ul li a:hover,
#tmp_sma_smenu ul li a:focus {
	text-decoration:underline;
}
#tmp_sma_smenu ul li:nth-child(4n+1):before {
	content:"";
	display:block;
	height:100%;
	border-left:2px dotted #ffffff;
}
/* load_more */
#tmp_sma_smenu .load_more {
	clear:both;
	text-align:center;
	font-size:107%;
	font-weight:bold;
}
#tmp_sma_smenu .load_more a {
	display:block;
	padding:5px 15px;
	text-decoration:none;
	border:1px solid #ffffff;
	background-color:#ffffff;
	color:#646464;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
}
#tmp_sma_smenu .load_more a:hover,
#tmp_sma_smenu .load_more a:focus {
	text-decoration:underline;
}
#tmp_sma_smenu .load_more span {
	padding-left:25px;
	background: url(/shared/site_senkyo/images/icon/icon_link_brown.png) no-repeat left center;
}
/* close_btn */
#tmp_sma_smenu .close_btn {
	margin:0 0 12px;
	float:right;
}
#tmp_sma_smenu .close_btn a {
	display:block;
	padding:3px 15px;
	text-decoration:none;
	border:1px solid #333333;
	background-color:#333333;
	color:#ffffff;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
}
#tmp_sma_smenu .close_btn a:hover,
#tmp_sma_smenu .close_btn a:focus {
	text-decoration:underline;
}
#tmp_sma_smenu .close_btn a span {
	display:block;
	padding-left:20px;
	background:url(/shared/site_senkyo/images/icon/bg_btn_close.png) no-repeat left center;
	color:#ffffff;
}
/* ==================================================
no_javascript
================================================== */
.no_javascript .pnavi{
    display: none;
}
/* footer
=================================*/

#tmp_footer {
    color: #000000;
    padding-top: 435px;
    background: #eff8ff url(/shared/site_senkyo/images/bg_main.png) repeat-x left top;
}

#tmp_footer .footer_contact,
#tmp_footer .footer_copyright {
    float: left;
    width: 50%;
}

.footer_contact {
    padding: 0 10px;
}

#tmp_main,
.footer_cnt,
.copyright {
    clear: both;
}

.fnavi {
    list-style: none;
    margin-bottom: 23px;
}

.fnavi li {
    margin: 0 6px 0 0;
    float: left;
}

.fnavi li a {
    color: #000000;
    text-decoration: none;
    padding: 0 25px 0 22px;
    background: #eff8fe url(/shared/site_senkyo/images/icon/icon_arrow_footer_wh.png) no-repeat 0 2px;
    min-height: 18px;
    display: block;
}

.fnavi li a:hover,
.fnavi li a:focus {
    text-decoration: underline;
}

.fnavi li.last {
    margin-right: 0;
}

.paragraph_info {
    margin-bottom: 8px;
    padding: 0 10px;
    color: #000000;
    font-size: 114.2%;
    font-weight: bold;
    line-height: 1.2;
}

.paragraph_info:before {
    position: relative;
    top: 1px;
    content: '';
    width: 19px;
    height: 19px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: top;
    color: #736357;
    background: #eff8fe;
    border: 4px solid #736357;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.paragraph_info span {
    display: block;
    font-weight: bold;
    margin-top: 18px;
}

.footer_cnt address {
    font-style: normal;
    line-height: 1.3;
}

.paragraph_location,
.paragraph_address {
    font-size: 100%;
    color: #000000;
}

#tmp_footer .footer_copyright {
    text-align: right;
    padding-top: 55px;
}

#tmp_footer .site_name_btn {
    display: inline-block;
    font-weight: bold;
    font-size: 114.3%;
	text-align: center;
}
#tmp_footer .site_name_btn a {
    display: inline-block;
    color: #093b7f;
    background: #FFFFFF;
    padding: 11px 21px 9px 20px;
    text-decoration: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 10px #dae1e5;
    box-shadow: 0 0 10px #dae1e5;
}
#tmp_footer .site_name_btn span {
    display: inline-block;
	background: url(/shared/site_senkyo/images/icon/icons_edogawa.jpg) no-repeat left center;
	padding:2px 0 2px 50px;
	min-height:26px;
}
#tmp_footer .site_name_btn a:hover span {
    text-decoration: underline;
}
.copyright {
    text-align: right;
    margin-top: 27px;
}

/* navi
================================================== */
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
}
#tmp_lnavi_ttl p {
    padding: 3px 10px 1px 25px;
    font-size: 185.7%;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    color: #736357;
    background-color: #ece7c1;
}
#tmp_lnavi_ttl p a {
    display: block;
	padding-right:20px;
    text-decoration: none;
    color: #736357;
    background: url(/shared/site_senkyo/images/icon/icon_arrow_r.png) no-repeat right 0.3em;
}
#tmp_lnavi_ttl p a:hover {
    text-decoration: underline;
}
#tmp_lnavi_cnt {
    padding: 5px 0;
}
#tmp_lnavi_cnt ul {
    list-style: none;
    font-weight: bold;
}
#tmp_lnavi_cnt ul li a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #42210b;
    padding: 22px 15px 20px 29px;
    border-bottom: 3px dotted #d6d09a;
    background: #fffeee url(/shared/site_senkyo/images/icon/rnavi_icon_pont.png) no-repeat left 20px;
    line-height: 1.3;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#tmp_lnavi ul li a::after {
    content: " ";
    width: 17px;
    height: 24px;
    background: url(/shared/site_senkyo/images/icon/icon_arrow_r.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -5px;
    background-size:12px;
}
#tmp_lnavi_cnt ul li a:hover,
#tmp_lnavi_cnt ul li a:focus {
    background-image: url(/shared/site_senkyo/images/icon/rnavi_icon_pont_hv.png);
}
#tmp_lnavi_cnt ul li a:hover:after,
#tmp_lnavi_cnt ul li a:focus:after {
    content: " ";
    background: unset;
}
/* rnavi_help_link */
.rnavi_help_link {
    margin:0 0 22px;
}
.rnavi_help_link ul {
    list-style: none;
    font-size: 157.1%;
    font-weight: bold;
}
.rnavi_help_link ul li {
    margin:0 0 16px;
}
.rnavi_help_link ul li a {
    color: #FFFFFF;
    display: block;
    padding: 9px 13px 7px 60px;
    text-decoration: none;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}
.rnavi_help_link ul li.link a {
    background: #736357 url(/shared/site_senkyo/images/icon/icon_link.png) no-repeat 15px center;
}
.rnavi_help_link ul li.faq a {
    background: #7d588d url(/shared/site_senkyo/images/icon/icon_help.png) no-repeat 17px center;
}
.rnavi_help_link ul li span {
	display:block;
	padding-right:20px;
    background:url(/shared/site_senkyo/images/icon/arrow_icon_wh.png) no-repeat right center;
}
.rnavi_help_link ul li a:hover span {
    text-decoration:underline;
}
/* rnavi_form */
.rnavi_form {
    color: #222222;
    background-color: #eaf9fd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4x;
}

.rnavi_form .form_ttl {
    font-size: 128.5%;
    color: #ffffff;
    background-color: #1368d7;
    font-weight: bold;
    display: inline-block;
    padding: 4px 13px 4px 19px;
    line-height: 1.2;
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

.rnavi_form .form_inner {
    padding: 17px 10px 10px 15px;
}

.rnavi_form .form_cnt {
    font-size: 100%;
    color: #000000;
    background-color: #eaf9fd;
    margin-bottom: 10px;
}

.rnavi_form .form_cnt .note_id {
    height: 100%;
    background: transparent url(/shared/site_senkyo/images/icon/bg_span_form.png) no-repeat bottom;
    color: #333333;
    background-size: 100% auto;
    display: inline-block;
    position: relative;
}

.rnavi_form .search_rnavi input {
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 10px;
    float: left;
    width: 100%;
    padding-right: 78px;
    margin-right: -78px;
}

.rnavi_form .search_rnavi button {
    background-color: #1368d7;
    color: #ffffff;
    font-size: 128.5%;
    font-weight: bold;
    border: 0;
    float: right;
    min-height: 35px;
    padding: 3px 21px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.rnavi_form .form_read_more {
    display: block;
    float: right;
}

.rnavi_form .form_read_more {
    display: inline-block;
    margin-top: 6px;
    font-size: 100%;
    font-weight: 500;
    color: #222222;
    text-decoration: none;
    position: relative;
    float: right;
    padding: 0 4px 0 20px;
    background: #eaf9fd url(/shared/site_senkyo/images/icon/icon_arrow_form.png) 0 3px no-repeat;
}

.rnavi_form .search_rnavi button:focus,
.rnavi_form .form_read_more:focus,
.rnavi_form .search_rnavi button:active,
.rnavi_form .form_read_more:active,
.rnavi_form .search_rnavi button:hover,
.rnavi_form .form_read_more:hover {
    text-decoration: underline;
}

/* pankuzu
================================================== */

#tmp_pankuzu {
    padding: 0 0 15px 0;
    color: #534741;
    background-color: transparent;
    font-weight: bold;
}

#tmp_pankuzu p {
    padding: 0 0 0 22px;
}

#tmp_pankuzu a {
    color: #534741;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
}

#tmp_pankuzu a:hover {
    text-decoration: underline;
}
/* ==================================================
custom update
================================================== */
#tmp_wrap_custom_update {
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_wrap_custom_update #tmp_update {
	float: right;
	margin-left:10px;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn {
	float: left;
	margin-left:10px;
}
#tmp_social_plugins .social_media_btn.twitter_btn {
	padding-top:2px;
}

/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */

table.col2 {
    width: 100%;
    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: 40px solid #ffffff;
}


/* col2_pub */

div.col2 {
    width: 100%;
}

div.col2 div.col2L {
    display: table;
    width: 50%;
    padding-right: 20px;
    float: left;
}

div.col2 div.col2R {
    display: table;
    width: 50%;
    padding-left: 20px;
    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: 100%;
    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: 40px solid #ffffff;
}

div.col3 {
    margin: 0 -17px;
}

div.col3 div.col3L,
div.col3 div.col3M,
div.col3 div.col3R {
    display: table;
    width: 33.33%;
    float: left;
    padding: 0 17px;
}

div.col3 div.col3R {
    float: right;
}

/* ==================================================
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_rmenu {
	display:none;
} 
.wrap_mc_pc {
	padding:0 10px;
}
.wrap_mc_pc a,
.wrap_mc_sp a {
    display: block;
    width: 100%;
	text-align:center;
    font-weight: bold;
} 
.wrap_mc_pc a {
	font-size: 85.7%;
    padding:4px 10px 5px;
	margin:0 0 20px;
	color:#333333;
	background-color:#ffffff;
	border-radius:1.5em;
}
.wrap_mc_sp a {
	text-align:center;
	padding:20px 10px;
    font-size:400%;
	text-decoration:none;
    color: #ffffff;
    background-color:#736357;
}
.wrap_mc_pc span {
	display:inline-block;
	padding:2px 0 1px 26px;
	background:url(/shared/site_senkyo/images/icon/sp/pc_icon.png) no-repeat left center;
	background-size:17px auto;
}
/* ==================================================
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;
}
.color_blue #tmp_header,
.color_yellow #tmp_header,
.color_black #tmp_header{
    border-bottom: 1px solid #000000;
}
.color_blue #tmp_footer,
.color_yellow #tmp_footer,
.color_black #tmp_footer{
    border: 1px solid #000000;
}

.color_blue #tmp_hlogo,
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_yellow #tmp_hlogo,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_black #tmp_hlogo,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a{
    height: auto!important;
	white-space:inherit !important;
    visibility: inherit!important;
}
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo p span,
.color_blue #tmp_hlogo a,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo p span,
.color_yellow #tmp_hlogo a,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo p span,
.color_black #tmp_hlogo a {
    text-indent:inherit !important;
	height:inherit !important;
	white-space:inherit !important;
}
.color_blue .wrap_col_rgt_navi #tmp_lnavi_ttl p a:after,
.color_blue .wrap_col_rgt_navi #tmp_lnavi_cnt ul li a:after,
.color_blue .wrap_col_rgt_navi .rnavi_help_link ul li a:after,
.color_yellow .wrap_col_rgt_navi #tmp_lnavi_ttl p a:after,
.color_yellow .wrap_col_rgt_navi #tmp_lnavi_cnt ul li a:after,
.color_yellow .wrap_col_rgt_navi .rnavi_help_link ul li a:after,
.color_black .wrap_col_rgt_navi #tmp_lnavi_ttl p a:after,
.color_black .wrap_col_rgt_navi #tmp_lnavi_cnt ul li a:after,
.color_black .wrap_col_rgt_navi .rnavi_help_link ul li a:after,
.color_blue .section_notice .part_title:before,
.color_blue .section_system .part_title:before,
.color_blue .section_voting .part_title:before,
.color_blue .section_voting .main_cnt .polling_link:before,
.color_blue .section_questions .part_title:before,
.color_blue .section_bright .part_title:before,
.color_blue .section_bright .action_slide a.stop:before,
.color_blue .section_result .part_title:before,
.color_blue .section_related_link .part_title:before,
.color_blue #tmp_footer .go_edogawa_ku:before,
.color_blue .paragraph_info:before,
.color_yellow .section_notice .part_title:before,
.color_yellow .section_system .part_title:before,
.color_yellow .section_voting .part_title:before,
.color_yellow .section_voting .main_cnt .polling_link:before,
.color_yellow .section_questions .part_title:before,
.color_yellow .section_bright .part_title:before,
.color_yellow .section_bright .action_slide a.stop:before,
.color_yellow .section_result .part_title:before,
.color_yellow .section_related_link .part_title:before,
.color_yellow #tmp_footer .go_edogawa_ku:before,
.color_yellow .paragraph_info:before,
.color_black .section_notice .part_title:before,
.color_black .section_system .part_title:before,
.color_black .section_voting .part_title:before,
.color_black .section_voting .main_cnt .polling_link:before,
.color_black .section_questions .part_title:before,
.color_black .section_bright .part_title:before,
.color_black .section_bright .action_slide a.stop:before,
.color_black .section_result .part_title:before,
.color_black .section_related_link .part_title:before,
.color_black #tmp_footer .go_edogawa_ku:before,
.color_black .paragraph_info:before{
    display: 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_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
    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;
}
/* トップへ戻るボタン */
.color_blue .disp_pc .pnavi .ptop a,
.color_blue .pnavi .ptop a,
.color_yellow .disp_pc .pnavi .ptop a,
.color_yellow .pnavi .ptop a,
.color_black .disp_pc .pnavi .ptop a,
.color_black .pnavi .ptop a {
	text-indent: initial !important;
	min-width: auto !important;
	min-height: auto !important;
	padding: 10px !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;
    background-color:transparent !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;
    background-color:transparent !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 * {
    background-color:transparent !important;
    color:#000000 !important;
    border-color:yellow !important;
    list-style-image:none !important;
}
.color_black #tmp_wrap_main #tmp_gmap_box a {
    color:#7777CC !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
    font-size:75% !important;
}
/* big
================================================== */
.fsize_big {
    font-size:125% !important;
}
/* hnavi_s */
.fsize_big #tmp_hnavi_s .nav_text {
	font-size:64% !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
    font-size:175% !important;
}
/* hnavi_s */
.fsize_big2 #tmp_hnavi_s .nav_text {
	font-size:45% !important;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* Do not edit */
}
.used_bg_img span {
	position:relative; /* Do not edit */
	z-index:-1; /* Do not edit */
	overflow:hidden; /* Do not edit */
}
/* ==================================================
mapbox
================================================== */
.no_javascript #tmp_mapbox {
	display:none;
}
#tmp_mapbox {
	margin:0 0 20px;
}
/* ==================================================
Redirect Modal
================================================== */
#tmp_redirect_modal{
	position: fixed;
	max-height: 100%;
	overflow: auto;
	width: 100%;
	max-width: 800px;
	background-color: #ffffff;
	color: #000000;
	border: 4px solid #736357;
	-webkit-box-shadow:0px 0px 7px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.15);
	z-index: 1000900;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	padding: 73px 55px 70px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#tmp_redirect_modal_ttl{
	font-size: 214.3%;
	line-height: 1.5;
	margin-bottom: 40px;
	font-weight: bold;
	color: #736357;
}
#tmp_redirect_modal_cnt{
	padding-bottom: 47px;
}
#tmp_redirect_modal_cnt:after{
	content: '';
	display: table;
	clear: both;
}
#tmp_redirect_modal_cnt .redirect_modal_cnt_col{
	width: 50%;
	float: left;
	padding: 0 30px;
	box-sizing: border-box;
}
#tmp_redirect_modal_cnt .modal_btn{
	display: block;
	font-size: 228.6%;
	line-height: 1.2;
	color: #ffffff;
	background-color: #944265;
	padding: 22px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
}
#tmp_redirect_modal_cnt .modal_btn:hover,
#tmp_redirect_modal_cnt .modal_btn:focus,
#tmp_redirect_modal_cnt .modal_btn:active{
	text-decoration: underline;
}
#tmp_redirect_modal_note{
	font-size: 128.6%;
	line-height: 2;
}
#tmp_redirect_modal_cnt .stay_btn{
	background-color: #098539;
}
/* ==================================================
Cogmo
================================================== */
#tmp_search .gsearch_input {
	margin-right:0;
}
#tmp_header .cgm-search-input-wrap-form1 {
    display: flex;
    border: none;
}
#tmp_header .cgm-search-input-area-form1 textarea {
    height: 36px;
    padding: 4px 10px 4px;
    width: 100%;
    border: 1px solid #736357;
    text-align: left;
    margin-right: 5px;
    background-color: #ffffff;
    width: 260px
}
#tmp_header .cgm-search-button-form1 {
    background-color:#534741;
    color: #ffffff;
    border:1px solid #534741;
    width:50px;
	min-height:36px;
	font-size:80%;
	font-weight:bold;
    cursor:pointer;
    transition: all 0.2s ease-in-out;
}
.no_javascript #tmp_search {
	display:none;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main: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,
.fnavi: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 {
    content: "";
    display: table;
    clear: both;
}
/* ==================================================
print
================================================== */
@media print {
  /* for IE7.0 */
  *:first-child+html #tmp_gnavi ul li span {
    visibility:hidden;
  }
  /* for IE6.0 */
  * html #tmp_gnavi ul li span {
    visibility:hidden;
  }
  /* for Firefox */
  #tmp_main:after,
  .col_nm:after {
    content:"";
    /* 変更しない */
    height:1px;
    /* 変更しない */
  }
}

