@charset "UTF-8";

/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
body {
	font-size: 16px;
	line-height: 1.7;
	font-feature-settings: "palt";
	text-align: justify;
	color: #333;
	letter-spacing: 0.5px;
	font-weight: 400;
	
	font-family: Noto Sans JP,Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,-apple-system,blinkmacsystemfont,sans-serif;
}

.clr {
	clear: both;
}
.over {
	overflow: hidden;
}
.cnt {
	text-align: center;
}

.pc {
}
.sp {
	display: none;
}
a {
	text-decoration: none;
}

a:hover,
.sidebar .widget a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.morebtn {
}
.morebtn a {
}
.morebtn .inner {
	text-align: center;
	padding: 14px 24px 12px;
	background-color: #1c75ad;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	line-height: 1;
}
.morebtn .inner:after {
	content: "";
	margin-left: 10px;
	width: 24px;
	height: 24px;
	background: url(images/icon_whitearrow.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.morebtn2 {
	text-align: center;
	margin-top: 50px;
}
.morebtn2 a {
}
.morebtn2 .inner {
	padding: 20px;
	background-color: #1c75ad;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	line-height: 1;
	font-size: 140%;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.morebtn2 .inner:after {
	content: "";
	margin-left: 10px;
	width: 24px;
	height: 24px;
	background: url(images/icon_whitearrow.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.row {
	margin-left: 0;
	margin-right: 0;
}


/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
#header-section .followWrap {
	/*height: auto !important;*/
}
header#masthead h1.site-title {
	display: none;
}
.site-header {
	line-height: 1.5;
}

header#masthead .container {
	width: 100%;
	padding: 0;
	background-color: #1c75ad;
}
/*ロゴ・アイコン・キャッチフレーズ*/
header#masthead .container .inner {
	margin: 0 auto;
	padding: 15px 20px;
}

#desctxt {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #fff;
}

.site-branding {
	float: none;
	/*overflow: hidden;*/
	display: table;
	width: 100%;
}
.site-brand-inner,
#h_icon {
	display: table-cell;
	vertical-align: middle;
}
.site-brand-inner {
	/*float: left;*/
}
.site-branding .site-logo-div,
.site-branding .no-logo-img.has-desc,
.site-branding .has-logo-img {
	line-height: inherit;
}

#h_icon {
	/*float: right;
	overflow: hidden;*/
}
#h_icon ul {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 0;
}
#h_icon ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	margin: 0 3px;
}


/*ナビゲーション*/
	#wrap_gnavi {
		display: none;
	}
@media (min-width: 1141px) {
	#spnavi {
	    display: none;
    }
	#wrap_gnavi {
		display: block;
	}
#wrap_gnavi {
	background-color: #fff;
}

#site-navigation {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
	
/*------------------------------------*/
}

#site-navigation ul.onepress-menu {
	/*float: none;
	text-align: center;
	font-size: 0;
	line-height: 1.5 !important;*/
	line-height: 1.5 !important;
	background-color: #fff;
	width: 100%;
}
#site-navigation ul.onepress-menu li {
	/*display: inline-block;
	float: none;
	line-height: 1.5;*/
}
#site-navigation ul.onepress-menu a {
	padding: 15px 20px;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: 400;
	color: #222;
}
#site-navigation ul.onepress-menu a:hover {
}
#site-navigation ul.onepress-menu li.current-menu-item a {
	color: #e86505;
	color: #1c75ad;
}
#site-navigation ul.onepress-menu ul.sub-menu a {
	color: #222;
}

#pcnavi {
	width: 90%;
	margin: 0 auto;
}

/*--------------------------------------------------------------
gnavi
--------------------------------------------------------------*/



/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
.footer-widgets,
.site-footer {
	background-color: #1c75ad;
}
#footer-widgets .sidebar .widget {
	margin-bottom: 10px;
}
.site-footer,
#footer-widgets .sidebar .widget a {
	color: #fff;
}
#footer-widgets .widget-title {
	letter-spacing: 0.5px;
	font-size: 18px;
}
#footer-widgets .widget ul {
	margin: 0;
}
#footer-widgets .widget ul li {
	margin: 0 0 5px;
}
#footer-widgets .widget ul li.title,
#footer-widgets .widget ul li.title a {
	font-size: 24px;
}
#copytxt {
	text-align: center;
	font-size: 12px;
	color: #b1e1ff;
	padding: 0 20px 30px;
}
#btmbtn {
	display: none;
}

/*--------------------------------------------------------------
コンテンツ
--------------------------------------------------------------*/
.page-header.page--cover .entry-title,

body.tax-bodywork .entry-title,
body.tax-glass .entry-title,
body.tax-light .entry-title,
body.tax-repair .entry-title,
body.tax-battery .entry-title {
	font-weight: 500;
	font-size: 50px;
	color: #fff;
}

/*--- 見出し -----------------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Noto Sans JP,Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,-apple-system,blinkmacsystemfont,sans-serif;
	line-height: 1.3;
}
h2 {
	color: #1c75ad;
}
body.single #primary h2 {
	font-size: 24px;
	text-align: left;
	background: none;
	padding: 0;
	margin: 0 0 5px;
}
#primary h2,
body.single #wrap_works h2 {
	margin-bottom: 30px;
	font-weight: 500;
	text-align: center;
	font-size: 34px;
}
#primary h3 {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 500;
	color: #111;
	
	border-bottom: 2px solid #1c75ad;
	padding-bottom: 10px;
}

#primary h4 {
	font-size: 18px;
	margin-bottom: 20px;
	border-left: 5px solid #1c75ad;
	padding-left: 10px;
}


/*--- テキスト -----------------------------------------------*/
.sptxt {
	display: none;
}
p {
}
.txtB {
	font-weight: 600;
}
.txt_L {
	font-size: 150%;
	font-weight: 600;
	line-height: 1.5;
}
.txt_L02 {
	font-size: 130%;
	font-weight: 600;
	line-height: 1.5;
}
.txt_S {
	font-size: 85%;
}
.txt_R {
	text-align: right;
}
.txt_red {
	color: #D90000;
}
.txt_orange {
	color: #e86505;
}
.txt_blue {
	color: #1c75ad;
}

.hissu {
	background-color: #b80000;
	color: #fff;
	border-radius: 5px;
	font-size: 12px;
	line-height: 1.2;
	padding: 2px 5px;
	margin-left: 5px;
}


.notebox {
	border: 10px solid #9ec7e1;
	padding: 40px;
	width: 90%;
	margin: 0 auto 50px;
	border-radius: 30px;
}
.noteimg {
	background-color: #fff; /* 背景色 */
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                      linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
	background-size: 8px 100%, /* 点線1のサイズ */
                     100% 2.5em; /* 点線2のサイズ */
	line-height: 2.5em; /* 文字の高さ */
	padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}
.noteimg p {
	margin: 0;
}

.howtopay {
	text-align: center;
}
.howtopay .wrap {
	display: inline-block;
	border: 10px solid #9ec7e1;
	padding: 40px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
}
.howtopay .inner {
	background-color: #fff; /* 背景色 */
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                      linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
	background-size: 8px 100%, /* 点線1のサイズ */
                     100% 2.5em; /* 点線2のサイズ */
	line-height: 2.5em; /* 文字の高さ */
	padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	text-align: left;
}
.howtopay p {
	margin: 0;
}

/*--- リスト -----------------------------------------------*/
.entry-content ul,
.entry-content ol {
	margin: 0 0 30px 30px;
	padding: 0;
	line-height: 1.5;
}
.entry-content ul li,
.entry-content ol li {
	margin: 0 0 10px 0;
}
.entry-content ul li:first-child,
.entry-content ol li:first-child {
	margin-top: 0;
}
.entry-content ul.none li {
	list-style-type: none;
}

.entry-content table ul {
	margin-bottom: 0;
	margin-left: 15px;
}
.entry-content table ul li {
	margin: 0;
}

dl {
}
dt {
	background-color: #1c75ad;
	color: #fff;
	padding: 5px 20px;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: 500;
}
dd {
	margin-left: 0;
	margin-right: 0;
}

/*--- table -----------------------------------------------*/
table {
	border: none;
	width: 100%;
	margin-bottom: 30px;
}
table tr {
}
table th,
table td {
	padding: 15px 20px;
	background-color: #fff;
	font-size: 100%;
}
table tr:nth-child(odd) th,
table tr:nth-child(odd) td {
	background-color: #f4f4f4;
}
table th {
	width: 30%;
	font-weight: 500;
}
table td {
}

table.price th {
	width: auto;
}
table.price td {
	text-align: right;
	width: 30%;
}

/* box ---------------------------------------------*/
.border {
	border: 1px solid #CCC;
}
.mgnB100 {
	margin-bottom: 100px;
}
.mgnB70 {
	margin-bottom: 70px;
}
.mgnB50 {
	margin-bottom: 50px;
}
.mgnB30 {
	margin-bottom: 30px;
}
.mgnB20 {
	margin-bottom: 20px;
}
.mgnB15 {
	margin-bottom: 15px;
}
.mgnB10 {
	margin-bottom: 10px;
}

.box_L01 {
	float: left;
	width: 30%;
}
.box_R01 {
	float: right;
	width: 65%;
}
.box_L02 {
	float: left;
	width: 65%;
}
.box_R02 {
	float: right;
	width: 30%;
}
.box_L03 {
	float: left;
	width: 40%;
}
.box_R03 {
	float: right;
	width: 55%;
}
.box_L04 {
	float: left;
	width: 55%;
}
.box_R04 {
	float: right;
	width: 40%;
}
.box_L05 {
	float: left;
	width: 25%;
}
.box_R05 {
	float: right;
	width: 70%;
}
.box_L06 {
	float: left;
	width: 70%;
}
.box_R06 {
	float: right;
	width: 25%;
}

.box_L50,
.box50 {
	float: left;
	width: 50%;
	padding: 0 30px 0 0;

}
.box_R50 {
	float: right;
	width: 50%;
	padding: 0 0 0 30px;
}

.box3 {
	float: left;
	width: 33.3%;
	padding: 0 5px 10px;
}
.box4 {
	float: left;
	width: 25%;
	padding: 0 5px 10px;
}
.box5 {
	float: left;
	width: 20%;
	padding: 0 5px 10px;
}
.mainimg {
	margin-bottom: 20px;
	text-align: center;
}
.mapbox {
	margin-bottom: 30px;
	text-align: center;
}

.bikoubox01 {
	padding: 30px 30px 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #dbecf7;
	background-color: #f3faff;
	border: 1px solid #dbecf7;
}
.bikoubox01 p:last-child {
	margin-bottom: 0;
}
.entry-content .bikoubox01 ul {
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
sidebar
--------------------------------------------------------------*/
#secondary .widget .widget-title {
	font-size: 17px;
	letter-spacing: 0;
	font-weight: 500;
}
#secondary .widget {
}
#secondary .widget ul li {
	margin-top: 0;
}
#secondary .widget a {
	color: #222;
}

/*--------------------------------------------------------------
投稿系
--------------------------------------------------------------*/
body.archive .page-header,
body.single .page-header {
	/*background-image: url(../../../images/bg_ptitle01.jpg);*/
	background-image: url(images/bg_ptitle-news.jpg);
}

/*投稿一覧*/
.archive .list-article-thumb {
	width: 30%;
	margin-right: 20px;
}
body.archive #primary .entry-header h2.entry-title {
	text-align: left;
	margin-bottom: 0;
	font-size: 20px;
	letter-spacing: 0;
}
body.archive .list-article-meta,
.daybox,
.entry-meta {
	font-weight: 400;
	font-size: 12px;
	color: #555;
}
body.archive .list-article-meta {
	margin-bottom: 0;
}
.daybox {
	margin-bottom: 5px;
	line-height: 1.5;
}
.list-article-meta a,
.daybox a {
	color: #555;
}

/*個別投稿ページ*/
.entry-meta,
.entry-meta a {
	color: #666;
}
.entry-meta {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
footer.entry-footer {
	display: none;
}
.nav-links a,
.nav-links .page-numbers {
	background-color: #959362;
}
.nav-links a:hover,
.nav-links .page-numbers:hover {
	background-color: #959362;
	color: #fff;
}








