/*
Theme Name: design1
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

html {
    /* ブラウザの標準（通常16px）を1remの基準にする */
    font-size: 100% !important;
}

body {
	font-size: 16px;
}
p,
post-inner.entry-content p,
ul,
.site-body,
.site-body-bottom
{
    font-family: "TBUDゴシック R" !important;
}
h1,h2,h3,h4,h5,
blog .entry__summary,
.page-header-title
{ 
	font-family: "秀英にじみ丸ゴシック B" !important;
}
h6
{ 
	font-family: "秀英にじみ丸ゴシック B" !important;
}
strong,
b
{
	font-family: "TBUDゴシック E" !important;
}
.btn-primary {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #000;
}
:where(:not(.wp-block-table))>table :is(th,td) {
    font-size: 1rem;
}

figure img {
    border-radius: 10px;
}
i.fa-solid.fa-arrow-up-right-from-square {
    color: #4b98d6;
}

/* 見出し装飾 */
.heading-squares
{
	position: relative;
	padding: .5em 1.5em;
	color: #333333;
}
.heading-squares:before,
.heading-squares:after
{
	display: inline-block;
	position: absolute;
	transform: translateY(-50%);
	width: 23px;
	height: 23px;
	border: 4px solid #2589d0;
	content: '';
}
.heading-squares:before
{
	top: calc(50% - 5px);
	left: 0;
	background-color: #2589d0;
}
.heading-squares:after
{
	top: calc(50% + 6px);
	left: 12px;
	border: 4px solid #2589d0;
}
.heading-both-ends
{
	position: relative;
	display: inline-block;
	padding: 0 50px;
}
.heading-both-ends:before,
.heading-both-ends:after
{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 35px;
	height: 1px;
	background-color: black;
}
.heading-both-ends:after
{
	right: 0;
}
.heading-both-ends:before
{
	left: 0;
}


/*--- 文書アイコン ---*/
a[href *='adobe.com'] {
	background: url(img/icon_get_reader.gif) no-repeat;
	margin: 0;
	padding: 5px 0 0 30px;
	display: block;
	height: 35px;
}
/* PDF */
a[href $='.pdf'] {
	background: url(img/icon-pdf.jpg) no-repeat;
	margin: 0;
	padding: 5px 0 0 30px
}
/* WORD */
a[href $='.doc'] {
	background: url(img/icon-word.jpg) no-repeat;
	margin: 0;
	padding: 5px 0 0 30px;
}
/* WORD */
a[href $='.docx'] {
	background: url(img/icon-word.jpg) no-repeat;
	margin: 0;
	padding: 5px 0 0 30px
}
/* EXCEL */
a[href $='.xls'] {
	background: url(img/icon-excel.jpg) no-repeat;
	margin: 0;
	padding: 5px 0 0 30px
}
/* EXCEL */
a[href $='.xlsx'] {
	background: url(img/icon-excel.jpg) no-repeat;
	margin: 0;
	padding:5px 0 0 30px;
}

/* パンくず */
.breadcrumb {
	padding: 5px 0;
}

/* 印刷 */
.pageprint
{
	text-align: right;
	margin: 1rem auto;
	display:none;
}
.pageprint a
{
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #000;
	border-radius: 20px;
}
.pageprint a:hover {
	border-color: #00d084;
	color: #00d084;
}

figure table td:nth-child(1) {
	white-space: nowrap;
}

/*--- サイトヘッダー ---*/
.site-header-container
{
	max-width: none;
}

/*--- サイトボディ ---*/
.site-body
{
	padding: 1rem 0 2rem;
}
.site-body-bottom
{
	background-color: #004278;
	color: #fff;
    padding: 3em;
}

.site-body-bottom .widget {
    margin-bottom: 0;
}
.site-body-bottom .wp-block-group {
    min-height: auto;
}
/*--- サイトフッター ---*/
.site-footer
{
	background-color: #004278;
	color: #fff;
	font-size: 16px;
}
.site-footer-content
{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.site-footer-content .widget
{
	padding-top: 15px;
	padding-bottom: 15px;
}
.site-footer-content a
{
	color: #fff;
}
.site-footer-bottom
{
    background-color: #333333;
    color: #fff;
}

/*--- サイド（ウィジェット） ---*/
.sub-section .widget
{
	margin-bottom: 1rem;
}

.sub-section .widget .sub-section-title
{
    border-bottom: 3px solid #eef3ed;
    position: relative;
    margin-top: 2rem;
}
.sub-section .widget .sub-section-title:after
{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #004278;
    bottom: -3px;
    width: 20%;
}


.global-nav .menu-item i
{
	color: #ffc107;
}

.global-nav .sub-menu i
{
	color: #fff;
}
.vk-mobile-nav-menu-outer .menu-item i
{
	color: #ffc107;
}

.device-mobile .global-nav-list > li {
    padding: 14px 2.0em;
    font-size: 14px;
}

.device-mobile .global-nav-list > li .global-nav-name {
    font-size: 14px;
}

.device-mobile .global-nav-list > li {
    padding: 14px 2.0em;
    font-size: 14px;
}

/* 指定サイズ以下の設定 */
@media screen and (max-width: 991.98px) {
}

/* 指定サイズ以上の設定 */
@media screen and (min-width: 576px) {
	.site-body {
	    padding: 1rem 0 4rem;
	}
}
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 992px) {
	.pageprint
	{
		display: block;
	}
	.site-header-logo {
		text-align: left;
		padding-top: 0.5rem;
		margin-bottom: 0.5rem;
		margin-left: 0;
	}
	.site-body
	{
	    padding: 1rem 0 4rem;
	}
}
@media screen and (min-width: 1200px) {
	.site-body
	{
	    padding: 1rem 0 4rem;
	}
}

/*----------------------------------
 ホーム
 -----------------------------------*/
/*- ブロック設定 -*/
.top-block
{
	position: relative;
	padding-top: 2rem;
    padding-bottom: 2rem;
}
.top-block h2
{
	position: relative;
}
.top-block h2:before
{
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 120px;
	margin: 0;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 10px;
	border-bottom: solid 1px #000;
}
.top-block hr
{
	border-top: 1px solid;
}

/*- スライド -*/
.vk_slider.main-visual .swiper-wrapper
{
	transition-timing-function: linear;
}
section.main-visual-wrap
{
	position: relative;
}
section.main-visual-wrap .lead-text-wrap
{
	position: absolute;
	z-index: 800;
	bottom: 0;
}
.lead-text-wrap h2
{
	font-size: 2.5rem;
}
.lead-text-wrap h2 span.text-nowrap
{
	line-height: 4.5rem;
	padding: 0 15px 0;
	background: #fff;
	border-bottom: 3px solid;
	border-radius: 3px;
}

/*- 地域の紹介 -*/
.introduction-hover
{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	/*border-radius: 20px;*/
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: radial-gradient(white, black);
}
.introduction-hover:hover [class^="figcaption-"],
.introduction-hover.is-hover [class^="figcaption-"]
{
	transform: translateY(0);
}
.introduction-hover figure
{
	margin: 0 !important;
	line-height: 0;
}
.introduction-hover a.wp-block-group-vk-link,
.introduction-hover.is-hover a.wp-block-group-vk-link
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.introduction-hover [class^="figcaption-"]
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 20px 10px;
	color: #fff;
	text-align: center;
	transform: translateY(100%);
	transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 10px;
	font-size: 2rem;
	pointer-events: none;
}
.introduction-hover .figcaption-nohejimachi
{
	background: rgba(88, 56, 123, 0.85);
}
.introduction-hover .figcaption-tohokumachi
{
	background: rgba(63, 119, 197, 0.85);
}
.introduction-hover .figcaption-shichinohemachi
{
	background: rgba(95, 179, 43, 0.85);
}
.introduction-hover .figcaption-yokohamamachi
{
	background: rgba(255, 255, 0, 0.9);
	color: #000;
}
.introduction-hover .figcaption-rokkashomura
{
	background: rgba(0, 123, 58, 0.85);;
}

@media screen and (min-width: 783px)
{
	/*画面サイズが782px以上*/
	section.main-visual-wrap .lead-text-wrap{
		bottom: 0;
	}
	section.main-visual-wrap h2 span.text-nowrap {
		font-size: 3rem;
		line-height: 5rem;
	}
	.top-block
	{
		padding-top: 4rem;
	    padding-bottom: 4rem;
	}
}

/*----------------------------------
 協議会について
 -----------------------------------*/
.admission-block-title,
.admission-block-content
{
	position: relative;
}
.admission-block .wp-block-button.download
{
	width:100%;
}

.admission-block .download a
{
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 10px 40px;
}

.admission-block .download a:before,
.admission-block .download a:after
{
	position: absolute;
	right: 15px;
	display: block;
	width: 10px;
	height: 2px;
	content: '';
	background: #000;
}
.admission-block .download a:before
{
	top: 21px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.admission-block .download a:after
{
	top: 27px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


@media screen and (min-width: 783px) {
	.admission-block-title:after
	{
		position: absolute;
		top: 50%;
		left: 95%;
		margin: 0 1rem;
		content: "";
		width: 1px;
		height: 90%;
		background-color: #fcb900;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.admission-block .wp-block-button.download
	{
		width:75%;
	}
}

/*----------------------------------
 お知らせ
 -----------------------------------*/
.post .entry-title
{
	border-bottom: solid 1px #000;
	padding: 10px 0;
	margin-bottom: 1rem;
}

span.entry-meta-item.entry-meta-item-author
{
    display: none;
}

/*----------------------------------
 個別ページ
 -----------------------------------*/
.page-header
{
	background-image: repeating-linear-gradient(45deg, rgb(181, 244, 255), rgb(181, 244, 255) 10px, transparent 10px, transparent 20px);
	color: #004278;
	text-shadow: 3px 3px #fff;
}


/*----------------------------------
 検索フォーム
 -----------------------------------*/
.archive-search-wrapper
{
	margin-bottom: 30px;
	background-color: #ededed;
	padding-top: var(--wp--preset--spacing--60);
	padding-bottom: var(--wp--preset--spacing--60);
	width: auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: var(--vk-width-full);
}

.custom-search-form
{
	background: #fff;
	padding: 15px 0 30px;
	border-radius: 15px;
	max-width: calc(var(--vk-width-container) - var(--vk-width-container-padding) * 2);
	margin: auto auto;
}

.search-group-industry,
.search-group-area
{
	border-radius: 12px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.search-group-industry .inner,
.search-group-area .inner
{
	background: #fff;
	border-radius: 10px;
	background: white;
	box-sizing: border-box;
	height: 100%;
	padding: 10px 0;
}
/* ラベル部分 */
.search-label
{
	margin-left: 10px;
	/*margin-bottom: 10px;*/
	border-left: 4px solid #333;
	padding-left: 10px;
}
.search-notes
{
	color: #a6a6a6;
	font-size: 1rem;
	font-weight: normal;
}
/* チェックボックスを並べる */
.checkbox-container
{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	padding: 0 15px;
}
.search-item
{
	display: flex;
	align-items: center;
	cursor: pointer;
}
/* ボタン周り */
.search-actions
{
	display: flex;
	justify-content: center;
	gap: 5px;
	align-items: center;
	margin-top: 20px;
}
.search-submit
{
	background-color: #ffc107;
	color: white;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	padding: 15px 10px;
	font-size: 1.0rem;
	margin-left: 3px;
}
.search-reset
{
	font-size: 0.9em;
	color: #666;
	text-decoration: underline;
}

/* 絞り込み条件 */
.filter-industry
{
	background:#FCF041;
	color:#000;
	padding:2px 8px;
	border-radius:4px;
	margin: 10px 5px 10px 0;
    display: inline-block;
}
.filter-area
{
	margin-right:5px;
	background:#DF5D77;
	color:#fff;
	padding:2px 8px;
	border-radius:4px;
}


@media screen and (min-width: 769px)
{
	.search-group-industry .inner,
	.search-group-area .inner
	{
		padding: 10px 30px;
	}
	
	.custom-search-form
	{
		padding: 20px 0 40px;
	}
	.search-submit
	{
		padding: 20px 30px;
		font-size: 1.25rem;
	}
	.search-actions
	{
		gap: 20px;
	}
}


/*----------------------------------
 会員企業一覧
 -----------------------------------*/
.result-title
{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
	margin: 50px 0;
}
.result-title:before,
.result-title:after
{
	width: 1px;
	height: 40px;
	background-color: #000;
	content: '';
}
.result-title:before
{
	transform: rotate(-35deg);
	margin-right: 30px;
}
.result-title:after {
	transform: rotate(35deg);
	margin-left: 30px;
}
.result-list.vk_posts.vk_posts-mainSection
{
	margin: 40px 0 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.company-wrap a
{
    color: #000;
}
.company-thumbnail
{
	max-width: 100%;
	margin: 0 auto;
}
.company-thumbnail .aligned-thumbnail
{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 10px;
}
.company-info
{
	padding: 10px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.company-info .company-name
{
	font-size: 1rem;
	margin: 14px 0;
}
.company-info .company-detail
{
	border-top: 1px solid #000;
	padding-top: 10px;
	margin-top: auto;
}
.company-info .company-detail dl
{
	margin: 10px 0 !important;
}
.company-info .company-detail dt,
.company-info .company-detail dd
{
	display: inline-block;
}
.company-info .company-detail dt
{
	margin: 0 10px 0 0;
	padding: 0 10px;
	background: #DF5D77;
	color: #fff;
	font-size: 100%;
	font-weight: 500;
	border-radius: 5px;
	width: 75px;
	text-align: center;
}

/* ページング設定 */
.pagination
{
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.prev.page-numbers,
.next.page-numbers
{
	font-size: 50px;
}
.prev.page-numbers i,
.next.page-numbers i
{
	margin: 0;
}
a.page-numbers,
span.page-numbers
{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 8px;
}
.prev.page-numbers,
.next.page-numbers,
.page-numbers.dots
{
	border: none;
	margin: 0;
}
.page-numbers.current
{
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}

@media screen and (min-width: 546px)
{
	.result-list.vk_posts.vk_posts-mainSection
	{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 992px)
{
	.result-list.vk_posts.vk_posts-mainSection
	{
		grid-template-columns: repeat(3, 1fr);
	}
}


/*----------------------------------
 地域トップページ
 -----------------------------------*/
.top-slide-block {
    padding: 0 1em 1em;
}

.top-slide-block .wp-block-image {
    margin: 0;
}

/*----------------------------------
 会員企業詳細
 -----------------------------------*/

.member-company .entry-header
{
	margin-top: 1rem;
}

.member-company .entry-title
{
	text-align: center;
}

.member-infomation
{
	margin-bottom: 2rem;
}

/* - 概要 - */
.profile-block
{
	display: flex;
	flex-wrap: wrap;
}

/* スマホでは100%幅 */
.profile-overview,
.profile-photos
{
	width: 100%;
	padding: 10px 0;
}

/* テーブルの共通設定 */
.profile-overview table,
.details-infomation table
{
	border: none;
}

.profile-overview table tr:nth-child(odd),
.details-infomation table tr:nth-child(odd)
{
    background-color: #f9f9f9;
}

/* --- スマホ時のテーブルセル（縦並び）設定 --- */
.profile-overview table tr td,
.details-infomation table tr td
{
	width: 100%;
	display: block;
	padding: 1rem;
	border-left: none;
    border-right: none;
}

/* 1列目（ラベル）の設定 */
.profile-overview table tr>*:first-child,
.details-infomation table tr>*:first-child
{
	font-weight: bold;
	font-family: "TBUDゴシック E";
	text-align: left;
	padding-bottom: 0.5rem;
	border-top: solid 1px #acacac;
	border-bottom: none;
}

.profile-overview table tr>*:first-child:before,
.details-infomation table tr>*:first-child:before
{
	content: "■";
	margin-right: 0.5em;
}

/* 2列目（内容）の設定 */
.profile-overview table tr>*:last-child,
.details-infomation table tr>*:last-child
{
	padding-top: 0.5rem;
	border-top: none;
	border-bottom: none;
}

/* 最後の行の閉じ線 */
.profile-overview table tr:last-child td:last-child,
.details-infomation table tr:last-child td:last-child
{
	border-bottom: solid 1px #acacac;
}

/* スライダー基本 */
.profile-slider-top
{
	margin-bottom: 15px;
}
.profile-slider-top ul,
.profile-slider-bottom ul
{
	padding: 0;
	margin: 0;
}
.profile-slider-top li.is-active,
.profile-slider-bottom li.is-active
{
	list-style: none;
	margin: 0;
}
.profile-slider_cstnavi
{
	display: inline-block;
	width: 18%;
}
.profile-slider_cstnavi img
{
	border: solid 1px #ccc;
}

.bx-wrapper
{
	border: none;
	margin-bottom: 0;
}

.bx-wrapper img
{
	max-width: 100%;
	width: 100%;
	display: block;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/images/common/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(/images/common/controls.png) no-repeat -43px -32px;
}

/* 画像自体のドラッグ（ブラウザ標準機能）を禁止する */
.bxslider img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

/* PC表示（マウス操作）の場合のカーソルをリセット */
@media (min-width: 1025px) {
    .bx-viewport, .bxslider, .bxslider li {
        cursor: default !important;
    }
}



/* - 理念・ミッション - */
.member-infomation h3
{
	text-align: center;
	color: #000;
	font-size: 20px;
	padding: 30px 20px;
	display: block;
	position: relative;
	z-index: 0;
}

.member-infomation h3:before
{
	content: '';
	background: #6fd8dd;
	width: calc(100% + 3px);
	height: calc(100% + 3px);
	position: absolute;
	top: 0px;
	left: 6px;
	z-index: -1;
	transform: rotate(1.5deg);
}

.member-infomation h3:after
{
	content: '';
	background: #fff;
	border: 3px solid #6fd8dd;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -5px;
	z-index: -1;
	transform: rotate(-.5deg);
}

/* 地図 */
.member-location iframe
{
	width: 100% !important;
	height: 450px !important;
	border: 0;
}

.member-contact i
{
	font-weight: bold;
	font-size: 1.5rem;
}
.member-contact h3
{
	display: inline;
	font-weight: bold;
	font-size: 1.5rem;
	color: inherit;
	background: none;
	padding: 0;
	border: none;
	outline: none;
}
.member-contact .borderBox
{
	color: #6fd8dd;
	border: none;
	background-color: transparent;
	margin: 0 auto 2em;
	position: relative;
}

.member-contact .borderBox_title_container
{
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
	padding: .5em 1.5em .4em;
	font-weight: bold;
	background-color: #6fd8dd;
	color: #004278;
	text-shadow: 1px 1px #fff;
}

.member-contact .borderBox_body
{
	background-color: transparent;
	border-width: 2px;
	border-style: solid;
	padding: 1.5em;
}

.member-contact .borderBox_body p
{
	color: #000;
	margin-bottom: 0.5rem;
}

.member-contact .borderBox_body p strong
{
	font-size: 1.25rem;
}



@media screen and (min-width: 769px)
{
	/* 横並びにする */
	.profile-overview,
	.profile-photos
    {
		width: 50%;
		padding: 10px;
	}

	/* ナビゲーション幅をリセット（必要であれば） */
	.profile-slider_cstnavi
	{
		width: auto;
	}

	/* テーブルを横並び（標準の挙動）に戻す */
	.profile-overview table tr td,
	.details-infomation table tr td
	{
		width: auto;
		display: table-cell;
		border-top: solid 1px #acacac;
		border-bottom: solid 1px #acacac;
	}

	.profile-overview table tr>*:first-child,
	.details-infomation table tr>*:first-child
	{
		width: 145px;
		text-align: center;
		padding-bottom: 1rem;
		border-bottom: solid 1px #acacac;
	}

	.profile-overview table tr>*:first-child:before,
	.details-infomation table tr>*:first-child:before {
		content: none;
	}

	.profile-overview table tr>*:last-child,
	.details-infomation table tr>*:last-child {
		padding-top: 1rem;
		border-top: solid 1px #acacac;
	}

}
@media screen and (min-width: 992px)
{
	.member-contact .borderBox_body
	{
		padding: 1.5em 2em 1.5em;
	}
}
/*----------------------------------
 Contact From7
 -----------------------------------*/
.wpcf7 form table,
.wpcf7 form table tbody,
.wpcf7 form table tr th,
.wpcf7 form table tr td
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #fff;
	
}
.wpcf7 form table tr:nth-child(odd)
{
	background: #efefef;
}
.wpcf7 form table tr th
{
    white-space: nowrap;
}
table tr th span.hissu,
table tr th span.nini
{
	margin-right: 1em;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
	font-weight:bold;
}
table tr th span.hissu
{
	background: #bf0008;
}
table tr th span.nini
{
	background: #0068b7;
}
.wpcf7 form table p
{
	margin-bottom: 0;
	text-align: left;
}
.contact-btn-wrap
{
	text-align: center;
	margin: 2em 1em;
}
.tbl-r02 .wpcf7-list-item
{
	margin: 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner
{
	border-radius: 25px;
	border: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	background-color: #004278;
}
span.wpcf7-spinner
{
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	table.tbl-r02
	{
		width: 100%;
	}
	.tbl-r02 th,
	.tbl-r02 td
	{
		display: block;
		width: 100%;
	}
	.tbl-r02 th
	{
		padding: 15px 10px 5px;
	}
	.tbl-r02 td
	{
		padding: 5px 10px 15px;
	}
}

