@charset "UTF-8";

/* c-content-main
----------------------------------------*/
.c-content-main {

}
.b-text-small {
	font-size: 85%;
}
.b-text-large {
	font-size: 116%;
}
.c-page-sub__main:last-child > .c-content-main {
	margin: 0 50px;
}
.c-content-main p {
	letter-spacing: 1.05px;
	line-height: 1.6;
}
.c-content-main > p:first-child {
	margin-top: 48px;
}
.c-content-main > p + p {
	margin-top: 17px;
}
.c-content-main > h2 {
	font-size: 2rem;
	color: #000;
	font-weight: bold;
	letter-spacing: 2.9px;
	margin: 45px 0 25px;
	padding: 4px 0 4px 11px;
	border-left: solid 5px #002f7b;
}
.c-content-main > h2::before {
	content: "";
	display: block;
	width: 5px;
	background: #8099bc;
	position: absolute;
	top: 50%;
	left: -5px;
	bottom: 0;
}
.b-faq-list-note > h3,
.c-content-main > h3 {
	font-size: 1.7rem;
	color: #002F7B;
	font-weight: bold;
	letter-spacing: 2.9px;
	margin: 30px 0 10px;
	padding: 0;
}
.c-content-main > h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 20px 0 10px;
	padding: 0;
}
.c-content-main > h5 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 20px 0 10px;
	padding: 0 0 0 5px;
	border-left: solid 5px #002f7b;
}
.c-content-main > h6 {
	font-size: 1.6rem;
	color: #002F7B;
	font-weight: 400;
	margin: 20px 0 10px;
	padding: 0;
}
.c-content-main > h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 20px 0 10px;
	padding: 0;
}
.c-content-main p > a {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.c-page-sub__main:last-child > .c-content-main {
		margin: 0;
	}
	.c-content-main p {
		letter-spacing: 1.05px;
		line-height: 1.75;
	}
	.c-content-main > p:first-child {
		margin-top: 22px;
		line-height: 1.4;
	}
	.c-content-main > h2 {
		padding: 2px 0 1px 11px;
		margin: 46px 0 19px;
		line-height: 1.3;
	}
}

.c-content-main table {
	width: 100%;
	margin: 28px 0 9px;
	border-right: solid 1px #494949;
	border-bottom: solid 1px #494949;
	position: static;
}
.c-content-main tr {
	position: static;
}
.c-content-main th {
	border-left: solid 1px #494949;
	border-top: solid 1px #494949;
	text-align: center;
	font-weight: normal;
	background: #dae1ea;
	padding: 10px 10px 9px;
	letter-spacing: 1.5px;
	position: static;
}
.c-content-main td {
	border-left: solid 1px #494949;
	border-top: solid 1px #494949;
	text-align: center;
	padding: 11.5px 10px 8px;
	letter-spacing: 1.5px;
	position: static;
}
@media only screen and (max-width: 767px) {
	.c-content-main table {
		font-size: 1.3rem;
	}
}
/* ボタン */
.c-content-main .btn-default {
	min-width: 325px;
	background: #fbfbfb;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	color: #002f7b;
	padding: 14px 40px 11px 10px;
	border: solid 1px #002f7b;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}
.c-content-main .btn-default::after {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/common/ico-arrow-b.svg) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}
.c-content-main .btn-default:hover {
	background: #dae1ea;
}
.b-btn-block {
	margin-top: 45px;
}
@media only screen and (max-width: 767px) {
	.c-content-main .btn-default {
		min-width: 0;
		width: 100%;
	}
}

.b-img-list {
	margin-top: 25px;
}
.b-img-list > * {
	margin-bottom: 25px;
}

/* IR情報 */
.c-content-main .b-file-link-list {
	margin-top: 20px;
	padding-bottom: 6px;
}
.c-content-main .b-file-link-list p + p {
	margin-top: 12px;
}
.c-content-main .b-file-link-list .btn-default {
	border-radius: 0;
	text-decoration: none;
	text-align: left;
	border: solid 1px #002f7b;
	color: #002f7b;
	font-weight: 500;
	background: #fbfbfb;
	padding: 15px 35px 11px 37px;
	font-size: 1.6rem;
	letter-spacing: 1px;
}
.c-content-main .b-file-link-list .btn-default[href$=".pdf"] {
 	background: #fbfbfb url(../img/common/ico-pdf.svg) no-repeat 11px center;	
	background-size: 15px 17px;
}
.c-content-main .b-file-link-list .btn-default[href$=".zip"] {
 	background: #fbfbfb url(../img/common/ico-zip.svg) no-repeat 11px center;	
	background-size: 13px 13px;
}
.c-content-main .b-file-link-list .btn-default:hover {
	background-color: #dae1ea;
}
.b-stock-link {
	margin: 20px 0 50px;
}
.c-content-main .b-stock-link > a {
	display: block;
	border-radius: 0;
	text-decoration: none;
	text-align: left;
	border: solid 1px #002f7b;
	color: #fff;
	font-weight: 500;
	background: #002f7b url(../img/common/ico-pop-w.svg) no-repeat 17px center;
	background-size: 18px 16px;
	padding: 25px 105px 21px 50px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	width: 390px;
}
.c-content-main .b-stock-link > a::after {
	content: "";
	display: block;
	background: url(../img/index/bg-a-stock_price.svg) no-repeat center center;
	background-size: 70px 48px;
	width: 70px;
	height: 48px;
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -24px;
}
@media only screen and (max-width: 767px) {
	.c-content-main .b-stock-link > a {
		background: #002f7b url(../img/common/ico-pop-w.svg) no-repeat 11px center;
		background-size: 18px 16px;
		padding: 23px 70px 18px 40px;
		letter-spacing: .6px;
		width: 100%;
	}
	.c-content-main .b-stock-link > a::after {
		background-size: 49px 34px;
		width: 49px;
		height: 34px;
		right: 10px;
		margin-top: -17px;
	}
}
/* 経営理念 */
.c-content-main .b-mission-list li {
	font-size: 1.6rem;
	margin-bottom: 12px;
	letter-spacing: 1.4px;
}
.c-content-main .b-mission-text {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: .2px;
	color: #002f7b;
	margin: -6px 0 -5px;
}
.c-content-main .b-ideal-text {
	font-size: 2.5rem;
	font-weight: bold;
	color: #4b6ea0;
	letter-spacing: 2.9px;
	margin: -10px 0 21px;
}
.b-mission-text-sp {
	display: none;
}
@media only screen and (max-width: 767px) {
	.c-content-main .b-mission-list {
		margin: -8px 0 -2px;
	}
	.c-content-main .b-mission-list li {
		margin: 0 0 3px;
	}
	.c-content-main .b-mission-text {
		font-size: 1.6rem;
		line-height: 1.85;
		letter-spacing: .2px;
		margin: -7px 0 -1px;
	}
	.b-mission-text-sp {
		display: block;
	}
	.b-mission-text-pc {
		display: none;
	}
	.c-content-main .b-ideal-text {
		font-size: 1.2rem;
		letter-spacing: 1.4px;
		margin: -1px 0 8px;
	}
}
/* 個人情報保護方針 */
.b-privacy-list {
	margin-top: 40px;
	counter-reset: content-main-ol-default;
}
.b-privacy-list:last-child {
	margin-bottom: 60px;
}
.b-privacy-list > li {
	font-size: 1.8rem;
	font-weight: bold;
	color: #002f7b;
	padding-left: 1.25em;
	text-indent: -1.25em;
	letter-spacing: 1px;
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 4px);
	background-size: 5px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 23px;
	margin-bottom: 20px;
}
.b-privacy-list > li::before {
	content: counter(content-main-ol-default, decimal)'. ';
	counter-increment: content-main-ol-default;
}
.b-privacy-list:last-child > li:last-child {
	background: none;
}
.b-privacy-list > li ul,
.b-privacy-list > li ol,
.b-privacy-list > li p {
	font-size: 1.6rem;
	font-weight: normal;
	color: #494949;
	text-indent: 0;
	margin: 3px 0 0;
	line-height: 1.6;
}
.b-privacy-list > li ul > li,
.b-indent-list > li {
	padding-left: 1em;
	text-indent: -1em;
}
.b-privacy-list > li ul > li::before {
	content: "◆";
}
@media only screen and (max-width: 767px) {
	.b-privacy-list > li {
		padding-left: 1.2em;
		text-indent: -1.2em;
		letter-spacing: .1px;
	}
}

.b-faq-list {
	margin-bottom: 45px;
}
.b-faq-list dt {
	color: #002f7b;
	font-size: 1.6rem;
	font-weight: bold;
	margin-left: 24px;
	letter-spacing: 1px;
	text-indent: -24px;
}
.b-faq-list dt::before {
	content: "Q";
	font-size: 2rem;
	margin-right: 10px;
}
.b-faq-list dd {
	font-size: 1.6rem;
	padding-left: 24px;
	text-indent: -24px;
	margin: 5px 0 17px;
	border-bottom: dotted 2px #ccc;
	padding-bottom: 20px;
	letter-spacing: .6px;
}
.b-faq-list dd::before {
	content: "A";
	font-weight: bold;
	font-size: 2rem;
	margin-right: 10px;
	color: #eb0000;
}
.b-faq-list-note {
	text-indent: 0;
}

@media only screen and (max-width: 767px) {
	.b-faq-list dd {
		margin: 5px 0 8px;
		padding-bottom: 10px;
	}
}

.c-content-main p .b-link {
	display: inline-block;
	color: #494949;
	text-decoration: none;
	background: url(../img/common/ico-arrow-b.svg) no-repeat left 2px;
	background-size: 20px 20px;
	padding-left: 30px;
}
.c-content-main p .b-link:hover {
	text-decoration: underline;
}
.c-content-main .b-base-text {
	color: #002f7b;
	letter-spacing: .5px;
}
.c-content-main .b-base-text span {
	font-size: 1.3rem;
}
.c-content-main .b-link-file {
	display: inline-block;
	margin-left: 35px;
	color: inherit;
	text-decoration: none;
}
.c-content-main .b-link-file:hover {
	text-decoration: underline;
}
.c-content-main .b-link-file[href$=".pdf"]::after {
	content: "";
	width: 18px;
	height: 21px;
	display: inline-block;
	background: url(../img/common/ico-pdf-red.svg) no-repeat;
	background-size: 18px 21px;
	margin-left: 5px;
	vertical-align: -3px;
}
@media only screen and (max-width: 767px) {
	.c-content-main p .b-link {
		letter-spacing: 0;
	}
	.c-content-main .b-base-text {
		font-size: 2.6rem;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	.c-content-main .b-base-text + p br,
	.c-content-main .b-base-text br {
		display: none;
	}
	.c-content-main .b-base-text span {
		font-size: 2rem;
	}
	.c-content-main .b-link-file {
		margin-left: 0;
	}
}


.c-content-main h3.b-coupon-title {
	border-bottom: solid 2px #999;
	font-size: 2rem;
	font-weight: bold;
	color: #000;
	letter-spacing: 3.5px;
	margin: 40px 0 25px;
	padding-bottom: 25px;
}
.c-content-main .b-border-block {
	border: solid 2px #002f7b;
	padding: 20px 0;
	margin-top: 45px;
}
@media only screen and (max-width: 767px) {
	.c-content-main .b-border-block {
		padding: 20px;
	}
}

/* ブルーシートが出来るまで */
.b-bluesheet-flow {
	margin-top: 20px;
}
.b-bluesheet-flow dt {
	background: #002f7b;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	padding: 11px 20px 14px;
}
.b-bluesheet-flow dt:last-child::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 12px 0;
	border-color: #002f7b transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}
.b-bluesheet-flow + .b-bluesheet-flow {
	margin-top: 42px;
}
.b-bluesheet-flow dd {
	background: #dfe5ed;
	padding: 25px;
}
.b-bluesheet-flow dd .row {
	margin-bottom: 21px;
	margin-top: 21px;
}
.b-bluesheet-flow dd .row:last-child {
	margin-bottom: 0;
}
.b-bluesheet-flow dd .row:first-child {
	margin-top: 0;
}
.b-bluesheet-flow dd::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 12px 0;
	border-color: #dfe5ed transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}
.b-bluesheet-flow.last dd::after {
	display: none;
}
.b-bluesheet-flow dd .col-sm-4.col-xs-12 h3 {
	background: #002f7b;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 8px;
}
.b-bluesheet-flow dd .col-sm-6.col-xs-12 h3 {
	color: #002f7b;
	font-size: 1.8rem;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.b-bluesheet-flow dd .col-xs-12 + .col-xs-12 {
		margin-top: 13px;
	}
	.b-bluesheet-flow dd .col-sm-4.col-xs-12 + .col-sm-4.col-xs-12 {
		margin-top: 25px;
	}
	.b-bluesheet-flow dd p {
		line-height: 1.6;
	}
}

.b-notice-block {
	background: #e1f3f9;
	margin: 20px 0;
	padding: 0 0 20px;
}
.b-notice-block h3 {
	background: #00a0e9;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 8px 10px;
	letter-spacing: 1px;
	font-size: 1.8rem;
}
.b-notice-block > p {
	padding: 20px 25px 0;
}
@media only screen and (max-width: 767px) {
}

/* 資料ライブラリ */
.c-content-main .b-library-table {
	font-size: 1.4rem;
	margin: 0 0 50px;
	width: 100%;
}
.c-content-main .b-library-table th,
.c-content-main .b-library-table td {
	vertical-align: top;
	padding: 5px 0;
	width: 16.666%;
}
.c-content-main .b-library-table td {
	text-align: left;
	padding: 5px 15px;
}
.c-content-main .b-library-table .b-library-table-th-year {
	text-align: center;
	width: auto;
	padding: 5px;
}
.c-content-main .b-library-table .b-library-table-th-btn {
	color: #002F7B;
	font-size: 1.9rem;
	text-align: center;
	width: auto;
	padding: 10px;
	cursor: pointer;
}
.c-content-main .b-library-table .b-library-table-th-btn span::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 14px;
	vertical-align: 4px;
	border-top: solid 2px #002F7B;
	border-right: solid 2px #002F7B;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.c-content-main .b-library-table .b-library-table-th-btn.open span::after {
	vertical-align: 0px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.c-content-main .b-library-link-pdf {
	color: inherit;
	text-decoration: none;
}
.c-content-main .b-library-link-pdf:hover {
	text-decoration: underline;
}
.c-content-main .b-library-link-pdf::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 21px;
	background: url(../img/common/ico-pdf-red.svg) no-repeat;
	background-size: 18px 21px;
	vertical-align: -5px;
	margin-right: 5px;
}
.c-content-main .b-library-link-movie {
	display: block;
	overflow: hidden;
	text-indent: -999px;
	background: url(../img/common/ico-movie.svg) no-repeat center center;
	background-size: 16px 11px;
}
.b-library-pastdata {
	display: none;
}
@media only screen and (max-width: 767px) {

	.c-content-main .b-text-sp-small {
		font-size: 1.3rem;
		margin-top: -5px;
	}
	.c-content-main h2 + .b-text-sp-small {
		margin-top: -5px;
	}
	.c-content-main .table-responsive {
		border: none;
		margin-bottom: 0;
	}
	.c-content-main .b-library-table {
		margin: 0 0 40px;
		display: block;
	}
	.c-content-main .b-library-table tbody,
	.c-content-main .b-library-table tr,
	.c-content-main .b-library-table th,
	.c-content-main .b-library-table td {
		display: block;
		width: auto;
		position: relative;
	}
	.c-content-main .b-library-table td {
		font-size: 1.3rem;
		padding: 5px 10px 5px 75%;
		letter-spacing: 0;
	}
	.c-content-main .b-library-table td:nth-child(2)::before {
		content: "決算短信";
		position: absolute;
		left: 10px;
		top: 5px;
	}
	.c-content-main .b-library-table td:nth-child(3)::before {
		content: "決算説明会資料";
		position: absolute;
		left: 10px;
		top: 5px;
	}
	.c-content-main .b-library-table td:nth-child(4)::before {
		content: "有価証券報告書・四半期報告書";
		position: absolute;
		left: 10px;
		top: 5px;
	}
	.c-content-main .b-library-table td:nth-child(5)::before {
		content: "報告書(株主のみなさまへ)";
		position: absolute;
		left: 10px;
		top: 5px;
	}
	/*
	.c-content-main .b-library-table tr:last-child td {
		padding: 5px 10px;
		text-align: left;
	}
	.c-content-main .b-library-table tr:first-child,
	.c-content-main .b-library-table tr:last-child td::before,
	.c-content-main .b-library-table tr:last-child td br,
	.c-content-main .b-library-table tr:last-child th {
		display: none;
	}*/
	.c-content-main .b-library-table tr:first-child {
		display: none;
	}
	.c-content-main .b-library-link-movie {
		background-position: left center;
	}
	.c-content-main .b-library-link-pdf {
		font-size: 1rem;
		letter-spacing: -0.1em;
	}
	.c-content-main .b-library-table .b-library-table-th-year {
		text-align: left;
	}
	.c-content-main .b-library-table .b-library-table-th-btn {
		font-size: 1.6rem;
	}
}

/* 縦横比固定のボックス */
.b-aspectwrapper {
	position: relative;
	overflow: hidden;
}
.b-aspectwrapper::after{
	padding-top: 61.9266%;
	display: block;
	content: "";
}
.b-aspectwrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* IRカレンダー */
.b-schedule-list dl {
	margin: 0 auto;
}
.b-schedule-list dl dt {
	width: 155px;
	position: absolute;
	left: 0;
	font-weight: 500;
	line-height: 1.5;
}
.b-schedule-list dl dd {
	margin: 0 0 5px 155px;
	padding-left: 10px;
	font-weight: 500;
	line-height: 1.5;
}
.b-schedule-list dl dd::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 10px;
	background: #002F7B;
	position: absolute;
	left: 0;
	top: 6px;
}

/* 市場づくり・ものづくり */
.b-making h3 {
	font-size: 1.7rem;
	color: #003763;
	font-weight: bold;
	letter-spacing: 2.9px;
	margin: 60px 0 20px;
	padding: 16px 16px 18px 140px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+63,f6f6f6+63,ededed+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 63%, #f6f6f6 63%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 63%,#f6f6f6 63%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 63%,#f6f6f6 63%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
}
.b-making h3 img {
	position: absolute;
	left: 30px;
	top: 12px;
}
.b-making h3:first-of-type img {
	position: absolute;
	left: 30px;
	top: 8px;
}
.b-making h4 {
	font-size: 1.4rem;
	color: #003764;
	font-weight: bold;
	letter-spacing: 1.05px;
	margin: 35px 0 5px;
	padding: 0;
}
.b-making p {
	font-size: 1.4rem;
	line-height: 1.85;
	color: #231815;
}
.b-making-img-r {
	float: right;
	width: 265px;
	margin-left: 20px;
}
.b-making-img-r + p {
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.b-making-img-r {
		display: none;
	}
}
.b-textimg {
	margin-bottom: 50px;
}
.b-textimg h4 {
	color: #003764;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .05em;
	margin: 0 0 5px;
	padding: 0;
}
.b-textimg p {

}
.b-textimg .b-img {
	float: right;
	max-width: 350px;
	margin: 0 0 0 30px;
}
.b-textimg .b-text {
	float: left;
	max-width: 370px;
}
@media only screen and (max-width: 767px) {
	.b-textimg {
		margin-bottom: 25px;
	}
	.b-textimg .b-text {
		float: none;
		max-width: 100%;
		margin: 0 0 10px;
	}
	.b-textimg .b-img {
		float: none;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
	}
}
.b-making-tech-item {
	background: #fff;
	border: solid 10px #CCD5E5;
	float: left;
	width: 376px;
	margin: 0 0 28px 20px;
}
.b-making-tech-item:nth-child(2n+1) {
	margin-left: 0;
}
.b-making-tech-item-img {
	float: right;
	width: 105px;
	height: 100%;
	min-height: 105px;
	background-color: #CCD5E5;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.b-making-tech-item h3 {
	color: #09365E;
	font-size: 1.8rem;
	line-height: 1.28;
	padding: 10px 10px 0;
	overflow: hidden;
}
.b-making-tech-item p {
	font-size: 1.4rem;
	line-height: 1.28;
	padding: 5px 10px 10px;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.b-making-tech-item {
		background: #fff;
		border: solid 10px #CCD5E5;
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
}
.b-making-item-wrapper {
	margin-top: 35px;
}
.b-making-item {
	background: #CCD5E5;
	float: left;
	width: 380px;
	margin: 0 0 20px 20px;
}
.b-making-item:nth-child(2n+1) {
	margin-left: 0;
}
.b-making-item p {
	padding: 10px;
}
@media only screen and (max-width: 767px) {
	.b-making-item {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.b-making-item img {
		width: 100%;
		height: auto;
	}
}
.b-making-list {
	margin-top: 40px;
}
.b-making-list li {
	float: left;
	font-size: 1.6rem;
	color: #003763;
	font-weight: bold;
	letter-spacing: 2.9px;
	display: inline-block;
	width: 230px;
	margin: 0;
	padding: 12px 5px;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+63,f6f6f6+63,ededed+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 63%, #f6f6f6 63%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 63%,#f6f6f6 63%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 63%,#f6f6f6 63%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
}
.b-making-list li + li {
	margin-left: 45px;
}
.b-making-list li:nth-child(1)::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left-color: #003763;
	position: absolute;
	top: 35px;
	left: 108%;
}
.b-making-list li:nth-child(2)::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-right-color: #003763;
	position: absolute;
	top: 35px;
	left: 103%;
}
.b-making-list li a {
	display: block;
}
.b-making-list li img {
	margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
	.b-making-list li {
		width: 28%;
		padding: 8px 5px;
	}
	.b-making-list li + li {
		margin-left: 8%;
	}
	.b-making-list li:nth-child(1)::after {
		top: 15px;
	}
	.b-making-list li:nth-child(2)::after {
		top: 15px;
	}
	.b-making-list li img {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 440px) {
	.b-making-list li:nth-child(2)::after {
		left: 99%;
	}
}

/* 萩原物語 */
.b-hagihara-story {
	padding-bottom: 120px;
}
.b-hagihara-story .row {
	margin-right: -48px;
	margin-left: -48px;
}
.b-hagihara-story .row > * {
	padding-right: 48px;
	padding-left: 48px;
}
.b-hagihara-story h2 {
	text-align: center;
	margin: 45px 0 30px;
}
.b-hagihara-story p + p {
	margin-top: 25px;
}
@media only screen and (max-width: 767px) {
	.b-hagihara-story {
		padding-bottom: 49px;
	}
}

/* お問い合わせ */
.b-form-block {
	margin: 0 50px;
	padding-bottom: 120px;
}
.b-form-block h3 {
	letter-spacing: 2px;
	margin: 20px 0 10px;
}
.b-form-block h3::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #4C4C4C;
	position: absolute;
	top: 50%;
	left: 0;
}
.b-form-block h3 span {
	display: inline-block;
	padding: 7px 15px;
	background: #fff;
	border-radius: 20px;
	border: solid 1px #4C4C4C;
}
.b-form-block > p + p {
	margin-top: 5px;
}
.b-form-main {
	border: solid 1px #B2B2B2;
	margin: 5px 0 10px;
	padding: 45px 45px 45px;
}
.b-form-main dl {
	border-top: dotted 1px #B2B2B2;
}
.b-form-main dt {
	position: absolute;
	padding: 10px 0;
	font-size: 1.4rem;
	font-weight: 400;
}
.b-form-main dd {
	font-size: 1.4rem;
	padding: 10px 0 10px 235px;
	border-bottom: dotted 1px #B2B2B2;
}
.b-form-text-required {
	color: #EB0000;
}
	
.b-form-block input[type="date"],
.b-form-block input[type="number"],
.b-form-block input[type="email"],
.b-form-block input[type="tel"],
.b-form-block input[type="text"]{
	padding: 3px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.4;
	vertical-align: middle;
	background-color: #ffffff;
	color: #333333;
	background-image: none;
	border: solid 1px #cccccc;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.b-form-block textarea {
	padding: 3px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	vertical-align: top;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.b-form-block input[type="radio"],
.b-form-block input[type="checkbox"] { 
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.b-form-block label{
	font-weight: 400;
}
.b-form-text-info {
	display: inline-block;
	margin-bottom: 5px;
}

.b-form-block ::-webkit-input-placeholder {
	color: #999;
}
.b-form-block :-moz-placeholder {
	color: #999;
}

.b-form-input-m {
	width: 50%;
}
.b-form-input-l {
	width: 100%;
}
.b-form-block .b-form-btn-block {
	margin-top: 45px;
}

.wpcf7-not-valid-tip {
	margin-top: 5px;
}

@media only screen and (max-width: 767px) {
	.b-form-block {
		margin: 0;
		padding-bottom: 49px;
	}
	.b-form-block h3::before {
		display: none;
	}
	.b-form-main {
		border: solid 1px #B2B2B2;
		margin: 5px 0 10px;
		padding: 45px 6.66% 45px;
	}
	.b-form-main dt {
		position: relative;
		padding: 10px 0 0;
		font-weight: 400;
	}
	.b-form-main dd {
		padding: 5px 0 10px;
	}
	.b-form-btn-block .btn-default {
		min-width: 0px;
		width: 100%;
	}
	.b-form-input-m {
		width: 100%;
	}
}

.c-content-main .b-inquiry-table {
	margin: 10px 0 40px;
	width: auto;
}
.c-content-main .b-inquiry-table th,
.c-content-main .b-inquiry-table td {
	text-align: left;
	padding: 10px 20px 9px;
}
@media only screen and (max-width: 767px) {
	.c-content-main .b-inquiry-table {
		margin: 10px 0 40px;
		width: 100%;
	}
	.c-content-main .b-inquiry-table th,
	.c-content-main .b-inquiry-table td {
		font-size: 1.6rem;
		text-align: left;
		padding: 10px 10px 9px;
	}
	.c-content-main .b-inquiry-table thead th {
		text-align: center;
	}
	.b-title-busyo {
		display: inline-block;
		color: #4C6DA3;
		margin-bottom: 10px;
	}
}

/* 事例紹介 */
.b-case {
	padding: 45px 0 0;
}
.b-case h2 {
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 1.2px;
	line-height: 1.3;
	margin: 0 0 25px;
}
.b-case h2 span {
	background: #002F7B;
	color: #fff;
	display: inline-block;
	margin-right: 8px;
	padding: 4px 8px;
}
.b-case h3 {
	color: #003764;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1.2px;
	line-height: 1.75;
	margin: 20px 0 25px;
}
.b-case p {
	color: #231815;
	font-size: 1.4rem;
	line-height: 1.857;
	margin: 0 0 20px;
}
.b-case .b-case-mainv {
	width: 325px;
	margin: 0 auto 40px;
}
.b-case-nav {
	margin: 0 0 40px;
}
.b-case-nav li {
	float: left;
	width: 251px;
	text-align: center;
}
.b-case-nav li + li {
	margin-left: 12px;
}
.b-case-nav li a {
	background: #002F7B;
	color: #fff;
	display: block;
	font-size: 1.7rem;
	letter-spacing: 2px;
	padding: 10px;
}
.b-case .b-case-panel {
	background: #D9E0EB;
	padding: 10px 20px;
	margin: 25px 0 25px;
}
.b-case-item > div > div > h3:first-child {
	margin-top: 0;
}
.b-case-item + .b-case-item {
	margin-top: 100px;
}
@media only screen and (max-width: 767px) {
	.b-case h2 span {
		margin-bottom: 10px;
	}
	.b-case .b-case-mainv {
		width: 100%;
		margin: 0 auto 40px;
	}
	.b-case-nav li {
		float: none;
		width: auto;
		text-align: center;
	}
	.b-case-nav li + li {
		margin-left: 0;
		margin-top: 10px;
	}
	.b-case-item + .b-case-item {
		margin-top: 50px;
	}
	.b-case .row .col-xs-12 + .col-xs-12 {
		margin-top: 15px;
	}
}

.c-content-main .wp-caption {
	margin: 30px auto;
}
.c-content-main .wp-caption .wp-caption-text {
	margin: 10px auto;
}
@media only screen and (max-width: 767px) {
	.c-content-main .wp-caption {
		width: auto !important;
	}
}

.c-content-main .aligncenter {
	text-align: center;
}
.c-content-main .alignleft {
	text-align: left;
}
.c-content-main .alignright {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.b-base-map {
		margin: 0 -7.686%;
	}
}

/* 役員紹介 */
.b-member-profile figure {
	overflow: hidden;
}
.b-member-profile figure img {
	width: 145px;
	float: left;
	margin-right: 10px;
}
.b-member-profile figcaption {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.7;
}
.b-member-profile figcaption span {
	display: block;
	font-size: 2rem;
	color: #002f7b;
	margin-top: -4px;
	letter-spacing: 2.8px;
}
.row .b-member-profile,
.row .b-member-profile:first-child:last-child {
	margin-bottom: 20px;
}
.row .b-member-profile:last-child {
	margin-bottom: 0;
}
.row .b-member-profile figure img {
	width: 100px;
}
.row .b-member-profile figcaption span {
	font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
}

/* 広報活動 */
.b-pr-movie-wrapper {
	margin: 0 auto 50px;
}
.b-pr-movie {
	margin-right: -50px;
}
.b-pr-movie .b-aspectwrapper {
	width: 414px;
	float: left;
	margin-right: 20px;
}
.b-pr-movie h2 {
	font-weight: bold;
	font-size: 1.8rem;
	color: #002f7b;
	line-height: 1.55;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
	overflow: hidden;
	padding-left: 27px;
	text-indent: -27px;
}
.b-pr-movie h2::before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../img/common/ico-arrow-b.svg) no-repeat;
	background-size: 20px 20px;
	vertical-align: -3px;
	margin-right: 7px;
}
.b-pr-movie .b-box-qr {
	width: 83px;
	float: right;
	margin: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
	.b-pr-movie-wrapper {
		margin: 0 auto 40px;
	}
	.b-pr-movie {
		margin-right: 0;
	}
	.b-pr-movie .b-aspectwrapper {
		width: 100%;
		float: none;
		margin: 0 auto 15px;
	}
	.b-pr-movie h2 {
		text-align: center;
	}
	.b-pr-movie h2::before {
		display: none;
	}
	.b-pr-movie .b-box-qr {
		display: none;
	}
}


/*画像のfloat
----------------------------------------*/
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.c-content-main .attachment,
.c-content-main .attachment-cap {
	text-align: center;
}