@charset "UTF-8";
/* CSS Document */

/* ************************************************ 
 *  all
 * ************************************************ */

@media screen and (max-width: 720px) {
#fade {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	background-color: #fff;
	top: 0px;
	left: 0px;
	z-index: 150;
}
#loading {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -80px;
	margin-top: -20px;
	z-index: 200;
}
#loading h1 img {
	width: 160px;
	height: auto;
}
}

@media screen and (max-width: 1000px) {
.top-tl-head {
	padding: 10% 0 0 0;
}
.sp-tl-head {
	padding: 14% 0 0 0;
}
}
@media screen and (max-width: 960px) {
.top-tl-head {
	padding: 11% 0 0 0;
}
.sp-tl-head {
	padding: 16% 0 0 0;
}
}
@media screen and (max-width: 640px) {
.top-tl-head {
	padding: 12% 0 0 0;
}
.sp-tl-head {
	padding: 18% 0 0 0;
}
}

/* スマホナビ */
.sp-nav {
	height: 20px;
    width: 30px;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1000;
}
.sp-nav_line{
    background-color: #333;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}
.sp-nav-btn {
    height: 72px;
    width: 72px;
	right: 0;
    top: 0;
    position: fixed;
	background-color: #fff;
	z-index: 999;
}
.sp-nav_center{
    top: 9px;
}
.sp-nav_bottom{
    bottom: 0;
}
.sp-nav_top.active{
    top: 8px;
    transform: rotate(45deg);
}
.sp-nav_center.active{
    transform: scaleX(0);
}
.sp-nav_bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
.sp-drawer_nav {
	top: 25px;
	right: -12px;
	width: 40px;
	float: none;
	clear: both;
	position: absolute;
	font-size: 10pt;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #333;
}

/* head-nav */
.sp-head-nav {
	top: 0;
    background-color: #e6ebf0;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 998;
}
.sp-head-nav_wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
	overflow-y: scroll;
}
.sp-head-nav_item {
    margin: 30px 0;
}
.sp-head-nav_item a{
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 30px;
    text-decoration: none;
    transition: .5s;
}
.sp-head-nav_item a:hover{
    color: #666;
}

@media screen and (max-width: 1000px) {

/* -------------------------------------
*     ヘッダー
* ------------------------------------- */

html {
	scroll-padding-top: 140px;
}
#topview img {
	width: 100%;
	height: auto;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
}
.sp_head {
	width: 100%;
	position: fixed;
	z-index: 20;
	top: 0;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #fff;
	background-repeat: repeat-y;
	border-bottom: 1px solid #eee;
}
.sp_navi {
	margin: 0;
	padding: 0;
}
.sp_navi img,
.sp_head_logo img {
	width: 100%;
	height: auto;
}
.sp_head_logo {
	clear: both;
	float: none;
	margin: 1% auto;
	padding: 0;
	height: auto;
	width: 28%;
}

/*===== CONTENT =====*/

#container{
	margin: 0;
	padding: 0;
}
.main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.wide_700 {
	width: 70%;
	height: auto;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
}
.wide_800,
.wide_930,
.wide_960,
.wide_1080 {
	width: 90%;
	height: auto;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
}
.wide_700 img,
.wide_800 img,
.wide_930 img,
.wide_960 img,
.wide_1080 img,
.tag_wide {
	width: 100%;
	height: auto;
}
#mapsize {
	width: 100%;
	height: 240px;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
}

/* -------------------------------------
*     テキストスタイル
* ------------------------------------- */

.text_st01 {
	width: 90%;
	height: auto;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 16pt;
	line-height: 24pt;
	font-weight: normal;
	letter-spacing: 0pt;
	font-variant-ligatures: none;
}
.text_st02 {
	width: 80%;
	height: auto;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 12pt;
	line-height: 18pt;
	font-weight: normal;
	letter-spacing: 0pt;
	font-variant-ligatures: none;
}
.text_st03 {
	width: 80%;
	height: auto;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	letter-spacing: 0pt;
	font-variant-ligatures: none;
}
.detail_info {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.detail_cp {
	margin: 10px auto;
	font-size: 12pt;
	line-height: 20pt;
	font-weight: bold;
	color: #333;
	text-align: left;
	letter-spacing: 1pt;
}
.detail_day {
	margin: 10px auto;
	font-size: 10pt;
	line-height: 20pt;
	font-weight: normal;
	letter-spacing: 0;
}
.detail_text {
	width: 100%;
	margin: 20px auto;
	font-size: 10pt;
	line-height: 20pt;
	font-weight: normal;
	letter-spacing: 0;
	word-break: break-all;
}
.detail_more {
	margin: 5px auto;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	color: #333;
	text-align: right;
	letter-spacing: 0;
}
.detail_sub_tl {
	margin: 5px 0;
	font-size: 14pt;
	line-height: 24pt;
	font-weight: normal;
}
.detail_info_text {
	margin: 5px 0;
	font-size: 12pt;
	line-height: 20pt;
	font-weight: normal;
	word-break: break-all;
}
.detail_list {
	width: 100%;
	height: auto;
}
.detail_ph {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 20px auto;
}
.detail_ph_list,
.detail_ph_list_small {
	width: 100%;
	height: auto;
	margin: 20px auto;
}
.detail_ph img,
.detail_ph_list img,
.detail_ph_list_small img {
	width: 100%;
	height: auto;
}

/* テキストライン */
.tx_line,
.tx_line800,
.tx_line960 {
	width: 100%;
	height: 1px;
	border-top: 2px solid #333;
	line-height:0;
	clear: both;
	float: none;
	padding: 0px;
	margin: 0 auto;
}

/* テキストナビ */
.pan_step {
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 20px 0;
	width: auto;
}
.pan_text {
	float: left;
	padding: 0 10px 0 0;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: normal;
	color: #333;
	text-align: left;
	letter-spacing: 0;
}
.more_tx {
	margin: 0 auto 40px auto;
	font-size: 10pt;
	line-height: 20pt;
	font-weight: normal;
	color: #333;
	text-align: center;
	letter-spacing: 0;
}
.detail_text a:link, .detail_more a:link, .tx_list_tl a:link, .more_tx a:link, .pan_text a:link,
.detail_text a:visited, .detail_more a:visited, .tx_list_tl a:visited, .more_tx a:visited, .pan_text a:visited {
	color: #333;
	text-decoration: underline;
}
.detail_text a:hover, .detail_more a:hover, .tx_list_tl a:hover, .more_tx a:hover, .pan_text a:hover {
	color: #ccc;
	text-decoration: none;
}
.detail_text a:active, .detail_more a:active, .tx_list_tl a:hover, .more_tx a:active, .pan_text a:active {
	color: #999;
	text-decoration: none;
}


/* -------------------------------------
*     テキスト一覧
* ------------------------------------- */

.tx_list {
	clear: both;
	float: none;
	height: auto;
	width: auto;
	margin: 0 auto;
	padding: 10px 0;
	font-weight: normal;
	font-size: 12pt;
	line-height: 18pt;
	color: #333;
}
.tx_list_tl {
	float: left;
	height: auto;
	width: 68%;
	margin: 0 auto;
	padding: 15px 2% 15px 0;
	text-align: left;
}
.tx_list_day {
	float: left;
	height: auto;
	width: 28%;
	margin: 0 auto;
	padding: 15px 0 15px 2%;
	text-align: left;
}
.tx_list_line {
	clear: both;
	float: none;
	width: auto;
	height: 1px;
	padding: 0px;
	margin: 0 auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eee;
	line-height:0;
}
.tx_line01 {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.tx_line02 {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.tx_line03 {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.tx_line04 {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.tx_line05 {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}


/* -------------------------------------
*     タイトル
* ------------------------------------- */

.title_tx {
	height: auto;
	width: auto;
	margin: 0 auto;
	font-size: 16pt;
	line-height: 24pt;
	text-align: center;
	letter-spacing: 1pt;
	font-weight: bold;
}
.subtitle {
	height: auto;
	width: auto;
	margin: 0 auto;
	font-size: 14pt;
	line-height: 22pt;
	text-align: center;
	letter-spacing: 1pt;
	font-weight: bold;
}
.tl_wide1200,
.tl_wide960 {
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	margin: 20px auto;
	padding: 20px 0;
	font-size: 14pt;
	line-height: 20pt;
	text-align: center;
	letter-spacing: 1pt;
	font-weight: bold;
	color: #333;
	background-color: #f8f8f8;
	background-repeat: no-repeat;
}
.tl_wide800 {
	clear: both;
	float: none;
	height: auto;
	width: 90%;
	margin: 20px auto;
	padding: 8px 0;
	font-size: 14pt;
	line-height: 20pt;
	text-align: center;
	letter-spacing: 1pt;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	border: 1px solid #f8f8f8;
}
.tl_wide800-sub {
	clear: both;
	float: none;
	height: auto;
	width: 80%;
	margin: 20px auto;
	padding: 20px 0;
	font-size: 14pt;
	line-height: 20pt;
	text-align: center;
	letter-spacing: 1pt;
	font-weight: bold;
	color: #333;
	border-bottom: 4px solid #eee;
}
.tl_wide960-sub {
	clear: both;
	float: none;
	height: auto;
	width: 80%;
	margin: 20px auto;
	padding: 20px 0;
	font-size: 14pt;
	line-height: 20pt;
	text-align: center;
	letter-spacing: 1pt;
	font-weight: bold;
	color: #333;
	border-bottom: 4px solid #eee;
}
.tl_wide540 {
	clear: both;
	float: none;
	height: auto;
	width: 80%;
	margin: 20px auto;
	padding: 8px 0;
	font-size: 14pt;
	line-height: 20pt;
	text-align: center;
	letter-spacing: 1pt;
	font-weight: normal;
	color: #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	border: 1px solid #f8f8f8;
}
.tl_message {
	height: auto;
	width: 90%;
	padding: 30px 5%;
	margin: 0 auto;
	font-size: 12pt;
	line-height: 20pt;
	color: #333;
	letter-spacing: 0pt;
}
.sub_message {
	height: auto;
	width: auto;
	margin: 0 auto;
	font-size: 10pt;
	line-height: 20pt;
	color: #333;
	text-align: left;
	letter-spacing: 1pt;
}
.title_icon {
	height: auto;
	width: 20%;
	margin: 20px auto;
}
.title_icon img {
	height: auto;
	width: 100%;
}

/* -------------------------------------
*     テーブルレイアウト
* ------------------------------------- */

.info_title {
	background-color: #ddd;
}
.info_spec {
	background-color: #fff;
}
.info_space {
	font-size: 12pt;
	line-height: 18pt;
	padding: 10px 15px;
	font-style: normal;
	font-weight: normal;
	border: #ccc solid 1px;
}


/* -------------------------------------
*     バナー / ナビ
* ------------------------------------- */

.slide_bnr {
	clear: both;
	float: none;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: start;
    align-items: top;
}
.slide_bnr img {
	height: auto;
	width: 100%;
	margin: 5px auto;
}
.slide_bnr-flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: auto;
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
/*.thumb_bnr05 {
	float: left;
	height: auto;
	width: 18%;
	margin: 0 1%;
	padding: 0;
}
.thumb_bnr04 {
	float: left;
	height: auto;
	width: 23%;
	margin: 0 1%;
	padding: 0;
}
.thumb_bnr03 {
	float: left;
	height: auto;
	width: 31%;
	margin: 0 1%;
	padding: 0;
}*/
.thumb_bnr02,.thumb_bnr04 {
	float: left;
	height: auto;
	width: 48%;
	margin : 0 1%;
	padding: 0;
}
.thumb_bnr03,.thumb_bnr05 {
	float: left;
	height: auto;
	width: 98%;
	margin : 0 1%;
	padding: 0;
}
.thumb_bnr05 img,
.thumb_bnr04 img,
.thumb_bnr03 img,
.thumb_bnr02 img {
	height: auto;
	width: 100%;
}
.update_bt {
	clear: both;
	float: none;
	height: auto;
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.update_bt img {
	height: auto;
	width: 100%;
}
.thumb_bnr a:hover,
.update_bt a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* -------------------------------------
*     キーワード検索
* ------------------------------------- */

@media screen and (max-width: 1000px) {
.search_box {
	float: none;
	clear: both;
	height: auto;
	width: 88%;
	padding: 0px;
	margin: 0 auto;
}
.search_btn {
	float: left;
	height: 42px;
	width: auto;
	padding: 0px;
	margin: 0px;
}
.search_btn img {
	height: auto;
	width: 100%;
}
.search_input {
	float: left;
	width: 66%;
	height: 20px;
	padding: 10px 5%;
	background-color: #fff;
	border: 1px solid #666;
	font-size: 10pt;
	line-height: 15pt;
	font-style: normal;
	font-weight: normal;
	color: #666;
}
.number {
	width: auto;
	height: auto;
	clear: both;
	float: none;
	padding: 0 0 5% 0;
	margin: 0 auto;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	color: #666;
	text-align: center;
	letter-spacing: 0pt;
}
.r_number {
	margin: 0 auto;
	font-size: 20pt;
	line-height: 30pt;
	font-weight: bold;
	color: #dc0028;
	letter-spacing: 2pt;
}
}

/* -------------------------------------
*     ソーシャル
* ------------------------------------- */

.social_bt {
	float: none;
	clear: both;
	width: 150px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
}
.sns_icon {
	float: left;
	width: 30px;
	height: auto;
	margin: 0 10px;
	padding: 0;
}
.sns_icon img {
	width: 30px;
	height: auto;
}
.social_bt-flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 30px;
	padding: 50px 0;
}

/* ページトップへ */
.pagetop {
	width: 8%;
	height: auto;
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 10;
}
.pagetop img {
	width: 100%;
	height: auto;
}

/* -------------------------------------
*     フッター（コピーライト）
* ------------------------------------- */

#footer_back{
	width: auto;
	height: auto;
	text-align:center;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
	background-color: #f8f8f8;
	background-repeat: repeat-x;
}
#footer {
	width: 90%;
	height: auto;
	text-align:center;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0px;
}
#footer p{
	clear: both;
	float: none;
	font-size: 9pt;
	line-height: 16pt;
	font-weight: normal;
	color: #999;
	letter-spacing: 1pt;
	margin: 0 auto;
	padding: 20px 0;
}
	
/* ------------------------------------- 
 *	ページレイアウト　css追加
 * ------------------------------------- 
 *　ページ全体の幅　100%
 * ------------------------------------- */

#fade {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	background-color: #fff;
	top: 0px;
	left: 0px;
	z-index: 1500;
}
#loading {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -80px;
	margin-top: -20px;
	z-index: 2000;
}
#loading h1 img {
	width: 160px;
	height: auto;
}
#container {
	clear: both;
	float: none;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.content {
	clear: both;
	float: none;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

/* content */
.content_box {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	background-repeat: repeat-x;
}
.content_box01 {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #fafafa;
	background-repeat: repeat-x;
}
.content_box02 {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 25px 0;
	background-color: #e6ebf0;
	background-repeat: repeat-x;
}
.slide_bnr {
	clear: both;
	float: none;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: start;
    align-items: top;
}
.slide_bnr img {
	height: auto;
	width: 100%;
	margin: 5px auto;
}
.thumb_bnr {
	float: left;
	height: auto;
	width: 48%;
	margin : 0 1%;
	padding: 0;
}
.thumb_bnr img {
	height: auto;
	width: 100%;
}
.bt_nav640 {
	clear: both;
	float: none;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
}
.bt_nav480 {
	clear: both;
	float: none;
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
}


/**************************************
thumb
***************************************/

.thumb_box900 {
	clear: both;
	float: none;
	height: auto;
	width: 90%;
	margin : 0 auto;
	padding: 10px 0 10px 0;
}
.thumb_box800 {
	clear: both;
	float: none;
	width: 90%;
	height: auto;
	margin : 0 auto;
	padding: 0;
}
.thumb_box640 {
	clear: both;
	float: none;
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}
.thumb_box900 img, .thumb_box800 img, .thumb_box640 img {
	width: 100%;
	height: auto;
}
.ph_left {
	float: left;
	width: 48%;
	height: auto;
	margin: 0;
	padding: 0 2% 0 0;
}
.ph_right {
	float: left;
	width: 48%;
	height: auto;
	margin: 0;
	padding: 0 0 0 2%;
}
.ph_left img, .ph_right img {
	height: auto;
	width: 100%;
}


/* Ability */
.thumb_box620_01 {
	float: none;
	clear: both;
	height: auto;
	width: 80%;
	margin : 0 auto;
	padding: 60px 0 10px 0;
	text-align: center;
}
.thumb_box620_02 {
	float: none;
	clear: both;
	height: auto;
	width: 80%;
	margin : 0 auto;
	padding: 60px 0 10px 0;
	text-align: center;
}
.thumb_box620_01 img, .thumb_box620_02 img {
	height: auto;
	width: 100%;
}
.thumb_back01 { 
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/img/sp_point01.jpg);
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	height: 320px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 100%;
	position: relative;
	z-index: -1;
}
.thumb_back02 { 
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/img/sp_point02.jpg);
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	height: 320px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 100%;
	position: relative;
	z-index: -1;
}
.thumb_back03 { 
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/img/sp_point03.jpg);
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	height: 260px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	width: 100%;
	position: relative;
	z-index: -1;
}
.thumb_back04 { 
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(/img/sp_point04.jpg);
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	height: 300px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	width: 100%;
	position: relative;
	z-index: -1;
}
.thumb_back05 { 
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(/img/sp_point05.jpg);
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	height: 300px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	width: 100%;
	position: relative;
	z-index: -1;
}
.box_top80 {
	padding: 80px 0 0 0;
}
.box_top60 {
	padding: 60px 0 0 0;
}
.box_top40 {
	padding: 40px 0 0 0;
}
.box_top20 {
	padding: 20px 0 0 0;
}
.box_bottom80 {
	padding: 0 0 80px 0;
}
.box_bottom60 {
	padding: 0 0 60px 0;
}
.box_bottom40 {
	padding: 0 0 40px 0;
}
.box_bottom20 {
	padding: 0 0 20px 0;
}

/* title */
.tl_type01 {
	height: auto;
	width: 90%;
	clear: both;
	float: none;
	margin : 0 auto;
	padding: 0 0 20px 0;
}
.tl_type02 {
	height: auto;
	width: 90%;
	clear: both;
	float: none;
	margin : 0 auto;
	padding: 20px 0;
}
.tl_type01 img, .tl_type02 img {
	height: auto;
	width: 100%;
}
.tl_type03 {
	height: auto;
	width: 90%;
	clear: both;
	float: none;
	margin : 0 auto;
	padding: 0 0 20px 0;
	font-size: 16pt;
	line-height: 24pt;
	letter-spacing: 1pt;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.tl_type04 {
	height: auto;
	width: 90%;
	clear: both;
	float: none;
	margin : 0 auto;
	padding: 20px 0 20px 0;
	font-size: 16pt;
	line-height: 24pt;
	letter-spacing: 1pt;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.tl_type05 {
	height: auto;
	width: 90%;
	clear: both;
	float: none;
	margin : 0 auto;
	padding: 0 0 20px 0;
	font-size: 16pt;
	line-height: 24pt;
	letter-spacing: 1pt;
	font-weight: bold;
	color: #003264;
	text-align: center;
}
.tl_back {
	height: auto;
	width: auto;
	clear: both;
	float: none;
	background-color: #fafafa;
	background-repeat: repeat-x;
	margin: 40px 0 20px 0;
	padding: 0;
}

/* text */
.top_message {
	float: none;
	clear: both;
	height: auto;
	width: auto;
	margin : 0 auto;
	padding: 80px 0;
}
.message_tx {
	height: auto;
	width: 90%;
	clear: both;
	float: none;
	margin : 0 auto;
	font-size: 16pt;
	line-height: 24pt;
	letter-spacing: 1pt;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.top_tx {
	font-size: 11pt;
	line-height: 22pt;
	letter-spacing: 1pt;
	font-weight: normal;
	color: #333;
	text-align: left;
}
.text_area800 {
	height: auto;
	width: 90%;
	clear: both;
	float: none;
	margin : 0 auto;
	padding: 20px 0;
}
.tx_type01 {
	height: auto;
	width: auto;
	clear: both;
	float: none;
	margin : 0 auto;
	padding: 0;
	font-size: 11pt;
	line-height: 22pt;
	letter-spacing: 0pt;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.tx_type02 {
	font-size: 10pt;
	line-height: 15pt;
	text-align: left;
	font-weight: normal;
	color: #333;
}
.tx_type03 {
	height: 40px;
	margin: 0 0 10px 0;
	font-size: 10pt;
	line-height: 15pt;
	text-align: left;
	font-weight: normal;
	color: #333;
}
.sub_tx {
	height: auto;
	width: 90%;
	clear: both;
	float: none;
	margin : 0 auto;
	padding: 0 0 20px 15px;
	letter-spacing: 0pt;
	text-align: left;
	text-indent: -15px;
}
.number_icon {
	float: left;
	height: auto;
	width: 8%;
	text-align: left;
	color: #333;
	font-size: 12pt;
	line-height: 22pt;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.long_tx {
	float: left;
	height: auto;
	width: 92%;
	text-align: left;
	margin: 0;
	padding: 0;
}
.long_sub_tx {
	float: none;
	clear: both;
	height: auto;
	width: auto;
	padding: 10px 0 0 20px;
	margin: 0;
	text-align: left;
}
.long_etc_tx {
	float: none;
	clear: both;
	height: auto;
	width: 90%;
	margin : 0 auto;
	padding: 20px 0 0 0;
	text-align: right;
}
.etc_tl_left {
	clear: both;
	float: none;
	margin: 0;
	padding: 40px 0 20px 0;
	text-align: left;
	font-size: 14pt;
	line-height: 24pt;
	font-weight: normal;
	color: #333;
	letter-spacing: 1px;
}
.etc_tx_left {
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
}
.etc_tx_right {
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: right;
}
.read_tx_left {
	clear: both;
	float: none;
	width: 90%;
	height: auto;
	margin: 0;
	padding: 15px 5% 0 5%;
	text-align: left;
	font-size: 14pt;
	line-height: 24pt;
	font-weight: normal;
	color: #333;
}
.read_tx_right {
	clear: both;
	float: none;
	width: 80%;
	height: auto;
	margin: 0;
	padding: 5px 10% 15px 10%;
	text-align: left;
	font-size: 12pt;
	line-height: 20pt;
	font-weight: normal;
	color: #333;
}
.tx_name {
	float: left;
	width: 22%;
	height: auto;
	margin: 0 auto;
	padding: 10px 4%;
	font-size: 11pt;
	line-height: 22pt;
	font-weight: normal;
	color: #333;
	text-align: left;
}
.tx_detail {
	float: left;
	width: 62%;
	height: auto;
	margin: 0 auto;
	padding: 10px 4%;
	font-size: 11pt;
	line-height: 22pt;
	font-weight: normal;
	color: #333;
	text-align: left;
}

/**************************************
search
***************************************/

.search_box {
	float: none;
	clear: both;
	height: auto;
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
.search_text01 {
	float: left;
	height: auto;
	width: 80%;
	padding-left: 30px;
	margin: 0 auto;
	font-size: 13pt;
	line-height: 23pt;
	font-weight: bold;
	color: #333;
	text-align: left;
	letter-spacing: 0pt;
	font-variant-ligatures:none;
	background-image: url(/img/arrow.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.search_text02 {
	float: left;
	margin: 0;
	padding-right: 10px;
	font-weight: normal;
	color: #666;
	font-size: 12pt;
	line-height: 18pt;
	text-align: left;
	text-indent: 0px;
}
.search_text02 a:link{
	color: #0192E3;
	text-decoration:underline;
}
.search_text02 a:visited{
	color: #0192E3;
	text-decoration:underline;
}
.search_text02 a:hover{
	color: #ff5000;
	text-decoration:underline;
}
.search_text02 a:active{
	color: #999;
	text-decoration:none;
}
.search_text03 {
	float: left;
	height: auto;
	width: 80%;
	padding: 0;
	margin: 0 auto;
}
.search_text03 img {
	height: auto;
	width: 80%;
}
.search_text04 {
	float: left;
	height: auto;
	width: 200px;
	padding-left: 30px;
	margin: 0 auto;
	font-size: 13pt;
	line-height: 23pt;
	font-weight: bold;
	color: #333;
	text-align: left;
	letter-spacing: 0pt;
	font-variant-ligatures:none;
	background-image: url(/img/arrow.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.search_btn01 {
	float: left;
	height: auto;
	width: 150px;
	padding: 0;
	margin: 4px 0 0 20px;
}
.search_btn01 img {
	height: auto;
	width: 150px;
}
.search_btn02 {
	float: left;
	height: auto;
	width: 138px;
	padding: 0;
	margin: 0 2px;
}
.search_btn02 img {
	height: auto;
	width: 138px;
}
.search_btn03 {
	clear: both;
	float: none;
	height: auto;
	width: 400px;
	padding: 20px 0;
	margin: 0 auto;
}
.search_btn03 img {
	height: auto;
	width: 400px;
}
.search_input {
	width: 90%;
	height: 30px;
	padding: 2% 5%;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 10pt;
	line-height: 15pt;
	font-style: normal;
	font-weight: normal;
	color: #666;
}
.search_check {
	margin: 6px 6px 4px 4px;
	padding: 0;
}
.pantext {
	width: 800px;
	height: auto;
	clear:both;
	float: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	color: #666;
	text-align: left;
	letter-spacing: 0pt;
}
.pantext a:link{
	color: #666;
	text-decoration:underline;
}
.pantext a:visited{
	color: #666;
	text-decoration:underline;
}
.pantext a:hover{
	color: #468c46;
	text-decoration:underline;
}
.pantext a:active{
	color: #999;
	text-decoration:none;
}
.number {
	width: auto;
	height: auto;
	clear: both;
	float: none;
	padding: 0 0 40px 0;
	margin: 0 auto;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	color: #666;
	text-align: center;
	letter-spacing: 0pt;
}
.r_number {
	margin: 0 auto;
	font-size: 20pt;
	line-height: 30pt;
	font-weight: bold;
	color: #dc0028;
	letter-spacing: 2pt;
}

/**************************************
footer
***************************************/

.ft_logo {
	clear: both;
	float: none;
	height: auto;
	width: 25%;
	margin: 0 auto;
	padding: 30px 0;
}
.ft_logo img {
	height: auto;
	width: 100%;
}
.logo_back {
	background-color: #8ca0b4;
	background-repeat: repeat;
	height: 90px;
	width: 100%;
}
.sp_footer {
  	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.sp_copy {
	width: auto;
	height: auto;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #1e1e28;
	background-repeat: repeat-x;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.footer-nav {
    padding: 0;
    margin: 0;
}
.footer-nav-item {
    border-top: solid 1px #8ca0b4;
    list-style: none;
}
.footer-nav-item a {
    display: table;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 15px 25px;
}
.footer-nav-item a span {
    display: table-cell;
    vertical-align: middle;
}
.footer-nav-item-text {
    width: 80%;
    height: auto;
    font-size: 12pt;
    line-height: 18pt;
    font-weight: normal;
    color: #333;
}
.footer-nav-item a:link{
	color: #333;
	text-decoration: none;
}
.footer-nav-item a:visited{
	color: #333;
	text-decoration: none;
}
.footer-nav-item a:hover{
	color: #8ca0b4;
}
.footer-nav-item a:active{
	color: #999;
	text-decoration: none;
}
.footer-nav-item-icon {
  	width: 10%;
  	height: auto;
  	text-align: right;
}
.footer-nav-item-icon .icon {
  	width: 15px;
}
.footer-nav-item-icon img {
	 height: auto;
	 vertical-align: middle;
}
.ft_copy {
	clear: both;
	float: none;
	height: auto;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}

/**************************************
social
***************************************/

.social_bt {
	float: none;
	clear: both;
	width: 150px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 40px 0 80px 0;
}
.sns_icon {
	float: left;
	width: 30px;
	height: auto;
	margin: 0 10px;
	padding: 0;
}
.sns_icon img {
	width: 30px;
	height: auto;
}

/**************************************
pagetop
***************************************/

.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop img {
	width: 40px;
	height: auto;
}
.pagetop a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/**************************************
contact
***************************************/

.contact_bnr {
	float: none;
	clear: both;
	width: 70%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 10px 0;
	text-align: center;
}
.tel_box {
	float: none;
	clear: both;
	width: 70%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 40px 0;
	text-align: center;
}
.contact_bnr img, .tel_box img {
	width: 100%;
	height: auto;
}

/**************************************
update
***************************************/

.update {
	clear: both;
	float: none;
	height: auto;
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	font-weight: normal;
	font-size: 10pt;
	line-height: 15pt;
	color: #333;
}
.update_tx {
	float: left;
	height: auto;
	width: 60%;
	margin: 0 auto;
	padding: 10px 5% 10px 0;
	text-align: left;
}
.update_bt {
	clear: both;
	float: none;
	height: auto;
	width: 50%;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}
.update_bt img {
	height: auto;
	width: 100%;
}
.update_bt a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.update_day {
	float: left;
	height: auto;
	width: 25%;
	margin: 0 auto;
	padding: 10px 5% 10px 5%;
	text-align: left;
}
.update_line {
	clear: both;
	float: none;
	width: 90%;
	height: 1px;
	padding: 0px;
	margin: 0 auto 10px auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eee;
	line-height:0;
}

/**************************************
line
***************************************/

.line_style {
	text-align: center;
	width: 100%;
	height: 1px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eee;
	line-height:0;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
}
.thin_line {
	width: auto;
	height: 1px;
	clear: both;
	float: none;
	letter-spacing: 0pt;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
}