@charset "utf-8";

/* @media screen and (max-width : 480px) { */

/* ==================================================
Base-Layout
================================================== */
/* body
================================================== */
body {
	-webkit-text-size-adjust:none;
	font-size: 87.5%;
}
/* wrapper
================================================== */
#tmp_wrapper {
	width:100%;
	min-width:320px;
}
.container{
	padding: 0 10px;
	width: 100%;
}
/* contents
================================================== */
#tmp_contents,
#tmp_maincontents {
	word-wrap:break-word;
}
/* format-layout
================================================== */
.wrap_col_rgt_navi,
.column_rnavi .wrap_col_main {
	float:none;
}
.format_free .wrap_col_rgt_navi {
	width:100%;
	display:none;
}
.col_main {
	padding:0;
}
/* free
================================================== */
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0;
}
/* ==================================================
header
================================================== */
#tmp_wrap_regulation{
	display: none;
}
#tmp_header {
	position: relative;
	padding:11px 8px !important;
}
#tmp_header .container {
	padding:0;
}
#tmp_wrapper_inner {
    background:url(/shared/site_seaside/images/header/header_bg_sp.jpg) repeat-x top left;
	background-size:auto 65px;
}
.format_top #tmp_header {
    background:url(/shared/site_seaside/images/header/header_top_bg_sp.jpg) no-repeat top center;
	background-size:100% 100%;
}
.format_top #tmp_wrapper_inner {
	background-image:none;
}
#tmp_hlogo {
    width: 195px;
	padding:0 !important;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background:url(/shared/site_seaside/images/header/hlogo_sp.png) no-repeat left top;
	background-size:195px auto;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo .hlogo a {
    width: 195px;
	height:32px;
}
#tmp_hlogo .hlogo {
    width: 195px;
	height:20px;
	font-size:1.2rem;
}
#tmp_hlogo .hlogo_cap {
    width: 195px;
	height:12px;
	font-size:0.8rem;
}
#tmp_wrap_search{
	display: none;
	padding: 0;
	float: none;
}
#tmp_wrap_search .browsing_support{
	display: none;
}
/*hnavi menu*/
#tmp_hnavi_s{
	display: block;
	list-style: none;
}
#tmp_hnavi_lmenu {
	position:absolute;
	top:5px;
	right:61px;
}
#tmp_hnavi_rmenu {
	position:absolute;
	top:5px;
	right:9px;
}
#tmp_hnavi_s li a {
	display: table;
	color: #ffffff;
	background-color: #285fa5;
	width: 47px;
	height: 44px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(8, 24, 53, 0.15);
	-moz-box-shadow: 0 2px 5px 0 rgba(8, 24, 53, 0.15);
	box-shadow: 0 2px 5px 0 rgba(8, 24, 53, 0.15);
	border-radius: 2px;
	font-size: 71.4%;
	line-height: 1;
	text-decoration: none;
}
#tmp_hnavi_s a:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	background-color: #fbf5ca;
	height: 8px;
	visibility: hidden;
	opacity: 0;
}
#tmp_hnavi_s li span{
	display: table-cell;
	vertical-align: bottom;
	background-repeat: no-repeat;
	text-align: center;
}
#tmp_hnavi_lmenu span{
	padding-bottom: 5px;
	background-image: url(/shared/site_seaside/images/icon/icon_setting_sp.png);
	-webkit-background-size: 17px auto;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
	background-position: center 6px;
}
#tmp_hnavi_rmenu span{
	padding-bottom: 2px;
	background-image: url(/shared/site_seaside/images/icon/icon_hamburger.png);
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	background-size: 24px auto;
	background-position: center 6px;
}
#tmp_hnavi_s a.active{
	color:#222222;
	background: url(/shared/templates/seaside_top/images/main/bgr_pattern.jpg) repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	border-radius: 2px 2px 0 0;
}
#tmp_hnavi_s a.active:after{
	visibility: visible;
	opacity: 1;
}
#tmp_hnavi_s a.active span{
	padding-bottom: 7px;
	background-image: url(/shared/site_seaside/images/icon/icon_close.png);
	background-position: center 9px;
	-webkit-background-size: 11px auto;
	-moz-background-size: 11px auto;
	background-size: 11px auto;
}
/* sma_menu
================================================== */
.spmenu_open {
	position:absolute;
    background: #ffffff;
	width: 100%;
	min-height: 100%;
    z-index: 98;
    color: #222222;
}
.spmenu_open:before {
	content: '';
	position: absolute;
	top: 60px;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	min-height: 100%;
	z-index: 97;
	cursor: pointer;
}
#tmp_sma_menu {
	position: relative;
	padding: 0 10px;
	display: block;
	z-index: 101;
}
#tmp_sma_menu .wrap_sma_sch{
	position: absolute;
	top: 0 !important;
	left: 0;
	padding: 31px 10px 27px;
	background: url(/shared/templates/seaside_top/images/main/bgr_pattern.jpg) repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
    width: 100%;
	color: #222222;
}
#tmp_sma_menu .close_btn{
	text-align: center;
}
#tmp_sma_menu .close_btn a{
	display: inline-block;
	padding: 2px 2px 2px 18px;
	background: url(/shared/site_seaside/images/icon/icon_close.png) no-repeat left center;
	-webkit-background-size: 11px auto;
	-moz-background-size: 11px auto;
	background-size: 11px auto;
	font-size: 92.8%;
	line-height: 1;
	text-decoration: none;
}
/*smart left menu*/
#tmp_sma_lmenu{
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
}
#tmp_means{
	background-color: transparent;
	padding: 0;
	width: 100%;
	height: auto;
}
#tmp_means:before{
	display: none;
}
#tmp_means .changestyle_area,
#tmp_means .browsing_buttons{
	float: none;
	padding-right: 0;
	width: 100%;
}
#tmp_means .changestyle_area{
	display: table;
}
#tmp_means .changestyle_area .fontsize_ttl,
#tmp_means .changestyle_area .color_ttl{
	float: none;
	display: table-cell;
	padding-top: 0;
	padding-right: 5px;
	width: 84px;
	vertical-align: middle;
	font-size: 92.8%;
}
#tmp_means .changestyle_area ul{
	margin: 0 -5px;
}
#tmp_means .changestyle_area li{
	float: left;
	padding: 0 5px;
}
#tmp_means .changestyle_area a{
	padding: 11px 2px 10px;
	min-width: 36px;
	font-size: 92.8%;
}
#tmp_means .changestyle_area .list_fontsize a,
#tmp_means .changestyle_area .list_color a#tmp_color_default{
	min-width: 60px;
}
#tmp_fsize {
	margin-bottom: 15px;
}
#tmp_color {
	margin-bottom: 30px;
}
#tmp_means .browsing_buttons_list{
	margin: 0 0 10px;
}
#tmp_means .browsing_buttons_list li{
	float: none;
	padding: 0;
	width: 100%;
}
#tmp_means .browsing_buttons_list a{
	padding: 12px 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 92.8%;
}
#tmp_means .browsing_buttons_list li:not(:last-child){
	margin-bottom: 10px;
}
.wrap_mc_pc{
	margin-bottom: 27px;
}
#tmp_switch_pc_style{
	display: block;
    padding: 12px 5px 10px;
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #c7baa7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    font-size: 92.8%;
    line-height: 1.4;
    font-weight: bold;
    color: #222222;
    text-align: center;
    text-decoration: none;
}
#tmp_means .changestyle_area ul:after{
	clear: both;
	content: '';
	display: block;
}
/*smart right menu*/
#tmp_sma_search{
	margin: 0 0 30px;
	width: 100%;
	float: none;
}
#tmp_sma_search .wrap_sch_box input{
	height: 42px;
}
#tmp_sma_search .sch_box{
	background-image: url(/shared/site_seaside/images/icon/icon_search_sp.png);
}
#tmp_sma_search .sch_box input{
	padding-left: 31px;
	font-size: 100%;
}
#tmp_sma_search .sch_btn input{
	font-size: 100%;
}
#tmp_sma_search .wrap_sch_box:first-child{
	width: calc(100% - 60px);
}
#tmp_sma_pref_btn {
	margin-bottom: 28px;
}
#tmp_sma_pref_btn a {
	display: block;
	padding: 11px 20px 9px 9px;
	background: #ffffff url(/shared/site_seaside/images/icon/arr_link_sp.png) no-repeat right 9px center;
	-webkit-background-size: 7px auto;
	-moz-background-size: 7px auto;
	background-size: 7px auto;
	border: 1px solid #c7baa7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #222222;
	text-decoration: none;
}
/* lnavi
================================================== */
#tmp_lnavi{
	color: #ffffff;
	background-color: #2a7bb8;
	padding: 1px;
	margin-bottom: 30px;
}
#tmp_lnavi_cnt li {
    margin-bottom: 1px;
}
#tmp_lnavi_cnt li:last-child{
	margin-bottom: 0;
}
#tmp_lnavi_ttl a{
	font-size: 100%;
	padding: 12px 30px 11px 8px;
	color: #ffffff;
	background: #2a7bb8 url(/shared/site_seaside/images/icon/arrow_wht.png) no-repeat right 10px center;
	background-size: 6px auto;
	-webkit-background-size: 6px auto;
	-moz-background-size: 6px auto;
}
#tmp_lnavi_cnt li a{
	line-height: 1.7;
    padding: 12px 30px 10px 8px;
	font-size: 100%;
	background-image: url(/shared/site_seaside/images/icon/rnavi_arr_sp.png);
	background-size: 6px auto;
	-webkit-background-size: 6px auto;
	-moz-background-size: 6px auto;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
    font-size: 85.7%;
}
/* update
================================================== */
#tmp_update {
    font-size: 85.7%;
	margin-bottom: 13px;
}
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* inquiry / feedback
================================================== */
#tmp_inquiry,
#tmp_feedback {
	margin-bottom:30px;
}
#tmp_inquiry {
	padding:0 9px;
}
#tmp_inquiry_ttl {
	padding:10px 0;
}
#tmp_inquiry_ttl p,
#tmp_feedback_ttl p {
	font-size:121.4%;
}
#tmp_inquiry_cnt {
	padding:10px 0;
}
#tmp_feedback_ttl {
	padding:10px 9px;
}
#tmp_feedback_cnt2 {
	padding:0 9px 15px;
}
#tmp_feedback_cnt2 form {
	padding-top:10px;
}
#tmp_feedback_cnt textarea {
	padding:0;
	width:100%;
}
#tmp_feedback_cnt .edit {
	display:none;
}
#tmp_feedback_cnt .submit input {
	padding:2px 20px;
	width:150px;
	min-height:40px;
	background-image:url(/shared/site_seaside/images/icon/arr_link_sp.png);
	background-position:right 10px center;
	background-size: 7px auto;
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: block;
}
/* ==================================================
footer
================================================== */
#tmp_footer .footer_cnt{
	padding: 26px 0 8px;
	background-image: url(/shared/site_seaside/images/footer/pattern_bgr_sp.png),url(/shared/site_seaside/images/footer/bgr_pattern.jpg);
}
#tmp_footer .pnavi{
	right: 10px !important;
    top: -36px;
	padding: 13px 0 5px;
	width: 72px;
	height: 72px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(8, 24, 53, 0.15);
	-moz-box-shadow: 0 2px 5px 0 rgba(8, 24, 53, 0.15);
	box-shadow: 0 2px 5px 0 rgba(8, 24, 53, 0.15);
	font-size: 82.1%;
}
#tmp_footer .pnavi a{
	background-image: url(/shared/site_seaside/images/icon/arr_backtop_sp.png);
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
	background-size: 12px auto;
	line-height: 1.2;
}
#tmp_footer .footer_intro{
	margin-bottom: 4px;
	font-size: 114.2%;
}
#tmp_footer .footer_intro span {
	display: block;
}
#tmp_footer address{
	margin-bottom: 56px;
	font-size: 100%;
	line-height: 1.6;
}
#tmp_footer address span {
	margin-right:0;
	display: block;
}
#tmp_footer .copyright{
	font-size: 85.7%;
}
/* ==================================================
class
================================================== */

/* float ▼Do not edit
================================================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* youtube ▼Do not edit
================================================== */
#tmp_contents .frame_youtube,
#tmp_contents .frame_ustream {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_ustream object,
#tmp_contents .frame_youtube iframe,
#tmp_contents .frame_ustream iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* ==================================================
parts
================================================== */
/* parts ▼Do not edit
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	display: block;
	float:none;
	clear:both;
}
div.col2 div.col2L,
div.col2 div.col2R,
div.col3 div.col3L,
div.col3 div.col3M,
div.col3 div.col3R {
    padding: 0;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	display: block;
	float:none;
	clear:both;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;/* Webkit */
}
/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom:30px;
	padding: 31px 10px 5px;
	background:#F5F5F5 url(/shared/site_seaside/images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px 15px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 14px;
	font-size:75%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #CCCCCC;
	color:#333333;
	display:inline-block;
	padding: 12px 10px 6px 70px;
	text-decoration:none;
	background:#F2F2F2 url(/shared/site_seaside/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px 20px;
	min-width:9em;
	text-align:center;
	box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/site_seaside/images/icon/scroll_table_df.png) 10px center no-repeat;
	background-size:46px 20px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* accessbility
================================================== */
.color_black #tmp_wrapper #tmp_hnavi_s li span,
.color_yellow #tmp_wrapper #tmp_hnavi_s li span,
.color_blue #tmp_wrapper #tmp_hnavi_s li span{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_sma_menu .wrap_sma_sch,
.color_yellow #tmp_wrapper #tmp_sma_menu .wrap_sma_sch,
.color_blue #tmp_wrapper #tmp_sma_menu .wrap_sma_sch{
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.color_black #tmp_wrapper #tmp_hnavi_s a.active:after,
.color_yellow #tmp_wrapper #tmp_hnavi_s a.active:after,
.color_blue #tmp_wrapper #tmp_hnavi_s a.active:after{
	background-color: #FFFF00 !important;
}
.color_black #tmp_wrapper #tmp_means,
.color_yellow #tmp_wrapper #tmp_means,
.color_blue #tmp_wrapper #tmp_means{
	border: none;
}
.fsize_small #tmp_wrapper #tmp_means .changestyle_area .fontsize_ttl,
.fsize_small #tmp_wrapper #tmp_means .changestyle_area .color_ttl{
	padding-bottom: 12px;
}
.color_black.fsize_big #tmp_wrapper #tmp_hlogo h1,
.color_black.fsize_big #tmp_wrapper #tmp_hlogo p,
.color_black.fsize_big #tmp_wrapper #tmp_hlogo a,
.color_yellow.fsize_big #tmp_wrapper #tmp_hlogo h1,
.color_yellow.fsize_big #tmp_wrapper #tmp_hlogo p,
.color_yellow.fsize_big #tmp_wrapper #tmp_hlogo a,
.color_blue.fsize_big #tmp_wrapper #tmp_hlogo h1,
.color_blue.fsize_big #tmp_wrapper #tmp_hlogo p,
.color_blue.fsize_big #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a{
	height: auto;
}
.color_black.fsize_big #tmp_wrapper #tmp_sma_menu .wrap_sma_sch,
.color_yellow.fsize_big #tmp_wrapper #tmp_sma_menu .wrap_sma_sch,
.color_blue.fsize_big #tmp_wrapper #tmp_sma_menu .wrap_sma_sch {
	top: 54px;
}
.fsize_big #tmp_wrapper #tmp_means .changestyle_area,
.fsize_big2 #tmp_wrapper #tmp_means .changestyle_area {
	padding-right: 0;
}
.fsize_big #tmp_wrapper #tmp_hnavi_s li a,
.fsize_big2 #tmp_wrapper #tmp_hnavi_s li a {
	font-size: 0.6rem;
}
.color_black #tmp_wrapper #tmp_hnavi_s a:after,
.color_yellow #tmp_wrapper #tmp_hnavi_s a:after,
.color_blue #tmp_wrapper #tmp_hnavi_s a:after{
	bottom: -6px;
}
.fsize_big #tmp_wrapper #tmp_footer .pnavi,
.fsize_big2 #tmp_wrapper #tmp_footer .pnavi {
	font-size: 0.8rem;
}
.fsize_big #tmp_wrapper #tmp_sma_search .sch_box input,
.fsize_big2 #tmp_wrapper #tmp_sma_search .sch_box input {
	font-size: 0.95rem;
}
.fsize_big #tmp_wrapper #tmp_hlogo h1 span,
.fsize_big #tmp_wrapper #tmp_hlogo p span,
.fsize_big2 #tmp_wrapper #tmp_hlogo h1 span,
.fsize_big2 #tmp_wrapper #tmp_hlogo p span {
	font-size: 0.8rem;
}

/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}

/* } */