/*
Theme Name: Custom
*/
/* Base setting */
html, body, div, span, applet, object, iframe, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,
h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
	line-height: 1;
	background: transparent;
	word-break: break-all;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}
a
{
	text-decoration: none;
}
p
{
	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6
{
	margin: 1em 0;
	font-size: inherit;
	font-weight: normal;
}
ol, ul
{
	list-style: none;
}
input, select, textarea, button
{
	font: inherit;
	background: transparent;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"],
input[type="button"], input[type="reset"], input[type="submit"], select, textarea, button
{
	padding: .2em;
	width: 100%;
	background-color: #fff;
	border: solid 1px #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
input[type="radio"], input[type="checkbox"]
{
	border: 0;
	width: 1em;
	height: 1em;
}
input[type="button"], input[type="reset"], input[type="submit"], button
{
	cursor: pointer;
}
table
{
	margin: 1em 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	border: solid 5px #e5e5e5;
}
caption, th, td
{
	text-align: left;
}
th, td
{
	padding: .5em 10px;
	vertical-align: top;
}
th
{
	font-weight: bold;
	vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
strong
{
	font-weight: bold;
}
img
{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a img
{
	border: 0;
}

/* jqm */
.ui-header, .ui-footer
{
	margin: 0;
	border: none;
}
.ui-content
{
	padding: 0;
	overflow-x: visible;
}
.ui-input-text, .ui-input-search, .ui-select
{
	margin: .2em 0;
	border: solid 1px #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.ui-input-text input, .ui-input-search input, .ui-select select
{
	border: none;
}
.ui-select .ui-btn>span:not(.ui-li-count)
{
	padding: .2em;
	min-height: 1em;
}
.ui-btn
{
	font-size: inherit;
	padding: 0;
}
.ui-input-btn input
{
	filter: Alpha(Opacity=1);
	opacity: 1;
}
.ui-mobile .ui-page-active,
.ui-panel-wrapper
{
	overflow-x: visible;
}

/* Element */
body
{
	font-family: "���C���I", "�l�r �o�S�V�b�N", Osaka, "�q���M�m�p�S Pro W3", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #fff;
	text-align: center;
}
a
{
	color: #333;
}
#masthead {
        padding: .5em 0;
        background-color: #ffffff;
}
#footer {
        padding: .5em 0;
        background-color: #47a3d1;
}
#colophon
{
	margin: 1em 0;
}
#branding .logo,
#branding h1
{
	float: left;
	margin: .5em 10px .5em 0;
}
#branding .logo
{
	display: block;
	width: 270px;
	height: 26px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(./img/logo.png) no-repeat left top;
	-webkit-background-size: contain;
	background-size: contain;
}
#branding h1
{
	font-weight: bold;
	color: #666;
}
#branding .navigation
{
	clear: both;
}
#branding .navigation ul li
{
	margin-top: .5em;
	margin-right: 10px;
	font-size: .85em;
	float: left;
}
#masthead .tel-link
{
	display: block;
	margin: .5em 0;
	width: 280px;
	height: 55px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(./img/number.png) no-repeat right top;
}
#masthead .menu-link
{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.5em;
}
#footer address .logo
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 200px;
	height: 19px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(./img/logo2.png) no-repeat left top;
	vertical-align: middle;
}
#footer .tel-link
{
	display: block;
	margin: 1em 0;
	width: 280px;
	height: 35px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(./img/number2.png) no-repeat right top;
}
#copyright
{
	margin-top: .5em;
	color: #999;
}
#colophon .navigation ul li
{
	border-left: 1px solid #ccc;
	padding-left: 6px;
	margin-right: 6px;
	float: left;
}
#colophon .navigation ul li:first-child
{
	border-left: none;
	padding-left: 0;
}
#primary
{
	background-color: #f2f2f2;
}
#primary ul li
{
	width: 12.5%;
	float: left;
}
#primary ul li a
{
	display: block;
	padding: 1em 0;
	text-align: center;
}
#primary ul li.current-menu-item a
{
	position: relative;
	color: #fff;
	background-color: #2293B1;
}
#primary ul li.current-menu-item a:after
{
	position: absolute;
	display: block;
	bottom: -10px;
	left: 40%;
	border-top: 15px solid #2293B1;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0;
	z-index: 20;
	content: "";
}
#global
{
	text-align: left;
	background-color: #2293B1;
}
#global ul
{
	overflow: hidden;
}
#global ul li
{
	margin-top: -1px;
	border-top: dotted 1px #fff;
}
#global ul li a
{
	display: block;
	padding: 1em 0;
	color: #fff;
}
#breadcrumbs
{
	margin: 1em 0;
	font-size: .85em;
}
#device-link
{
	margin: 1em 0;
}
#device-link a
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 1em 0;
	width: 50%;
	text-align: center;
}
#utilities
{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #2293B1;
}
#utilities ul li
{
	width: 25%;
	float: left;
	text-align: center;
}
#utilities ul li.expand
{
	width: 50%;
}
#utilities ul li a,
#utilities .expand img
{
	display: block;
	margin: 0 auto;
}
#utilities .expand img
{
	margin-top: -40px;
}
#eyecatch
{
	margin: 1em 0;
	padding: 1px 0;
	height: 484px;
	background: url(./img/eyecatch_201911.jpg) no-repeat left top;
	-webkit-background-size: contain;
	background-size: contain;
}
#eyecatch p
{
	margin-top: 210px;
	width: 550px;
	line-height: 1.5em;
}

/* Main Content */
.hentry,
.comments-area
{
	margin: 1em 0;
}
.entry-title
{
	margin: .5em 0;
	font-size: 2em;
	font-weight: bold;
	color: #2293b1;
}
.page-title
{
	margin: .5em 0;
	font-size: 2em;
	font-weight: bold;
	color: #2293b1;
	padding-bottom: .5em;
	border-bottom: solid 1px #ddd;
}
.entries .page-title
{
	padding: .5em 10px;
	color: #2293b1;
	border: solid 3px #2293b1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.entry-content,
.page-content
{
	margin: 1em 0;
	line-height: 1.5em;
}
.entry-content *,
.page-content *
{
	line-height: inherit;
}
.entry-footer,
.page-footer
{
	margin: 1em 0;
}
.home .page-header
{
	display: none;
}
.entry-title a
{
	color: #2293b1;
}
.entry-thumbnail
{
	display: block;
	text-align: center;
}
.entry-footer span
{
	margin-right: 10px;
}
.entry-footer span a
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: .2em 0;
	font-size: .85em;
}
.entry-footer span.cat-links a,
.entry-footer span.tags-links a
{
	padding: .2em 10px;
	border: solid 1px #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.entry-footer span.cat-links a
{
	background-color: #dc2672;
	border: solid 1px #dc2672;
	color: #fff;
}
.entry-footer span.tags-links a
{
	background-color: #e5e5e5;
}
.entry-footer span.edit-link
{
	display: block;
}
.entries .hentry
{
	margin: 0;
	padding: 1em 0;
	border-bottom: solid 1px #ddd;
}
.entries .entry-header .entry-title
{
	margin: 0;
	font-size: 1.4em;
}
.entries .entry-summary p,
.entries .entry-footer
{
	margin: .5em 0;
}
.entries .entry-thumbnail,
.entries .entry-header,
.entries .entry-summary,
.entries .entry-footer
{
	float: left;
}
.entries .entry-thumbnail
{
	width: 30%;
}
.entries .entry-header,
.entries .entry-summary,
.entries .entry-footer
{
	width: 70%;
}
.entries .entry-header .entry-title,
.entries .entry-summary p,
.entries .entry-footer span
{
	margin-left: 10px;
	margin-right: 0;
}

/* Content */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6
{
	font-weight: bold;
	clear: both;
}
.entry-content h2
{
	padding: .2em 0 .2em 15px;
	font-size: 1.4em;
	color: #2293b1;
	border-left: solid 5px #2293b1;
}
.page-content h2
{
	padding: .5em 10px .5em 60px;
	font-size: 1.8em;
	color: #fff;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.page-content h2.odd
{
	background-image: url(./img/icon_ttl1.png);
}
.page-content h2.even
{
	background-image: url(./img/icon_ttl2.png);
}
.entry-content h3,
.page-content h3
{
	position: relative;
	padding: 1em 15px;
	font-size: 1.2em;
	color: #fff;
	background-color: #2293b1;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-o-border-radius: 2em;
	border-radius: 2em;
}
.entry-content h3:after,
.page-content h3:after
{
	position: absolute;
	display: block;
	content: "";
	bottom: -10px;
	left: 40px;
	width: 0;
	height: 0;
	border-top: 15px solid #2293b1;
    border-left: 25px solid transparent;
    border-right: -20px solid transparent;
    border-bottom: 0;
}
.entry-content h3.odd,
.page-content h3.odd
{
	color: #333;
	background-color: #e5e5e5;
}
.entry-content h3.odd:after,
.page-content h3.odd:after
{
	border-top: 15px solid #e5e5e5;
}
.entry-content h4,
.page-content h4
{
	position: relative;
	padding: .5em 0 .5em 2em;
	font-size: 1.2em;
}
.entry-content h4:before,
.page-content h4:before
{
	content: "";
	position: absolute;
	background-color: rgba(34, 147, 177, .5);
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
}
.entry-content h4:after,
.page-content h4:after
{
	content: "";
	position: absolute;
	background-color: rgba(34, 147, 177, .3);
	top: 15px;
	left: 10px;
	width: 15px;
	height: 15px;
}
.entry-content ul li,
.entry-content ol li,
.page-content ul li,
.page-content ol li
{
	margin: .2em 0 .2em 2em;
}
.entry-content ul li,
.page-content ul li
{
	list-style: disc outside;
}
.entry-content ol li,
.page-content ol li
{
	list-style: decimal outside;
}
.entry-content dl,
.page-content dl
{
	margin: 1em 0;
	padding: 5px 10px;
	border: dashed 1px #ddd;
}
.entry-content dl dt,
.entry-content dl dd,
.page-content dl dt,
.page-content dl dd
{
	margin: .2em 0;
	float: left;
}
.entry-content dl dt,
.page-content dl dt
{
	width: 25%;
	clear: left;
}
.entry-content dl dd,
.page-content dl dd
{
	width: 75%;
}
.entry-content dl dt strong,
.page-content dl dt strong
{
	display: block;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	background-color: #2293b1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

/* Widget */
.widget
{
	margin: 1em 0;
}
.widget .widget-title
{
	margin: .5em 0;
	font-weight: bold;
	font-size: 1.2em;
}
.widget_tag_cloud
{
	border: solid 3px #2293b1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.widget_tag_cloud
{
	padding: .5em 10px;
}
.widget_tag_cloud .widget-title
{
	color: #2293b1;
}
.widget_tag_cloud .tagcloud
{
	margin-top: .5em;
}
.widget_tag_cloud .tagcloud a
{
	display: inline-block;
	*dispaly: inline;
	*zoom: 1;
	margin: .5em 0;
	padding: .5em 10px;
	background-color: #e5e5e5;
	border: solid 1px #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.widget_nav_menu
{
	border: solid 1px #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.widget_nav_menu ul li a
{
	position: relative;
	display: block;
	padding: 1em 10px;
	color: #fff;
	font-weight: bold;
	background-color: #2293b1;
}
.widget_nav_menu ul li a:after
{
	content: "";
	position: absolute;
	bottom: 0;
	left: 45%;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
}
.widget_nav_menu ul.sub-menu li a
{
	padding: .5em 10px;
	color: #333;
	font-weight: normal;
	background-color: #fff;
	border-top: dashed 1px #e5e5e5;
}
.widget_nav_menu ul.sub-menu li a:after
{
	border: 0;
}
.widget_nav_menu ul.sub-menu li:first-child a
{
	border-top: 0;
}
.widget-term-archive-list
{
	padding: .5em 10px;
	line-height: 1.2em;
	border: solid 3px #e5e5e5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.widget-term-archive-list .widget-title
{
	position: relative;
	margin: 0;
	padding: .5em 10px;
	font-size: 1.2em;
	color: #fff;
	background-color: #2293b1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.widget-term-archive-list .widget-title a
{
	font-size: .7em;
	font-weight: normal;
	color: #fff;
	float: right;
}
.widget-term-archive-list ul
{
	overflow: hidden;
	clear: both;
}
.widget-term-archive-list ul li
{
	margin: -1px 0 0 0;
	padding: 1em 0;
	border-top: dashed 1px #e5e5e5;
	list-style: none;
}
.widget-term-archive-list p
{
	margin: 0;
}
.widget-term-archive-list p span
{
	margin: .5em 0;
}
.widget-term-archive-list .entry-title
{
	font-size: 1.4em;
}
.widget-term-archive-list .entry-thumbnail,
.widget-term-archive-list p
{
	float: left;
}
.widget-term-archive-list .entry-thumbnail
{
	width: 30%;
}
.widget-term-archive-list p
{
	width: 70%;
}
.widget-term-archive-list .entry-title,
.widget-term-archive-list p span
{
	display: block;
	margin-left: 10px;
	margin-right: 0;
}
body.home .widget-term-archive-list
{
	padding: 0;
	border: none;
}
body.home .widget-term-archive-list .widget-title
{
	padding: 1em 15px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-o-border-radius: 2em;
	border-radius: 2em;
}
body.home .widget-term-archive-list .widget-title:after
{
	position: absolute;
	display: block;
	content: "";
	bottom: -10px;
	left: 40px;
	width: 0;
	height: 0;
	border-top: 15px solid #2293b1;
    border-left: 25px solid transparent;
    border-right: -20px solid transparent;
    border-bottom: 0;
}
body.home .widget-term-archive-list ul li
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: .5em 0;
	width: 25%;
	border: none;
	vertical-align: top;
}
body.home .widget-term-archive-list .entry-thumbnail,
body.home .widget-term-archive-list p
{
	width: auto;
	float: none;
	margin-left: 5px;
	margin-right: 5px;
}
body.home .widget-term-archive-list .entry-title,
body.home .widget-term-archive-list p span
{
	margin-left: 0;
}
body.home .widget-term-archive-list .entry-title
{
	font-size: 1em;
	font-weight: normal;
}
body.home .widget-term-archive-list p span
{
	font-size: .85em;
}
body.home .category-news .widget-title
{
	color: #333;
	background-color: #e5e5e5;
}
body.home .category-news .widget-title:after
{
	border-top: 15px solid #e5e5e5;
}
body.home .category-news .widget-title a
{
	color: #333;
}
body.home .category-brand ul li
{
	width: 20%;
}
body.home .category-brand ul li strong
{
	display: block;
	color: #ff2e0f;
}
.widget_facebook_likebox iframe,
.widget_twitter_timeline iframe
{
	width: 100% !important;
}

/* Pagination */
.pagination
{
	margin: 1em 0;
}
.pagination .nav-links
{
	position: relative;
	text-align: center;
}
.pagination .nav-links a,
.pagination .nav-links .current
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #e5e5e5;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-o-border-radius: 2em;
	border-radius: 2em;
}
.pagination .nav-links .current
{
	color: #fff;
	background-color: #dc2672;
}
.pagination .nav-links .prev,
.pagination .nav-links .next
{
	background: none;
	position: absolute;
}
.pagination .nav-links .prev
{
	top: 0;
	left: 0;
}
.pagination .nav-links .next
{
	top: 0;
	right: 0;
}

/* Estimate form */
table.estimate
{
	border: none;
	border-spacing: 10px;
}
table.estimate th,
table.estimate td
{
	padding: 0;
}
table.estimate th
{
	padding: .5em 10px;
	font-weight: normal;
	color: #fff;
	background-color: #2293b1;
}
table.estimate td span
{
	/*display: inline-block;*/
	*display: inline;
	*zoom: 1;
	padding-right: 5px;
}
table.estimate td span.wpcf7-form-control-wrap
{
	padding: 0;
	vertical-align: middle;
}
table.estimate td span.exist
{
	padding-left: 35px;
	background: url(./img/necessary.png) no-repeat left 50%;
}
.wpcf7-form
{
	border: solid 3px #2293b1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.wpcf7-form .ui-input-btn
{
	height: 50px;
}
.textarea-808
{
	display: block;
	width: 100%;
}
.wpcf7-form .wpcf7-submit
{
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(./img/btn.png) no-repeat 50% top;
	border: 0;
	text-indent: -9999em;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
table.estimate caption img
{
	margin-top: -20px;
	width: 100%;
	height: auto;
}

/* Icons */
#masthead .menu-link:before,
#breadcrumbs a:after,
#device-link a:before,
.entry-footer span.cat-links:before,
.entry-footer span.tags-links:before,
.entry-footer span.byline:before,
.widget-term-archive-list .widget-title a:before,
.pagination .nav-links .prev:before,
.pagination .nav-links .next:after,
.ui-select .ui-btn>span:not(.ui-li-count):after
{
	font-family: FontAwesome;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 1.2857142857142858em;
	text-align: center;
}
#masthead .menu-link:before
{
	content: "\f0c9";
}
#masthead .navigation ul li a:before,
#breadcrumbs a:after
{
	content: "\f105";
	color: #999;
}
/*
#device-link a#device-pc:before
{
	content: "\f108";
}
#device-link a#device-sp:before
{
	content: "\f10b";
}
*/
.entry-footer span.cat-links:before
{
	content: "\f07b";
	color: #999;
}
.entry-footer span.tags-links:before
{
	content: "\f02b";
	color: #999;
}
.entry-footer span.byline:before
{
	content: "\f007";
	color: #999;
}
.widget-term-archive-list .widget-title a:before
{
	content: "\f138";
}
.pagination .nav-links .prev:before
{
	content: "\f053";
}
.pagination .nav-links .next:after
{
	content: "\f054";
}
.ui-select .ui-btn>span:not(.ui-li-count):after
{
	content: "\f078";
}

/* Accessibility */
.screen-reader-text
{
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
}

/* Text Align */
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.center
{
	text-align: center;
}

/* Image Align */
.alignleft
{
	margin-right: 1em;
	float: left;
}
.alignright
{
	margin-left: 1em;
	float: right;
}
.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Entry Content */
table.plane
{
	border: none;
}
table.plane th,
table.plane td
{
	padding: 0;
}

/* Clearfix */
header, footer, aside, article, section, nav, ul, li, dl, .wrap
{
	zoom: 1;
}
header:after, footer:after, aside:after, article:after, section:after, nav:after, ul:after, li:after, dl:after, .wrap:after
{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.clear
{
	clear: both;
}

/* Layouts */
.wrap,
#primary ul
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	position: relative;
}
.main-content,
.sidebar,
#branding,
#masthead .tel-link,
#footer address,
#footer .tel-link
{
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.main-content,
#branding,
#footer address
{
	width: 70%;
}
.sidebar,
#masthead .tel-link,
#footer .tel-link
{
	width: 30%;
}
.main-content .hentry,
.main-content .widget,
.main-content .page-title,
.main-content .comments-area,
.main-content .pagination
{
	margin-right: 20px;
}
.main-content .hentry .widget
{
	margin-right: 0;
}
.sidebar .widget
{
	margin-left: 20px;
}
.admin-bar .ui-page
{
	margin-top: 32px !important;
}

/** mail form **/

#form_7_b {
    background-repeat: no-repeat;
    height: auto !important;
    width: 100%;
    background:none !important;
}
.mail_form_section_top {
    height: auto;
    background-image: url(https://www.cyparakaitori.com/wp/wp-content/themes/cypara/images/form_bace_back.jpg);
}
tr.mail_form_section_bg td > div {
    width: 574px;
    margin: 0 auto;
    clear:both;
}
tr.mail_form_section_bg td > div div {
    padding: 0;
}
.mail_form_section_top {
    height: auto;
    width: 100% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}
tr.mail_form_section_bg td > div:last-child {
    margin: 0;
    background: url(https://www.cyparakaitori.com/wp/wp-content/themes/cypara/images/form_bace_bottom.jpg) bottom;
    width: 100%;
    z-index: 1;
    height: 142px;
    padding: 2em 0 1em;
    clear: both;
}
tr.mail_form_section_bg td > div.body > div {
    width: 50%;
    float: left;
    padding: .5em;
    box-sizing: border-box;
}
input#maker, input#model, input#your-name, input#tel, input#your-email, textarea#other, input#year, select#address {
    font-size: 1.3em;
    padding: .3em;
    box-sizing: border-box;
    border: solid 2px #cccc;
    border-radius: .2em;
    width: 100%;
}
tr.mail_form_section_bg td > div div p:first-child {
    padding-bottom: .5em;
}
#form_7_b .wpcf7-form {
    border: none;
}
div#form_7_b table {
    border: none;
}
div#form_7_b td,div#sateiform th,div#sateiform td {
    padding: 0;
}
div#form_7_b table {
    margin: 0;
}
h3.white.t_c.front14:after {
    content: none;
}
h3.white.t_c.front14 {
    font-size: 17px;
    font-weight: bold;
    line-height: 150%;
    border-radius: 0;
    padding: 0;
    text-align: center;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
span.wpcf7-list-item-label {
    display: inline-block;
    margin-left: 28px;
    vertical-align: super;
}
tr.mail_form_section_bg td > div div {
    border: none;
    padding: .5em 0;
    text-align: left;
}
.bt_hisu {
    font-size: 11px;
    color: #FFFFFF;
    background-color: #ff6b85;
    background-repeat: no-repeat;
    height: 11px;
    width: 22px;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
}
div#address-button {
}
input#maker, input#model, input#your-name, input#tel, input#your-email, textarea#other, input#year, select#address, div#address-button {
    font-size: 1.3em;
    padding: .3em;
    box-sizing: border-box;
    border: solid 2px #cccc !important;
    border-radius: .2em;
    width: 100%;
    /* text-align: left; */
}
.ui-select .ui-btn {
    margin: 0;
    opacity: 1;
}
.ui-radio {
    border: none;
    padding: 1em 0;
    display:inline;
}
.entry-content *, .page-content * {
    line-height: inherit;
}
.ui-btn {
    font-size: inherit;
    padding: 0;
}
.ui-btn-icon-right {
    padding-right: 2.5em;
}
.ui-btn {
    font-size: 16px;
    margin: .5em 0;
    padding: .7em 1em;
    display: block;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div#address-button {
    text-align: left;
}
.ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset {
    padding: 0;
}
.ui-select .ui-btn>span:not(.ui-li-count):after {
    position: absolute;
    right: 9px;
}

/** route **/


.cFrame.route > p {
    padding-top: 1.5em;
    margin: 0;
}
.cFrame.route > p span {
    background: #05a8df;
    padding: 6px 10px 4px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: bold;
}

.kasai, .nishikasai {
    display: flex;
    border: solid 1px #05a8df;
}

.kasai div, .nishikasai div {
    width: 33.3%;
    padding: 1em;
}

.kasai div img, .nishikasai div img {
    width: 100%;
}

.kasai div:first-child:before, .nishikasai div:first-child:before {
    content: "1";
}
.kasai div:nth-child(2):before, .nishikasai div:nth-child(2):before {
    content: "2";
}
.kasai div:nth-child(3):before, .nishikasai div:nth-child(3):before {
    content: "3";
}

.kasai div:before, .nishikasai div:before {
    position: absolute;
    background: #fff;
    width: 37px;
    height: 37px;
    border-radius: 0 0 7px 0;
    font-weight: bold;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}


/** tag cloud **/

.tag-cloud-link {
    padding: 5px 8px;
    display: inline-block;
    border-left: 4px solid #999999 !important;
    margin: 0 4px 4px 0;
    color: #2293b1;
    border: solid 1px #64646473;
}

/** top text **/

.read {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    background: #dfdfdf;
    padding: 1.5em 0 1em;
    color: #4f4f4f;
}

.read p {
    font-size: .9em;
    line-height: 1.5;
    margin: 0 auto;
    width: 1000px;
}



@media screen and (max-width: 782px) {
	.admin-bar .ui-page
	{
		margin-top: 46px !important;
	}
	.wrap,
	#primary ul
	{
		width: 95%;
	}
	#branding h1,
	#branding .navigation,
	#masthead .tel-link,
	#primary,
	#colophon .navigation
	{
		display: none;
	}
	#masthead .menu-link,
	#footer address .logo,
	#utilities
	{
		display: block;
	}
	#branding .logo
	{
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 200px;
		height: 19px;
	}
	#footer .tel-link
	{
		background-position: left top;
	}
	#colophon
	{
		padding-bottom: 60px;
	}
	.main-content,
	.sidebar,
	#branding,
	#masthead .tel-link,
	#footer address,
	#footer .tel-link,
	.entry-content dl dt,
	.entry-content dl dd,
	.page-content dl dt,
	.page-content dl dd
	{
		width: auto;
		float: none;
	}
	.main-content .hentry,
	.main-content .page-title,
	.main-content .comments-area,
	.main-content .widget,
	.sidebar .widget,
	#masthead .tel-link,
	#footer .tel-link
	{
		margin-left: 0;
		margin-right: 0;
	}
	table th,
	table td
	{
		width: auto;
		display: block;
	}
	.entries .entry-header .entry-title,
	.widget-term-archive-list .entry-title
	{
		font-size: 1em;
	}
	.entries .entry-summary p,
	.widget-term-archive-list p span
	{
		font-size: .85em;
	}
	.entries .entry-footer span
	{
		display: block;
	}
	.entries .entry-thumbnail,
	.widget-term-archive-list .entry-thumbnail
	{
		width: 40%;
	}
	.entries .entry-header,
	.entries .entry-summary,
	.entries .entry-footer,
	.widget-term-archive-list p
	{
		width: 60%;
	}
	.entry-content dl dt strong,
	.page-content dl dt strong
	{
		margin-right: 0;
	}
	body.home .widget-term-archive-list ul li,
	body.home .category-brand ul li
	{
		width: 50%;
	}
	#text-2 .widget-title
	{
		width: auto;
		height: auto;
		min-height: 180px;
	}
	#text-3 p img,
	#text-4 p img
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#eyecatch
	{
		height: auto;
		background-image: url(./img/eyecatch_201911_SP.jpg);
	}
	#eyecatch p
	{
		margin-top: 450px;
		width: auto;
	}
	table.plane th,
	table.plane td
	{
		display: table-cell;
	}
}
@media screen and (max-width: 480px) {
	#eyecatch p
	{
		margin-top: 229px;
	}
}

/** mail form **/
@media screen and (max-width:782px) {
.mail_form_section_top {
    width: 100% !important;
    background-size: contain;
}
tr.mail_form_section_bg td > div {
    width: 100%;
}
tr.mail_form_section_bg td > div.body > div {
    width: 82%;
    margin: 0 auto;
    float: none;
}
.bottom {
    width: 82% !important;
}
tr.mail_form_section_bg td > div:last-child {
    width: 100%;
    background-size: cover;
    min-height: 79px;
    padding: 0 0 1.5em;
    height: auto;
}
tr.mail_form_section_bg td > div:last-child input[type="image"] {
    width: 100%;
}
	
	/**  route  **/
	
	

.kasai, .nishikasai {
    display: block;
}
.kasai div, .nishikasai div {
    width: 100%;
}
}

/** top text **/
@media screen and (max-width:999px) {
.read p {
    width: auto;
}	
	
}