@charset "UTF-8";

/*基本のcssは「/assets/frontend/theme.cssにある*/

/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
.clr {
	clear: both;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 1px;
	font-size: 1rem;
	color: #333;
	font-weight: 400;
}
a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.pc {
}
.sp {
	display: none;
}
.breadcrumbs {
	color: #555;
}
.breadcrumbs a {
	color: #07477d;
}

.container {
	max-width: 1140px;
	width: 100%;
}

/*追従ボタン*/
#spbtn {
	display: none;
}
#pcbtn {
	position: fixed;
	right: 0;
	top: 125px;
	z-index: 1001;
}
#pcbtn ul {
	margin: 0;
	padding: 0;
}
#pcbtn ul li {
	padding: 10px 5px;
	margin: 0;
	text-align: center;
	line-height: 1;
	list-style-type: none;
	background-color: #07477d;
	border: 1px solid #fff;
}
#pcbtn ul li.sbt01 {
}
#pcbtn ul li.sbt01 {
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
#toptel {
	background-color: #edf7ff;
	line-height: 1;
	padding: 10px 20px;
}
#toptel ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}
#toptel ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#toptel ul li span {
	color: #333;
	font-size: 13px;
	margin-left: 5px;
}


/*--------------------------------------------------------------
gnavi
--------------------------------------------------------------*/
ul.onepress-menu a {
	font-size: 16px;
	color: #07477d;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
footer#colophon {
	background-color: #07477d;
	color: #fff;
}
footer#colophon .container .row {
	margin: 0;
}
footer#colophon .container .sidebar {
}
footer#colophon .container .col-md-3 {
	flex: auto;
	max-width: 100%;
}
footer#colophon .container #footer-1 {
	width: 25%;
}
footer#colophon .container #footer-2 {
	width: 30%;
}
footer#colophon .container #footer-3 {
	width: 22%;
}
footer#colophon .container #footer-4 {
	width: 23%;
}

#footer-widgets .widget-title {
	display: none;
}
#finfo .logo {
}
#finfo .logo p {
	margin-bottom: 0;
}
#finfo .logo h1 {
	font-size: 24px;
	color: #fff;
}
#ftel .telnum {
	background: url(images/ficon_tel.png) no-repeat left center;
	padding-left: 45px;
	font-size: 30px;
	line-height: 1.2;
	min-height: 40px;
	margin-bottom: 5px;
}
#ftel p {
	margin: 0;
}
#copytxt {
	text-align: center;
	border-top: 1px solid #fff;
	padding: 10px;
	font-size: 12px;
}

/*--------------------------------------------------------------
コンテンツ
--------------------------------------------------------------*/

/*--- 見出し -----------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-family: "Noto Sans JP", sans-serif;
}
h2 {
	color: #222;
}
#wrap_page h2,
#wkstitle h2 {
	border-bottom: 3px solid #c9c9c9;
	margin-bottom: 30px;
}
#wrap_page h2 span,
#wkstitle h2 span {
	display: inline-block;
	position: relative;
	padding: 0 0 10px;
}
#wrap_page h2 span:before,
#wkstitle h2 span:before {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #07477d;
	content: '';
}

#wrap_page h3 {
	margin: 30px 0 20px;
	font-size: 1.5rem;
	color: #07477d;
}
#wrap_page h4 {
	font-size: 1.2rem;
}


/*--- テキスト -----------------------------------------------*/
.hissu {
	background-color: #B63033;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 2px 5px;
	margin-left: 5px;
}
.txt_S {
	font-size: 85%;
}

/*--- リスト -----------------------------------------------*/
#wrap_page ul,
#wrap_page ol {
	margin: 0 0 30px 30px;
	padding: 0;
}
#wrap_page ul li,
#wrap_page ol li {
	margin: 0 0 10px;
	padding: 0;
}
#wrap_page dl {
}
#wrap_page dt {
	background-color: #07477d;
	color: #fff;
	padding: 7px 15px;
}
#wrap_page dd {
}

/*--- table -----------------------------------------------*/
#wrap_page table {
}
#wrap_page tr {
	background-color: #f0f0f0;
}
#wrap_page tr:nth-child(2n) {
	background-color: #fff;
}
#wrap_page th,
#wrap_page td {
	padding: 15px 20px;
}
#wrap_page td {
}


/*--- form部品 ---------------------------------------------*/
input[type="email"],
input[type="text"],
textarea {
	width: 100%;
}

input[type="tel"] {
	width: 200px;
}


/*--------------------------------------------------------------
sidebar
--------------------------------------------------------------*/
.sidebar .widget a {
	color: #333;
	font-size: 16px;
}
.sidebar .widget .widget-title {
	color: #07477d;
	font-weight: 600;
	font-size: 18px;
}


/*--------------------------------------------------------------
投稿系
--------------------------------------------------------------*/
.page-header h1.page-title {
	font-size: 2.5rem;
	font-weight: 500;
	color: #014c8c;
	text-align: center;
}
.archive h2.entry-title,
.blog h2.entry-title {
	letter-spacing: 0;
	margin-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
}

/*--- 投稿一覧 ---------------------------------------------*/
/*body.archive .page-header {
	display: none;
}
body.archive #content #titlewrap {
	display: block;
	background-image:;
}*/
.archive h2.entry-title a {
	color: #07477d;
}

/*--- 個別投稿ページ ---------------------------------------------*/
.single .entry-header h2.entry-title {
}






















