@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}

body #tmp_contents p em {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 105%;
}

a:link,
a:active,
a:visited {
	color: #0763b3;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
}


/* 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_purple,
th.bg_purple {
    color: inherit;
    background-color: #f3eeff;    /* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
    color: inherit;
    background-color: #e9f6ea;    /* Setting by CMS sheets */
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1220px;
	margin: 0 auto;
}
.container:before,
.container:after {
	content: '';
	display: table;
}
.container:after {
	clear: both;
}
.container {
	margin: 0 auto;
	padding: 0 10px;
	width: 1220px;
}

/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;
}
.column_rnavi .wrap_col_main {
	width: 100%;
	float: left;
}
.col_main {
	padding: 0 0 115px;
}
.custom_kids .col_main {
	padding-bottom:85px;
}

/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 240px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -290px;
}
.format_free .column_rnavi .col_main {
	margin-right: 290px;
}

/* header
================================================== */
#tmp_front_top{
	padding:1px 0 3px;
	background:url(/shared/site_rn2023/images/header/front_line_top.png) no-repeat left bottom;
	-webkit-background-size:100% 2px;
	-moz-background-size:100% 2px;
	background-size:100% 2px;
}
.logo_mainsite{
	width: 176px;
	float: left;
}
.logo_mainsite img {
	vertical-align:top;
}
.setting_func{
	position: relative;
	float: right;
	padding:10px 0 0;
}
.setting_func p:first-child:before,
.setting_func p:after {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	content: '';
	width: 1px;
	height: 18px;
	color: #333333;
	background-color: #c2c2c2;
}
.setting_func p:first-child:before{
	left: 0;
}
.setting_func p:after {
	right: 0;
}
.setting_func p {
	padding:0 24px 0 15px;
	float:left;
	position:relative;
	line-height:1.2;
}
.setting_func a {
	display: inline-block;
	padding: 3px 0;
	font-size: 77.8%;
	text-decoration: none;
	color: #323333;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:left center;
}
.setting_func .func_moji a {
	background-image:url(/shared/site_suido_gesui/images/header/icon_fsize.png);
	padding-left:32px;
}
.setting_func .func_lang a {
	background-image:url(/shared/site_suido_gesui/images/header/icon_lang.png);
	padding-left:27px;
}
.setting_func .func_pref a {
	background-image:url(/shared/site_rn2023/images/header/front_kashiwa_icon.png);
	padding-left:27px;
}
.setting_func a:hover,
.setting_func a:focus{
	text-decoration: underline;
}
#tmp_header {
	position: relative;
	min-height: 100px;
}
.format_top #tmp_header{
	min-height: 0;
	z-index: 2;
}
#tmp_header:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	height: 98px;
	color: inherit;
	background: transparent url(/shared/site_suido_gesui/images/header/bg_header.png) no-repeat;
}
#tmp_header .container:before{
	position: absolute;
	left: -50%;
	top: 0;
	z-index: -1;
	width: calc(100% - 432px);
	height: 100px;
	color: #FFFFFF;
	background-color: #0763b3;
}
#tmp_hlogo {
	position: relative;
	z-index: 1;
	float: left;
	width: 432px;
	height: 100px;
	margin-right: -432px;
	color: #FFFFFF;
	background-color: #0763b3;
}
.format_top #tmp_hlogo{
	position: absolute;
}
#tmp_hlogo:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	content: '';
	width: 20px;
	height: 100%;
	color: #FFFFFF;
	background-color: #0763b3;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	margin-top: 31px;
	display: block;
	width: 375px;
	height: 38px;
	font-size: 1rem;
	font-weight: bold;
	color: #FFFFFF;
	background: #0763b3 url(/shared/site_suido_gesui/images/header/logo_subsite.png) left center no-repeat;
}

#tmp_hlogo a {
	display: block;
	width: 375px;
	height: 38px;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 375px;
	height: 38px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}


/* gnavi
================================================== */
#tmp_gnavi{
	position: relative;
	z-index: 1;
}
.gnavi {
	padding: 21px 0;
	color: inherit;
	clear: both;
}

.gnavi ul {
	list-style: none;
	margin-left: -1px;
}

.gnavi li {
	padding: 0 10px;
	width: 33.3333333%;
	float: left;
	border-right: 1px solid #bfbfbf;
}
.gnavi li:first-child{
	border-left: 1px solid #bfbfbf;
}
.gnavi a {
	padding: 16px;
	display: block;
	text-align: center;
	text-decoration: none;
	text-align: center;
	color: #323333;
	background-color: #ffffff;
}

.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration: underline;
}

/* rnavi
================================================== */
#tmp_rnavi {
	margin-bottom: 20px;
	border: 1px solid #0763b3;
}
#tmp_rnavi_ttl {
	background-color: #0763b3;
	color: #ffffff;
	font-size: 111.1%;
}
#tmp_rnavi_ttl a {
	display: block;
    padding: 18px 18px 16px 30px;
    color: inherit;
	background: transparent url(/shared/site_suido_gesui/images/icon/icon_arrow_wh.png) no-repeat 12px 25px;
	border-bottom: 1px solid transparent;
	background-size: 8px 14px;
	-webkit-background-size: 8px 14px;
	-moz-background-size: 8px 14px;
    text-decoration: none;
}
#tmp_rnavi_ttl .active a,
#tmp_rnavi_ttl a:hover,
#tmp_rnavi_ttl a:focus {
	text-decoration: underline;
}
#tmp_rnavi_cnt ul {
	list-style: none;
}
#tmp_rnavi_cnt li {
	border-bottom: 1px solid #bfbfbf;
}
#tmp_rnavi_cnt li:last-child {
	border-bottom: none;
}
#tmp_rnavi_cnt li a {
	position: relative;
    display: block;
	padding: 16px 12px 16px 28px;
    color: #333333;
    background: transparent url(/shared/site_suido_gesui/images/icon/icon_arrow_blue.png) no-repeat 13px 21px;
	background-size: 8px 14px;
	-webkit-background-size: 8px 14px;
	-moz-background-size: 8px 14px;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
}
#tmp_rnavi_cnt li.active a,
#tmp_rnavi_cnt li a:hover,
#tmp_rnavi_cnt li a:focus {
	background-color: #ddf3fb;
}
#tmp_rnavi_func .func_item {
	margin-right: 5px;
	margin-bottom: 16px;
	border: 1px solid #0763b3;
	box-shadow: 5px 5px 0 0 #e8fdfe;
	-webkit-box-shadow: 5px 5px 0 0 #e8fdfe;
	-moz-box-shadow: 5px 5px 0 0 #e8fdfe;
}
#tmp_rnavi_func .func_item .item_inner {
	display: table;
	width: 100%;
	padding: 4px 15px 7px 21px;
	height: 72px;
	transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
}
#tmp_rnavi_func .func_item .item_inner.active {
	background-color: #ddf3fb;
}
#tmp_rnavi_func .func_item .item_icon {
	display: table-cell;
	vertical-align: middle;
	width: 58px;
}
#tmp_rnavi_func .func_item .item_icon img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_rnavi_func .func_item .item_txt {
	position: relative;
	z-index: 1;
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 58px);
	padding-left: 20px;
}
#tmp_rnavi_func .func_item .item_txt a {
	display: block;
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
/* emergency
================================================== */
#tmp_emergency {
	background-color: #fef8bc;
	color: #a40000;
	border-top: 2px solid #a40000;
	border-bottom: 2px solid #a40000;
	margin-top: 1px;
}
#tmp_emergency3,
#tmp_emergency2 {
	background-color: #ffebeb;
	color: #a40000;
	border-top: 2px solid #a40000;
	border-bottom: 2px solid #a40000;
	margin-top: 1px;
}
#tmp_emergency3 + #tmp_emergency,
#tmp_emergency2 + #tmp_emergency {
	border-top: none;
}
#tmp_emergency .emergency_cnt,
#tmp_emergency2 .emergency_cnt,
#tmp_emergency3 .emergency_cnt{
	display: table;
	width: 100%;
	margin-top: 7px;
	margin-bottom: 6px;
}
#tmp_emergency .emergency_head,
#tmp_emergency2 .emergency_head,
#tmp_emergency3 .emergency_head{
	display: table-cell;
	font-weight: bold;
	position: relative;
	font-size: 111.11%;
	vertical-align: middle;
	width: 175px;
	padding-right: 9px;
}
#tmp_emergency .emergency_body:before,
#tmp_emergency2 .emergency_body:before,
#tmp_emergency3 .emergency_body:before{
	content: '';
	position: absolute;
	left: 0;
	width: 1px;
	background-color: #a40000;
	color: #ffffff;
	top: 3px;
	bottom: 2px;
}
#tmp_emergency .emergency_body,
#tmp_emergency2 .emergency_body,
#tmp_emergency3 .emergency_body{
	display: table-cell;
	padding-left: 27px;
	padding-top: 2px;
	position: relative;
}
#tmp_emergency .emergency_body ul,
#tmp_emergency2 .emergency_body ul,
#tmp_emergency3 .emergency_body ul{
	list-style: none;
}
#tmp_emergency .emergency_body li,
#tmp_emergency2 .emergency_body li,
#tmp_emergency3 .emergency_body li{
	margin-top: 10px;
}
#tmp_emergency .emergency_body li:first-child,
#tmp_emergency2 .emergency_body li:first-child,
#tmp_emergency3 .emergency_body li:first-child{
	margin-top: 0;
}
#tmp_emergency .emergency_body a,
#tmp_emergency2 .emergency_body a,
#tmp_emergency3 .emergency_body a{
	color: inherit;
	background-color: inherit;
	text-decoration: none;
}
#tmp_emergency .emergency_body a:hover,
#tmp_emergency .emergency_body a:focus,
#tmp_emergency3 .emergency_body a:hover,
#tmp_emergency3 .emergency_body a:focus,
#tmp_emergency2 .emergency_body a:hover,
#tmp_emergency2 .emergency_body a:focus{
	text-decoration: underline;
}
#tmp_emergency3 .list_more,
#tmp_emergency2 .list_more {
	text-align:right;
}
#tmp_emergency3 .list_more li,
#tmp_emergency2 .list_more li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}
#tmp_emergency3 .list_more ul li,
#tmp_emergency2 .list_more ul li{
	padding: 4px 0;
}
#tmp_emergency2 .list_more ul li a,
#tmp_emergency3 .list_more ul li a {
	display: inline-block;
	color: #9c0000;
	background: transparent url(/shared/site_suido_gesui/images/icon/em_arrow_link.png) no-repeat 0 center;
	padding: 0 0 0 20px;
	text-decoration: none;
	font-weight: bold;
}
#tmp_emergency2 + #tmp_emergency3 {
	border-top: none;
}
/* sma_search
================================================== */
#tmp_sma_search{
	padding: 9px 10px 17px;
}
#tmp_sma_search .sch_ttl{
	padding: 3px 0 3px 28px;
	margin-bottom: 7px;
	font-size: 87.5%;
	font-weight: bold;
	min-height: 25px;
	color: #0763b3;
	background: #d8f8ff url(/shared/site_suido_gesui/images/icon/icon_search_sp.png) 0 5px no-repeat;
	background-size: 20px auto;
	-webkit-background-size: 20px auto;
}
#tmp_sma_search .wrap_sch_input{
	position: relative;
}
#tmp_sma_search .sch_box{
	padding-right: 70px;
}
#tmp_sma_search .sch_box input{
	padding: 9px 10px 9px 16px;
	border: 1px solid #0763b3;
	color: #323333;
	background-color: #FFFFFF;
	height: 38px;
	width: 100%;
}
#tmp_sma_search .sch_action{
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	min-height: 38px;
}
#tmp_sma_search .sch_btn input{
	font-size: 87.5%;
	letter-spacing: 3px;
	text-indent: 3px;
	width: 70px;
	min-height: 38px;
	color: #FFFFFF;
	background-color: #0763b3;
	border: 1px solid #0763b3;
}
/* inquiry
================================================== */
#tmp_inquiry {
    margin: 0 0 40px;
	background-color: #ffffff;
    color: #222222;
	border: 1px solid #dcdcdc;
    clear: both;
}
#tmp_inquiry_ttl {
	padding: 16px 20px 13px;
    color: #222222;
    background-color: #dcdcdc;
	border-bottom: 1px solid transparent;
    font-weight: bold;
    font-size: 122.2%;
}
#tmp_inquiry_cnt {
    padding: 20px 20px 25px;
}
#tmp_inquiry_cnt .inq_phone p {
	display:inline-block;
	vertical-align:top;
}
#tmp_inquiry_cnt .inq_phone p.tel_link {
	margin-right:1em;
}
#tmp_inquiry_cnt p a {
    color: inherit;
    background-color: transparent;
}
#tmp_inquiry_cnt .inquiry_parts p span {
    margin-right: 10px;
}
#tmp_inquiry_cnt .inquiry_btn {
    margin: 24px auto 0;
    text-align: center;
}
#tmp_inquiry_cnt .inquiry_btn input,
#tmp_inquiry_cnt .inquiry_btn a {
	display:inline-block;
	min-width: 221px;
    cursor: pointer;
	text-align: center;
    padding: 13px;
    line-height: 1.4;
    font-weight: 500;
    color: #ffffff;
    background-color: #0763b3;
    border: 1px solid transparent;
	text-decoration:none;
}
#tmp_inquiry_cnt .inquiry_btn input:hover,
#tmp_inquiry_cnt .inquiry_btn input:focus,
#tmp_inquiry_cnt .inquiry_btn a:hover,
#tmp_inquiry_cnt .inquiry_btn a:focus {
	text-decoration: underline;
}

/* feedback
================================================== */
#tmp_feedback {
	margin:0 0 40px;
	background-color: #ffffff;
    color: #222222;
	border: 1px solid #dcdcdc;
	clear:both;
}
#tmp_feedback_ttl {
	padding: 16px 20px;
    color: #222222;
    background-color: #dcdcdc;
	border-bottom: 1px solid transparent;
    font-weight: bold;
    font-size: 122.2%;
}
#tmp_feedback_cnt {
	padding:20px 20px 18px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.1em;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt fieldset input[type="radio"] {
	margin-right: 4px;
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
#tmp_feedback_cnt .submit {
	margin: 21px auto 14px;
    text-align: center;
}
#tmp_feedback_cnt .submit input {
    min-width: 221px;
    cursor: pointer;
	text-align: center;
    padding: 13px;
    line-height: 1.4;
    font-weight: 500;
    color: #ffffff;
    background-color: #0763b3;
    border: 1px solid transparent;
}
#tmp_feedback_cnt .submit input:hover,
#tmp_feedback_cnt .submit input:focus {
	text-decoration: underline;
}

/* directional
================================================== */
#tmp_directional {
    padding: 18px 0 12px;
	font-size: 77.8%;
	clear:both;
}
#tmp_pankuzu,
#tmp_hagu_pankuzu {
    margin-bottom:4px;
}
#tmp_custom_update {
	float:right;
}
#tmp_update,
#tmp_pageid,
#tmp_print {
    float: left;
	padding:0 8px;
}
#tmp_pageid {
	position:relative;
}
#tmp_print {
	padding:0;
}
#tmp_update span,
#tmp_pageid span {
    font-weight: bold;
	margin-right:0.3em;
}
#tmp_pageid::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    color: inherit;
    background-color: #adadad;
}
/* print
================================================== */
#tmp_print a {
    transition: 0.3s ease-in-out opacity;
}
#tmp_print a:hover,
#tmp_print a:focus {
    opacity: 0.6;
}
/* social_plugins
================================================== */
#tmp_social_plugins {
	display:none;/* 202305非表示 */
	text-align: center;
	margin: 0 0 45px;
	clear:both;
}
#tmp_social_plugins .social_media_btn {
	display:inline-block;
	vertical-align:top;
	line-height:1.2;
	margin: 0 10px 10px 0;
}
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
/* footer
================================================== */
#tmp_footer {
	color: #FFFFFF;
	background-color: #0763b3;
	border-bottom: 8px solid #fcec6e;
}
/* fnavi  */
.fnavi_wrap{
	position: relative;
	z-index: 100;
	padding: 15px 0;
	border-bottom: 1px solid #FFFFFF;
}
.fnavi_wrap .container{
	position: relative;
}
.fnavi {
	list-style: none;
	padding: 0;
	margin: 0;
}
.fnavi li {
	line-height:1.2;
	padding: 0 10px;
	float: left;
	width: 33.3333333%;
	text-align: center;
	border-right: 1px solid #FFFFFF;
}
.fnavi li:first-child,
.fnavi li:nth-child(3n+1){
	border-left: 1px solid #FFFFFF;
}
.fnavi li:nth-child(3n){
	clear: right;
}
.fnavi li:nth-child(3n+1){
	clear: left;
}
.fnavi li a{
	padding: 4px 0;
	display: block;
	color: #FFFFFF;
	background-color: #0763b3;
	text-decoration: none;
}
.fnavi li a:hover,
.fnavi li a:focus{
	text-decoration: underline;
}
.fnavi li:last-child {
	margin-right: 0;
}
.footer_wrap{
	position: relative;
	padding: 73px 0 69px;
}
.footer_wrap .container{
	position: relative;
	z-index: 2;
}
.footer_wrap:before,
.footer_wrap:after{
	position: absolute;
	top: 0;
	content: '';
	width: 342px;
	height: 341px;
	color: inherit;
	z-index: 0;
}
.footer_wrap:before{
	left: 0;
	background: transparent url(/shared/site_suido_gesui/images/footer/bg_footer_left.png) no-repeat;
}
.footer_wrap:after{
	right: 0;
	background: transparent url(/shared/site_suido_gesui/images/footer/bg_footer_right.png) no-repeat;
}
.footer_wrap .footer_logo{
	font-size: 144.5%;
	font-weight: bold;
	float: left;
	width: 447px;
}
.footer_wrap .footer_logo p{
	padding: 8px 0 0 196px;
	min-height: 107px;
	letter-spacing: 3px;
	color: inherit;
	background: transparent url(/shared/site_suido_gesui/images/footer/footer_logo.png) no-repeat 64px 0;
}
.footer_cnt {
	padding: 10px 175px 0 0;
	overflow: hidden;
	min-height: 116px;
	color: inherit;
	background: transparent url(/shared/site_suido_gesui/images/footer/footer_symbol.png) no-repeat right 64px top 0;
}

.footer_cnt address {
	margin: 0 0 5px;
	font-style: normal;
}
.footer_cnt address p{
	margin-bottom: 3px;
}
.footer_cnt address span {
	margin: 0;
}

.copyright {
	margin-top: 57px;
	text-align: center;
	font-size: 88.9%;
}
/* pnavi
================================================== */
.pnavi{
	position: absolute;
	right: 0;
	bottom: -54px;
	z-index: 100;
	overflow: hidden;
}
.no_javascript .pnavi{
	right: 20px;
}
.pnavi,
.pnavi a,
.pnavi span{
	width: 62px;
	height: 62px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi span{
	position: relative;
	z-index: -1;
}
.pnavi a{
	border: 1px solid #0763b3;
	color: #323333;
	background: #FFFFFF url(/shared/site_suido_gesui/images/footer/icon_backtop.png) no-repeat center center;
	background-size: 18px auto;
	-webkit-background-size: 18px auto;
}
.pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
	right: 50%;
	margin-right: -580px;
}
/* ==================================================
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: 25px solid transparent;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 50%;
	margin-right: 0;
	float: left;
	padding-right: 14px;
}

div.col2 div.col2R {
	display: table;
	width: 50%;
	float: left;
	padding-left: 14px;
}


/* 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: 25px solid transparent;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 33.3333333%;
	margin-right: 0;
	float: left;
	padding-right: 11px;
}

div.col3 div.col3R {
	display: table;
	width: 33.3333333%;
	float: left;
	padding-left: 11px;
}

div.col3 div.col3M {
	padding-left: 11px;
}
/* ==================================================
means
================================================== */
#tmp_means{
    position: relative;
	float: right;
	width: 100%;
}
#tmp_means .means_inner{
    margin-left: 432px;
}
#tmp_means .changestyle_area{
    float: left;
}
#tmp_means .setting_fontsize {
    width: 265px;
}
#tmp_means .setting_color{
    width: 248px;
}
#tmp_means .changestyle_area .fontsize_ttl,
#tmp_means .changestyle_area .color_ttl{
    float: left;
    margin-right: 8px;
    padding-top: 8px;
    font-size: 88.8%;
    font-weight: bold;
}
#tmp_means .changestyle_area{
    padding-right: 10px;
}
#tmp_means .changestyle_area li{
    margin-bottom: 4px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-right: -1px;
}
#tmp_means .changestyle_area a{
    display: inline-block;
	vertical-align: middle;
	background-color: #ffffff;
    padding: 11px 2px;
	min-width: 38px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
	line-height: 1;
	text-decoration: none;
	color: #222222;
	font-size: 77.8%;
	text-align: center;
    font-weight: bold;
}
#tmp_means .changestyle_area a#tmp_fsize_big,
#tmp_means .changestyle_area a#tmp_fsize_big2{
    font-size: 83.3%;
}
#tmp_means .changestyle_area .list_fontsize a#tmp_fsize_small{
    font-weight: 500;
}
#tmp_means .changestyle_area a:hover,
#tmp_means .changestyle_area a:focus{
    text-decoration: underline;
}
#tmp_means .changestyle_area .list_fontsize a,
#tmp_means .changestyle_area .list_color a#tmp_color_default{
    min-width: 48px;
}
#tmp_means .changestyle_area .list_color a#tmp_color_blue{
	color: #ffff00;
	background-color: #0000ff;
	border-color: #ffffff;
}
#tmp_means .list_fontsize,
#tmp_means .list_color{
    padding: 2px 0 0 2px;
    overflow: hidden;
}
#tmp_means .changestyle_area .list_color a#tmp_color_yellow{
	color: #222222;
	background-color: #ffff00;
	border-color: #ffffff;
}
#tmp_means .changestyle_area .list_color a#tmp_color_black{
	color: #ffff00;
	background-color: #000000;
	border-color: #ffffff;
}
/* ==================================================
kids
================================================== */
/* main
================================================== */
.custom_kids #tmp_main{
	color: inherit;
	background: transparent url(/shared/site_suido_gesui/images/main/bg_main_kids.jpg) repeat-y center top;
}
.custom_kids #tmp_contents {
	position:relative;
	z-index:0;
}
/* cate_ttl
================================================== */
.custom_kids #tmp_cate_ttl {
	text-align:center;
	margin:0 0 56px;
	clear:both;
}
.custom_kids #tmp_cate_ttl,
.custom_kids #tmp_cate_ttl h1,
.custom_kids #tmp_cate_ttl p,
.custom_kids #tmp_cate_ttl p a,
.custom_kids #tmp_cate_ttl p span {
	display:block;
	width:1200px;
	height:100px;
}
.custom_kids #tmp_cate_ttl h1,
.custom_kids #tmp_cate_ttl p {
	background:url(/shared/site_suido_gesui/images/main/cate_ttl_kids.png) no-repeat 0 0;
}
.custom_kids #tmp_cate_ttl h1 span,
.custom_kids #tmp_cate_ttl p span {
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* rnavi
================================================== */
.custom_kids #tmp_rnavi {
	border:none;
}
.custom_kids #tmp_rnavi_ttl{
	display:table;
	width:100%;
	border-bottom: 1px solid #55a4fb;
	color: #323333;
	background-color: #ddf0fc;
	font-size: 111.1%;
	font-weight: bold;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
}
.custom_kids #tmp_rnavi_ttl p {
	display:table-cell;
	vertical-align:middle;
	line-height:1.3;
	padding:8px;
	height:78px;
}
.custom_kids #tmp_rnavi_ttl a {
	display: block;
	padding:2px 0 2px 24px;
	text-decoration: none;
	color: #323333;
	background: transparent url(/shared/site_suido_gesui/images/icon/icon_arrow.png) no-repeat left 6px;
	background-size: 18px auto;
	-webkit-background-size: 18px auto;
}
.custom_kids #tmp_rnavi_ttl a:hover,
.custom_kids #tmp_rnavi_ttl a:focus{
	text-decoration: underline;
}
.custom_kids #tmp_rnavi_cnt {
	border-right: 2px solid #55a4fb;
	border-left: 2px solid #55a4fb;
	border-bottom: 1px solid #55a4fb;
	color: #323333;
	background-color:#ffffff;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	overflow:hidden;
}
.custom_kids #tmp_rnavi_cnt li {
	border-bottom: 1px solid #55a4fb;
}
.custom_kids #tmp_rnavi_cnt li:last-child,
.custom_kids #tmp_rnavi_cnt li:last-child a {
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
}
.custom_kids #tmp_rnavi_cnt li a {
	position: relative;
	padding: 15px 10px 15px 32px;
	display: block;
	text-decoration: none;
	color: #323333;
	background: transparent;
}
.custom_kids #tmp_rnavi_cnt li a:before{
	content: '';
	position: absolute;
	left: 6px;
	top: 18px;
	width: 18px;
	height: 18px;
	background: transparent url(/shared/site_suido_gesui/images/icon/icon_arrow.png) repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
.custom_kids #tmp_rnavi_cnt li.active a,
.custom_kids #tmp_rnavi_cnt li a:hover,
.custom_kids #tmp_rnavi_cnt li a:focus{
	text-decoration: none;
	background: transparent url(/shared/site_suido_gesui/images/icon/bg_active_navi.png) repeat;
}
.custom_kids #tmp_rnavi_func .func_item{
	position: relative;
	border: 2px solid #55a4fb;
	overflow: hidden;
	color: #323333;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 0 0 #dff6fd;
	-webkit-box-shadow: 5px 5px 0 0 #dff6fd;
	-moz-box-shadow: 5px 5px 0 0 #dff6fd;
}
.custom_kids #tmp_rnavi_func .func_item,
.custom_kids #tmp_rnavi_func .func_item .item_inner{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.custom_kids #tmp_rnavi_func .func_item:after{
	position: absolute;
	right: -20px;
	bottom: -9px;
	content: '';
	width: 74px;
	height: 61px;
	color: inherit;
	background: transparent url(/shared/site_suido_gesui/images/icon/bg_qa.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
/* ==================================================
common
================================================== */
.splide_pattern .splide__controls{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.splide_pattern .splide__toggle{
	display: block;
    width: 26px;
    height: 26px;
    color: #ffffff;
    background-color: #0072bc;
	border: 1px solid #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.splide_pattern .splide__toggle span{
    display: inline-block;
    padding: 0;
	background-color: transparent;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.splide_pattern .splide__toggle span:before,
.splide_pattern .splide__toggle span.splide__toggle__pause:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.splide_pattern .splide__toggle.is-active .splide__toggle__pause:before,
.splide_pattern .splide__toggle.is-active .splide__toggle__pause:after{
	width: 3px;
	height: 14px;
	color: #0072bc;
	background-color: #ffffff;
}
.splide_pattern .splide__toggle.is-active .splide__toggle__pause:before{
	left: 7px;
}
.splide_pattern .splide__toggle.is-active .splide__toggle__pause:after{
	left: 14px;
}
.splide_pattern .splide__toggle .splide__toggle__play{
    position: relative;
}
.splide_pattern .splide__toggle .splide__toggle__play:before{
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #ffffff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.splide_pattern .splide__toggle.is-active .splide__toggle__play,
.splide_pattern .splide__toggle__pause{
    display: none !important;
}
.splide_pattern .splide__toggle.is-active .splide__toggle__pause{
	position: relative;
    display: inline-block !important;
}
.splide_pattern .splide__pagination{
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 4px 0 0 4px;
}
.splide_pattern .splide__pagination li{
	display: block;
	padding: 0 5px;
}
.splide_pattern .splide__pagination__page{
	margin: 0;
	background-color: #ffffff;
	width: 15px;
	height: 15px;
	border: 1px solid #0072bc;
	opacity: 1;
	color: #0072bc;
	text-indent: -9999px;
}
.splide_pattern .splide__pagination__page.is-active{
	transform: none;
	background-color: #0072bc;
	border-color: #ffffff;
	color: #ffffff;
}
/* ==================================================
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;
}
.wrap_mc_sp #tmp_switch_sp_style{
	padding: 17px 10px 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
    background-color: #0763b3;
	font-size:3rem;
}
.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;
	box-shadow:none !important;
	text-shadow: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_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;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !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;
}
.color_blue #tmp_search_top .search_top_bg{
	border-color: #0000FF!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_search_top .search_top_bg{
	border-color: #FFFF00!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;
}
.color_black #tmp_search_top .search_top_bg{
	border-color: #000000!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_rnavi_func .func_item,
.color_yellow #tmp_rnavi_func .func_item,
.color_blue #tmp_rnavi_func .func_item{
	margin-right: 0;
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.color_blue #tmp_wrapper .logo_mainsite,
.color_blue #tmp_wrapper .logo_mainsite p,
.color_blue #tmp_wrapper .logo_mainsite a,
.color_blue #tmp_wrapper .logo_mainsite span,
.color_yellow #tmp_wrapper .logo_mainsite,
.color_yellow #tmp_wrapper .logo_mainsite p,
.color_yellow #tmp_wrapper .logo_mainsite a,
.color_yellow #tmp_wrapper .logo_mainsite span,
.color_black #tmp_wrapper .logo_mainsite,
.color_black #tmp_wrapper .logo_mainsite p,
.color_black #tmp_wrapper .logo_mainsite a,
.color_black #tmp_wrapper .logo_mainsite span{
	width: 220px;
	height:auto;
}
.color_blue #tmp_wrapper .logo_mainsite p,
.color_yellow #tmp_wrapper .logo_mainsite p,
.color_black #tmp_wrapper .logo_mainsite p {
	font-weight:bold;
	font-size:1.2rem;
}
.color_blue #tmp_wrapper .logo_mainsite br,
.color_yellow #tmp_wrapper .logo_mainsite br,
.color_black #tmp_wrapper .logo_mainsite br{
	display: none;
}
.color_blue.format_free #tmp_header,
.color_yellow.format_free #tmp_header,
.color_black.format_free #tmp_header {
	border-bottom:2px solid;
}
.color_blue #tmp_wrapper #tmp_header:after,
.color_blue #tmp_wrapper #tmp_hlogo:before,
.color_yellow #tmp_wrapper #tmp_header:after,
.color_yellow #tmp_wrapper #tmp_hlogo:before,
.color_black #tmp_wrapper #tmp_header:after,
.color_black #tmp_wrapper #tmp_hlogo:before{
	display: none;
}
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p{
	margin-top: 23px;
	font-size:2rem;
}
.color_blue #tmp_wrapper .logo_mainsite a:hover,
.color_yellow #tmp_wrapper .logo_mainsite a:hover,
.color_black #tmp_wrapper .logo_mainsite a:hover,
.color_blue #tmp_wrapper .logo_mainsite a:focus,
.color_yellow #tmp_wrapper .logo_mainsite a:focus,
.color_black #tmp_wrapper .logo_mainsite a:focus,
.color_blue #tmp_wrapper #tmp_hlogo p a:hover,
.color_yellow #tmp_wrapper #tmp_hlogo p a:hover,
.color_black #tmp_wrapper #tmp_hlogo p a:hover,
.color_blue #tmp_wrapper #tmp_hlogo p a:focus,
.color_yellow #tmp_wrapper #tmp_hlogo p a:focus,
.color_black #tmp_wrapper #tmp_hlogo p a:focus,
.color_blue #tmp_rnavi_cnt li a:hover,
.color_blue #tmp_rnavi_cnt li a:focus,
.color_yellow #tmp_rnavi_cnt li a:hover,
.color_yellow #tmp_rnavi_cnt li a:focus,
.color_black #tmp_rnavi_cnt li a:hover,
.color_black #tmp_rnavi_cnt li a:focus {
	text-decoration:underline;
}
.color_blue #tmp_rnavi_cnt li.active a {
	background-color:#FFFF00 !important;
	color:#00008B !important;
}
.color_yellow #tmp_rnavi_cnt li.active a {
	background-color:#000000 !important;
	color:#FFFF00 !important;
}
.color_black #tmp_rnavi_cnt li.active a {
	background-color:#FFFF00 !important;
	color:#000000 !important;
}
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo p a,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo p a,
.color_yellow #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo p a,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_black #tmp_wrapper #tmp_hlogo h1 span{
	height: 56px;
}
.color_blue #tmp_wrapper .pnavi,
.color_blue #tmp_wrapper .pnavi a,
.color_blue #tmp_wrapper .pnavi span,
.color_yellow #tmp_wrapper .pnavi,
.color_yellow #tmp_wrapper .pnavi a,
.color_yellow #tmp_wrapper .pnavi span,
.color_black #tmp_wrapper .pnavi,
.color_black #tmp_wrapper .pnavi a,
.color_black #tmp_wrapper .pnavi span{
	width: auto;
	height: auto;
}
.color_blue #tmp_wrapper .pnavi a,
.color_yellow #tmp_wrapper .pnavi a,
.color_black #tmp_wrapper .pnavi a {
	padding:10px;
}
.color_blue #tmp_wrapper .pnavi .ptop,
.color_yellow #tmp_wrapper .pnavi .ptop,
.color_black #tmp_wrapper .pnavi .ptop{
	font-size: 1rem;
}
.color_blue.custom_kids #tmp_rnavi_func .func_item:after,
.color_yellow.custom_kids #tmp_rnavi_func .func_item:after,
.color_black.custom_kids #tmp_rnavi_func .func_item:after{
	display: none;
}
.color_blue #tmp_header:before,
.color_yellow #tmp_header:before,
.color_black #tmp_header:before,
.color_blue .footer_wrap:before,
.color_yellow .footer_wrap:before,
.color_black .footer_wrap:before,
.color_blue .footer_wrap:after,
.color_yellow .footer_wrap:after,
.color_black .footer_wrap:after{
	display: none;
}
.color_blue #tmp_front_top:after,
.color_black #tmp_front_top:after{
	background: #FFFF00 !important;
}
.color_yellow #tmp_front_top:after{
	background: #000000 !important;
}
.color_blue #tmp_related .related_list ul li .related_img img,
.color_black #tmp_related .related_list ul li .related_img img,
.color_yellow #tmp_related .related_list ul li .related_img img,
.color_blue #tmp_rnavi_func .func_item .item_icon img,
.color_black #tmp_rnavi_func .func_item .item_icon img,
.color_yellow #tmp_rnavi_func .func_item .item_icon img {
	background-color:#ffffff !important;
}
.color_blue #tmp_rnavi_ttl,
.color_black #tmp_rnavi_ttl,
.color_yellow #tmp_rnavi_ttl {
	border-bottom:2px solid;
}
.color_blue #tmp_rnavi_ttl a,
.color_black #tmp_rnavi_ttl a,
.color_yellow #tmp_rnavi_ttl a {
	position:relative;
}
.color_blue #tmp_rnavi_ttl a::before,
.color_black #tmp_rnavi_ttl a::before,
.color_yellow #tmp_rnavi_ttl a::before,
.color_blue #tmp_rnavi_cnt li a::before,
.color_black #tmp_rnavi_cnt li a::before,
.color_yellow #tmp_rnavi_cnt li a::before {
	content:"";
	position:absolute;
	left:13px;
	top:25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	background-image:none;
}
.color_blue #tmp_rnavi_ttl a::before,
.color_black #tmp_rnavi_ttl a::before,
.color_yellow #tmp_rnavi_ttl a::before {
	top:29px;
}
.color_blue #tmp_search_top .search_pickup_cnt li a:hover,
.color_blue #tmp_search_top .search_pickup_cnt li a:focus,
.color_blue #tmp_search_top .search_pickup_cnt_sm li a:hover,
.color_blue #tmp_search_top .search_pickup_cnt_sm li a:focus,
.color_blue #tmp_related .related_list ul li a:hover,
.color_blue #tmp_related .related_list ul li a:focus,
.color_black #tmp_search_top .search_pickup_cnt li a:hover,
.color_black #tmp_search_top .search_pickup_cnt li a:focus,
.color_black #tmp_search_top .search_pickup_cnt_sm li a:hover,
.color_black #tmp_search_top .search_pickup_cnt_sm li a:focus,
.color_black #tmp_related .related_list ul li a:hover,
.color_black #tmp_related .related_list ul li a:focus,
.color_yellow #tmp_search_top .search_pickup_cnt li a:hover,
.color_yellow #tmp_search_top .search_pickup_cnt li a:focus,
.color_yellow #tmp_search_top .search_pickup_cnt_sm li a:hover,
.color_yellow #tmp_search_top .search_pickup_cnt_sm li a:focus,
.color_yellow #tmp_related .related_list ul li a:hover,
.color_yellow #tmp_related .related_list ul li a:focus,
.color_blue #tmp_rnavi_func .func_item .item_txt a:hover,
.color_blue #tmp_rnavi_func .func_item .item_txt a:focus,
.color_black #tmp_rnavi_func .func_item .item_txt a:hover,
.color_black #tmp_rnavi_func .func_item .item_txt a:focus,
.color_yellow #tmp_rnavi_func .func_item .item_txt a:hover,
.color_yellow #tmp_rnavi_func .func_item .item_txt a:focus {
	text-decoration:underline;
}
/* kids */
.color_blue.custom_kids #tmp_rnavi_ttl,
.color_black.custom_kids #tmp_rnavi_ttl,
.color_yellow.custom_kids #tmp_rnavi_ttl {
	border:2px solid;
}
.color_blue.custom_kids #tmp_rnavi_ttl a,
.color_black.custom_kids #tmp_rnavi_ttl a,
.color_yellow.custom_kids #tmp_rnavi_ttl a {
	border-bottom:none !important;
}
.color_blue.custom_kids #tmp_rnavi_ttl a::before,
.color_black.custom_kids #tmp_rnavi_ttl a::before,
.color_yellow.custom_kids #tmp_rnavi_ttl a::before {
	top:10px !important;
	left:0 !important;
}
.color_blue.custom_kids #tmp_contents h2::before,
.color_black.custom_kids #tmp_contents h2::before,
.color_yellow.custom_kids #tmp_contents h2::before {
	display:none;
}
.color_blue.custom_kids #tmp_contents h1,
.color_black.custom_kids #tmp_contents h1,
.color_yellow.custom_kids #tmp_contents h1,
.color_blue.custom_kids #tmp_contents h2,
.color_black.custom_kids #tmp_contents h2,
.color_yellow.custom_kids #tmp_contents h2,
.color_blue.custom_kids #tmp_contents h3,
.color_black.custom_kids #tmp_contents h3,
.color_yellow.custom_kids #tmp_contents h3 {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.color_blue.custom_kids #tmp_cate_ttl,
.color_blue.custom_kids #tmp_cate_ttl h1,
.color_blue.custom_kids #tmp_cate_ttl p,
.color_blue.custom_kids #tmp_cate_ttl p a,
.color_blue.custom_kids #tmp_cate_ttl p span,
.color_black.custom_kids #tmp_cate_ttl,
.color_black.custom_kids #tmp_cate_ttl h1,
.color_black.custom_kids #tmp_cate_ttl p,
.color_black.custom_kids #tmp_cate_ttl p a,
.color_black.custom_kids #tmp_cate_ttl p span,
.color_yellow.custom_kids #tmp_cate_ttl,
.color_yellow.custom_kids #tmp_cate_ttl h1,
.color_yellow.custom_kids #tmp_cate_ttl p,
.color_yellow.custom_kids #tmp_cate_ttl p a,
.color_yellow.custom_kids #tmp_cate_ttl p span {
	width:100% !important;
	height:auto !important;
}
.color_blue.custom_kids #tmp_cate_ttl h1,
.color_blue.custom_kids #tmp_cate_ttl p,
.color_black.custom_kids #tmp_cate_ttl h1,
.color_black.custom_kids #tmp_cate_ttl p,
.color_yellow.custom_kids #tmp_cate_ttl h1,
.color_yellow.custom_kids #tmp_cate_ttl p {
	padding:20px !important;
	font-size:1.5rem !important;
	font-weight:bold;
	border:2px solid;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size: 75% !important;
}
.fsize_small #tmp_search_top .search_top_ttl,
.fsize_small #tmp_topic .topic_title,
.fsize_small #tmp_search_top .search_pickup_ttl {
	background-position: left top !important;
}
.fsize_small #tmp_search_top .search_top_ttl h2,
.fsize_small #tmp_topic .topic_title h2 {
	background-position: right 10px !important;
}
.fsize_small #tmp_search_top .search_pickup_links a,
.fsize_small #tmp_topic .list_more a,
.fsize_small #tmp_related .list_more a {
	background-position: left 2px !important;
}
.fsize_small #tmp_rnavi_cnt li a{
	background-position: 12px 17px;
}
.fsize_small.custom_kids #tmp_rnavi_ttl a{
	background-position: 7px 26px;
}
.fsize_small.custom_kids #tmp_rnavi_cnt li a:before{
	top: 13px;
}
.fsize_small.custom_kids #tmp_print a{
	padding-top: 4px;
}
.fsize_small .setting_func a{
	min-height: 26px
}
.fsize_small #tmp_contents .box_menu .box_menu_ttl a{
	background-position: 29px 27px;
}
/* big
================================================== */
.fsize_big {
	font-size: 125% !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size: 175% !important;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt: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,
#tmp_front_top:after,
.fnavi_wrap:after,
.footer_wrap:after,
.sma_menu_inner:after,
#tmp_sma_search:after,
#tmp_sma_search .wrap_sch_box:after,
#tmp_sma_search .wrap_sch_box .wrap_sch_input:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}
