@charset "utf-8";

/* =======================================

	reset css

========================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b {
	font-weight: bold;
}
/* =======================================

	base css

========================================== */
body {
	font:14px/1 Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #000;
	background: #f6f3fe;
	/*background: -moz-linear-gradient(top, #000000 0%, #f6f3fe 100%);
	background: -webkit-linear-gradient(top, #000000 0%,#f6f3fe 100%);
	background: linear-gradient(to bottom, #000000 0%,#f6f3fe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f6f3fe',GradientType=0 );*/
	text-align: center;
	line-height: 160%;
	position: relative;
	overflow-x: hidden;
}
nav ul {
	padding: 0;
}
a:link,
a:visited {
	color: #333;
	text-decoration: underline;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
a:hover {
	text-decoration: none;
}
a img {
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
a:hover img {
	opacity: 0.8;
}
.wrapper {
	box-sizing: border-box;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #ddd 100%);
	background: -webkit-linear-gradient(top, #fdfdfd 0%, #ddd 100%);
	background: linear-gradient(to bottom, #fdfdfd 0%, #ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ddd',GradientType=0 );
	min-width: 980px;
	padding: 0 0 30px;
	position: relative;
	top: 350px;
	left: auto;
}
.siteTitle {
  background: #000;
	color: #fff;
	width: auto;
	padding: 10px 13px;
	margin: 0 0 30px;
	box-sizing: border-box;
}
.siteTitle em {
	display: block;
	font-size: 1.286em;
}
.contents {
	width: 980px;
	margin: 0 auto 30px;
	overflow: hidden;
	text-align: left;
}
.main {
	width: 700px;
	float: left;
}
.sub {
	width: 260px;
	padding-top: 50px;
	float: right;
}
.contents section {
	overflow: hidden;
	margin: 0 0 40px;
}
section p {
	margin: 0 0 30px;
}
section p:last-child {
	margin: 0;
}
section .sectionChild {
	margin: 0 0 30px;
}
section .sectionGrandChild {
	margin: 0 0 20px;
}
section .sectionChild:last-child,
section .sectionChild .sectionGrandChild:last-child{
	margin: 0;
}
section sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
section sub {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}
.textLeft01 {
	float: left;
	width: 50%;
}
.imageHalfRight01,
.imageHalfRight02 {
	float: right;
	box-sizing: border-box;
	padding-left: 25px;
	width: 50%;
}
.imageHalfCenter01 {
	width: 50%;
	margin: 0 auto 20px;
}
.imageHalfRight01 figcaption,
.imageHalfRight02 figcaption,
.imageHalfCenter01 figcaption {
	font-size: 0.875em;
	text-align: center;
}
.imageVariable01 img {
  display: block;
}
.imageVariable01 img,
.imageHalfRight01 img,
.imageHalfRight02 img,
.imageHalfCenter01 img {
	width: 100%;
	height: auto;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
header i,
.wrapper .contents i {
	font-size: 0.714em;
}
.wrapper .contents i.fa-file-pdf {
	font-size: 1em;
	color: #f00;
}
header .fa-window-restore,
footer .fa-window-restore,
.wrapper .contents .fa-window-restore,
.wrapper .contents .fa-file-pdf {
	margin-left: 6px;
}

/* =========== list =========== */
.list01,
.listDecimal {
	padding-left: 20px;
}
.list01 li {
	list-style-type: disc;
}
.list01 li ul {
	padding-left: 20px;
}
.listDecimal {
	list-style-type: decimal;
}
/* =========== table =========== */
.table01 {
	width: 100%;
	border-top: 1px solid #ccc;
}
.table01 td {
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 10px 0;
}
.tableHistory {
	width: 100%;
	border-top: 1px solid #ccc;
}
.tableHistory th,
.tableHistory td {
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
.tableHistory th {
	color: #fff;
	width: 20%;
	background-color: rgba(0,0,0,0.5);
}
.tableHistory td {
	background-color: rgba(255,255,255,0.5);
}
/* =========== header =========== */
.inner {
  width: 980px;
  margin: 0 auto;
}
.inner:after {
  content: '';
  clear: both;
  display: block;
}
#topHead {
	background-color: #333;
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 10px 0 12px;
  line-height: 1;
  z-index: 999;
}
#topHead a,
#topHead {
  color: #fff;
  text-decoration: none;
}
#topHead .inner {
  position: relative;
}
#topHead .logo {
  float: left;
	text-align: left;
	width: 320px;
	font-size: 0.750em;
	display: table;
}
#topHead .logo em,
#topHead .logo a {
	width: 100%;
	height: 38px;
	padding-left: 124px;
	line-height: 1.4;
	vertical-align: bottom;
	box-sizing: border-box;
	background-image: url(/project/chishitsuzu/assets/images/base/logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 116px 38px;
	background-size: 116px 38px;
	display: table-cell;
}
#globalNav ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 0;
}
#globalNav ul li {
    float: left;
	margin: 0 10px;
	font-size: 0.875em;
}
#globalNav ul li:last-child {
	margin: 0;
}
#globalNav ul li a {
	position: relative;
	display: inline-block;
    padding: 12px 10px;
}
/*#globalNav ul .menuDropDown:nth-child(5) a {
	background-color: #003fa6;
}
#globalNav ul .menuDropDown:nth-child(6) a {
	background-color: #005ffb;
}*/
#globalNav ul li a::before {
  position: absolute;
  bottom: 4px;
  left: 0;
  visibility: hidden;
  width: 97.9%;
  margin-left: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 1px;
  content: '';
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #fff;
}
#globalNav ul li a:hover::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/*#globalNav ul li:nth-child(5) a:hover::before,
#globalNav ul li:nth-child(6) a:hover::before {
	visibility: hidden;
}*/
.home #globalNav ul li:nth-child(1) a::before,
.about #globalNav ul li:nth-child(2) a::before,
.guidance #globalNav ul li:nth-child(3) a::before,
.news #globalNav ul li:nth-child(4) a::before,
.link #globalNav ul li:nth-child(5) a::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/*ドロップダウン*/
#globalNav ul .menuSecondLevel {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}
#globalNav ul .menuSecondLevel li {
	text-align: left;
    border-bottom: 1px solid #ddd;
	margin: 0;
}
#globalNav ul .menuSecondLevel li a:hover {
    background: #999;
}
#globalNav ul .menuDropDown .menuSecondLevel {
    position: absolute;
    top: 34px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 4px;
    background: #003fa6;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
/*#globalNav ul li:nth-child(5) .menuSecondLevel {
	background-color: #003fa6;
}
#globalNav ul li:nth-child(6) .menuSecondLevel {
	background-color: #005ffb;
}*/
#globalNav ul .menuDropDown:hover .menuSecondLevel {
    top: 36px;
    visibility: visible;
    opacity: 1;
}
#globalNav ul .menuDropDown .menuSecondLevel > li {
	width: 100%;
	font-size: 1.00em;
}
#globalNav ul .menuDropDown .menuSecondLevel > li a {
	display: block;
	padding: 10px 6px 10px 26px;
	position: relative;
}
#globalNav ul .menuDropDown .menuSecondLevel > li a .fa-arrow-right {
	position: absolute;
	top: 12px;
	left: 10px;
}
#globalNav ul .menuDropDown .menuSecondLevel > li a::before {
	visibility: hidden;
}
/* Fixed */
#topHead.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    background: rgba(51,51,51,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
/* Toggle Button */
#navToggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#navToggle div {
    position: relative;
}
#navToggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {
    top: 0;
}
#navToggle span:nth-child(2) {
    top: 11px;
}
#navToggle span:nth-child(3) {
    top: 22px;
}
.headerImage {
	width: 100%;
	height: 350px;
	position: fixed;
	z-index: 0;
	border: 0;
	background-image: url(/project/chishitsuzu/assets/images/base/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
/* =========== footer =========== */
footer {
	width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
footer .pageScroll {
	text-align: center;
	font-size: 0.875em;
}
footer .pageScroll a {
	color: #fff;
	background-color: #333;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
}
footer .pageScroll a:hover {
	background-color: #000;
}
footer nav {
	max-width: 660px;
	margin: 0 auto;
}
footer nav ul {
	padding: 15px 0;
}
footer nav ul li {
	display: inline;
	margin: 0 10px;
	font-size: 0.875em;
}
.contactLink {
	max-width: 360px;
	margin: 0 auto 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.contactLink .btnContact {
	font-size: 0.714em;
	width: 48%;
	text-align: center;
}
.contactLink .btnContact a {
	display: block;
	text-decoration: none;
	background-color: #666;
	padding: 4px 10px;
	color: #fff;
}
.contactLink .btnContact a:hover {
	background-color: #333;
}
.contactLink .btnContact a .fa-arrow-right {
	margin-right: 6px;
}
footer .tel {
	font-size: 1.143em;
	width: 48%;
	text-align: center;
}
footer .copy {
	color: #666;
	font-size: 0.875em;
}
.snsLinks {
	width: 160px;
	position: absolute;
	top: 52px;
	right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.snsLinks li {
	width: 30px;
	margin: 0 0 5px 10px;
}
.snsLinks li img {
	width: 100%;
	height: auto;
}
/* =========== side area =========== */
.localNavi01,
.boxFacebook {
	margin-bottom: 20px;
}
.localNavi01 h2,
.boxFacebook h2 {
	background: #333;
	color: #fff;
	padding: 10px 15px;
	font-size: 1.286em;
}
.localNavi01 ul {
	background: #fff;
	padding: 10px 15px;
}
.localNavi01 ul li {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.localNavi01 ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 6px 10px 26px;
	position: relative;
}
.localNavi01 ul li a:hover {
	background-color: #efefef;
}
.localNavi01 ul li a .fa-arrow-right {
	position: absolute;
	top: 16px;
	left: 10px;
}
.cmsLocalNavi {
	background: #fff;
	padding: 0 0 15px;
	margin: 0 0 10px;
}
.cmsLocalNavi h2 {
	font-size: 1.286em;
	background: #333;
	color: #fff;
	padding: 10px 15px;
	margin: 0;
}
.cmsLocalNavi p {
	border-bottom: 1px solid #ccc;
	margin: 10px 15px 0;
}
.cmsLocalNavi dl {
	border-bottom: 1px solid #ccc;
	margin: 0 15px;
}
.cmsLocalNavi dl dt {
	padding: 10px 0;
}
.cmsLocalNavi dl dd ul {
	padding: 0;
}
.cmsLocalNavi dl dd ul li {
	border-bottom: 1px solid #eee;
}
.cmsLocalNavi dl dd ul li:last-child {
	border-bottom: none;
}
.cmsLocalNavi p a,
.cmsLocalNavi dl dd ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 6px 10px 26px;
	position: relative;
}
.cmsLocalNavi p a:hover,
.cmsLocalNavi dl dd ul li a:hover {
	background-color: #efefef;
}
.cmsLocalNavi p a i,
.cmsLocalNavi dl dd ul li a i {
	position: absolute;
	top: 16px;
	left: 10px;
}
.cmsLocalNavi dl dd ul li ul {
	padding: 0 0 0 20px;
}
.cmsLocalNavi dl dd ul li ul li {
	border-bottom: none;
}
.cmsLocalNavi dl dd select.selectBox {
	width: 210px;
	margin: 0 0 10px;
}
ul.sideBanner {
	padding: 0;
	margin-bottom: 20px;
}
ul.sideBanner li {
	list-style: none;
	line-height: 0;
	margin: 0 0 6px;
	text-align: center;
}
ul.sideBanner li img {
	display: block;
	width: 100%;
	height: auto;
}
.outsideBannerList,
.outsideBannerList2 {
	margin-bottom: 20px;
}
.outsideBannerList dt,
.outsideBannerList2 dt {
	background: #333;
	color: #fff;
	padding: 10px 15px;
	font-size: 1.286em;
}
.outsideBannerList dd,
.outsideBannerList2 dd {
	padding: 6px 0 0;
}
.outsideBannerList dd ul li,
.outsideBannerList2 dd ul li {
	margin: 0 0 6px;
	font-size: 1.143em;
	text-align: center;
}
.outsideBannerList2 dd ul li {
	line-height: 0;
}
.outsideBannerList2 dd ul li img {
	width: 100%;
	height: auto;
}
.outsideBannerList dd ul li a {
	color: #333;
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 12px 20px;
	text-decoration: none;
}
.outsideBannerList dd ul li a:hover {
	background-color: #efefef;
}
/* =========== heading =========== */
.heading01 {
	background: none;
	color: #333;
	height: 50px;
	padding: 0;
	line-height: 1.2;
	font-size: 1.714em;
	font-weight: normal;
}
.heading02 {
	background: #333;
	color: #fff;
	padding: 10px 15px;
	margin: 0 0 20px;
	font-size: 1.286em;
	font-weight: normal;
}
.heading03 {
	border-bottom: 1px dotted #333;
	padding: 2px 0 7px 13px;
	margin: 0 0 15px;
	font-size: 1.286em;
	font-weight: normal;
	position: relative;
	overflow: hidden;
}
.heading03::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	margin-top: -4px;
	background-color: #333;
}
.imageHeading {
  padding: 0;
  margin: 0 0 30px;
  border: none;
  background-color: transparent;
}
.imageHeading img {
  width: 100%;
  height: auto;
  display: block;
}
.newsContents .heading03 {
	margin: 0 0 5px;
}
.newsDatetime {
	display: block;
	font-size: 0.875em;
	margin: 0 0 15px;
}
.heading04 {
	font-size: 1.143em;
	font-weight: normal;
	background-color: #fff;
	padding: 6px 12px;
	border-top: 1px solid #333;
	margin: 0 0 15px;
}
.heading05 {
	font-size: 1.143em;
	font-weight: normal;
	padding: 0 0 0 16px;
	margin: 0 0 10px;
	position: relative;
}
.heading05::before {
	content: '';
	background-color: #00286a;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 10px;
	left: 0;
}
/* =========== adjustment related =========== */
.wrapper .contents .txtLeft { text-align: left;}
.wrapper .contents .txtRight { text-align: right;}
.wrapper .contents .txtCenter { text-align: center;}
.wrapper .contents .fLeft { float: left;}
.wrapper .contents .fRight { float: right;}
.wrapper .contents .phLeft { float: left; margin: 0 20px 10px 0;}
.wrapper .contents .phRight { float: right; margin: 0 0 10px 20px;}
.wrapper .contents .mb10 { margin-bottom: 10px;}
.wrapper .contents .mb20 { margin-bottom: 20px;}
.wrapper .contents .mb30 { margin-bottom: 30px;}
.wrapper .contents .mb40 { margin-bottom: 40px;}
.wrapper .contents .w5 { width: 5%;}
.wrapper .contents .w10 { width: 10%;}
.wrapper .contents .w12 { width: 12%;}
.wrapper .contents .w15 { width: 15%;}
.wrapper .contents .w20 { width: 20%;}
.wrapper .contents .w25 { width: 25%;}
.wrapper .contents .w30 { width: 30%;}
.wrapper .contents .w33 { width: 33%;}
.wrapper .contents .w40 { width: 40%;}
.wrapper .contents .w50 { width: 50%;}
/* =======================================

	unique css

========================================== */
/* =========== home =========== */
.home .sub {
	padding: 0;
}
.headingSubLink {
	float: right;
	color: #fff;
	font-size: 0.667em;
}
.headingSubLink a {
	color: #fff;
}
.contentsLink {
	width: 100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
}
.contentsLink li {
	width: 31.33%;
	text-align: center;
	margin: 0 0 20px;
}
.contentsLink li:nth-child(1) {
	padding-right: 20px;
}
.contentsLink li:nth-child(3n) {
	padding-left: 20px;
}
.contentsLink li:nth-child(4) {
	padding-right: 20px;
}
.contentsLink li:nth-child(4+3n) {
	padding-right: 20px;
}

.contentsLink li a {
	color: #fff;
}
.contentsLink li figure {
	position: relative;
	overflow: hidden;
}
.contentsLink li figure img {
	width: 100%;
	height: auto;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
	display: block;
}
.contentsLink li a:hover figure img {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.contentsLink li figure figcaption {
	position: absolute;
	padding: 5px 0;
	font-size: 0.875em;
	width: 100%;
	max-height: 60px;
	left: 0;
	bottom: 0;
    background: rgba(0,0,0,.8);
}
.home .homeGuidance {
	background-color: #eee;
	background-image: url(/project/chishitsuzu/assets/images/home/bg_ishikoro.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height: 234px;
	box-sizing: border-box;
	padding: 50px 40px 0 220px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
}
.home .homeGuidance h2,
.home .homeGuidance p {
	text-align: right;
}
.home .homeGuidance h2 {
	font-size: 2.143em;
	line-height: 1.4;
	margin-bottom: 15px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.home .homeGuidance .homeGuidanceLead {
	font-size: 1.429em;
	margin-bottom: 30px;
}
.home .homeGuidance .homeGuidanceLead em {
	font-size: 1.200em;
}
.home .homeGuidance .homeGuidanceButton {
	text-align: right;
}
.home .homeGuidance .homeGuidanceButton a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #333;
	padding: 6px 50px 6px 60px;
	position: relative;
}
.home .homeGuidance .homeGuidanceButton a::before {
	top: 6px;
	left: 20px;
	font-family: "Font Awesome 5 Free";
	content: '\f061';
	font-weight: 900;
	font-size: 0.778em;
	position: absolute;
}
.home .homeGuidance .homeGuidanceButton a:hover {
	background-color: #000;
}
.home .home_end_text {
	float: left;
}
/* =========== about =========== */
.aboutIntroduction {
  background-color: #fff;
	background-image: url(/project/chishitsuzu/assets/images/about/bg_about_introduction.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 700px;
	padding: 20px 20px 360px;
  margin-bottom: 30px;
	box-sizing: border-box;
}
.aboutIntroduction h3 {
  margin: 0 0 20px;
  font-size: 1.286em;
  color: #666;
}
.boxSupplement {
	border: 1px solid #ccc;
	background-color: rgba(255,255,255,0.7);
	padding: 20px;
	margin: 0 0 30px;
}
.boxSupplement dt {
	padding: 0 0 10px;
	font-size: 1.143em;
}
.thumbnailList01 {
	width: 100%;
	text-align: center;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.thumbnailList01 li {
	width: 49%;
	text-align: center;
	margin: 0 0 20px;
	color: #fff;
}
.thumbnailList01 li a {
	color: #fff;
}
.thumbnailList01 li figure {
	position: relative;
	overflow: hidden;
}
.thumbnailList01 li figure img {
  width: 100%;
  height: auto;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  display: block;
}
.thumbnailList01 li a:hover figure img {
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.thumbnailList01 li figure figcaption {
	position: absolute;
	padding: 5px 0;
	font-size: 0.875em;
	width: 100%;
	max-height: 60px;
	left: 0;
	bottom: 0;
  background: rgba(0,0,0,.8);
}
.tableIndication {
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
}
.tableIndication th {
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: middle;
}
.tableIndication td {
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: middle;
}
.tableIndication td b {
	font-weight: bold;
}
.uniCollaboration {
	margin-bottom: 30px;
}
.uniCollaboration ol {
	margin-bottom: 20px;
}
.uniHeader {
	width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px;
}
.uniHeader p {
	width: 68%;
	margin: 0;
}
.uniHeader h5 {
	text-align: center;
	width: 30%;
	font-size: 1.286em;
	position: relative;
}
.uniHeader h5::after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	-wekit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 0;
}
.uniHeader h5 a {
	text-decoration: none;
	display: block;
	height: 40px;
	padding: 20px 20px 0;
	color: #fff;
	position: relative;
	z-index: 10;
}
.wrapper .contents .uniHeader h5 i {
	font-size: 1.143em;
}
.naganoUni .uniHeader h5 a,
.naganoUni .uniHeader h5::after {
	background-color: #0a9fe8;
}
.matsumotoUni .uniHeader h5 a,
.matsumotoUni .uniHeader h5::after {
	background-color: #005aad;
}
.businessCooperationAgency .outsideBannerList dt {
	background-color: inherit;
	color: #333;
	font-size: 1.143em;
	font-weight: normal;
	padding: 0 0 0 16px;
	margin: 0 0 10px;
	position: relative;
}
.businessCooperationAgency .outsideBannerList dt::before {
	content: '';
	background-color: #00286a;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 10px;
	left: 0;
}
.businessCooperationAgency .outsideBannerList dd {
	padding: 0;
}
.businessCooperationAgency .outsideBannerList dd ul {
	width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.businessCooperationAgency .outsideBannerList dd ul li {
	width: 49%;
}
.about .pointContents h3 {
	font-size: 1.143em;
	margin-bottom: 15px;
}
.about .pointContents h3 em {
	font-size: 1.250em;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}
.about .pointContents .point01 h3 em { color: #765004;}
.about .pointContents .point02 h3 em { color: #b57c06;}
.about .pointContents .point03 h3 em { color: #e09a07;}
.about .pointContents .point04 h3 em { color: #f9b72f;}
.pointWrap > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}
.pointWrap > div .pointDetail {
	padding-left: 20px;
}
.pointWrap > div figure img {
	width: 200px;
	height: auto;
	border-radius: 100px;
}
.aboutImageFull {
	margin-bottom: 20px;
	text-align: center;
}
.aboutImageFull img {
	width: 100%;
	height: auto;
}
.aboutImageFull figcaption {
	display: inline-block;
	background-color: #fff;
	padding: 10px 20px;
	margin: 0 auto 15px;
	border-radius: 10px;
  font-size: 0.875em;
	position: relative;
}
.aboutImageFull figcaption::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 0;
	height: 0;
	margin-left: -5px;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	border-bottom: none;
}
.aboutImageFull figcaption b {
	font-weight: bold;
}
.contactBox {
	border: 1px solid #ccc;
	max-width: 500px;
	margin: 0 auto;
}
.contactBox dt {
	background-color: #eee;
	padding: 10px 15px;
	text-align: center;
	font-size: 1.143em;
}
.contactBox dd {
	background-color: rgba(255,255,255,0.80);
	padding: 15px;
}
/* =========== news =========== */
.news .heading02.titleIndividual {
  margin-bottom: 0;
}
.news .heading03 {
	margin: 0;
}
.news article {
	padding: 20px 0 0;
}
.news article p {
  margin-bottom: 20px;
}
.news .sectionChild figure {
	float: right;
	width: 250px;
	margin: 0 0 20px 20px;
}
.news .sectionChild figure img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 10px;
}
.news .sectionChild figure figcaption {
	font-size: 0.875em;
}
.entrySentence {
	float: left;
	width: 430px;
}
.entryImages {
	float: right;
	width: 250px;
}
.entryImages figure {
	margin: 0 0 10px;
}
.entryImages figure img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 5px;
}
.entryImages figure figcaption {
	font-size: 0.875em;
}
.heading02 .entryDate,
.heading02 .entryDate a {
	color: #fff;
}
.heading02 .entryDate,
.heading03 .entryDate {
	display: block;
	font-size: 0.667em;
}
.heading02 .entryDate time,
.heading03 .entryDate time {
	display: inline-block;
	margin-right: 10px;
}
.eventInfo {
	width: 100%;
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.eventInfo li {
	width: 49%;
	font-size: 0.875em;
	box-sizing: border-box;
	background-color: #fff;
	padding: 2px 10px;
	margin-top: 10px;
}
.cmsPagenate {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px 0;
	text-align: center;
}
.cmsPagenate .prev {
	margin: 0 30px 0 0;
}
.cmsPagenate .next {
	margin: 0 0 0 30px;
}
.cmsPagenate .prev a {
	margin: 0 20px 0 0;
}
.cmsPagenate .next a {
	margin: 0 0 0 20px;
}
.cmsPagenate .link_page,
.cmsPagenate .current_page {
	text-decoration: none;
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #FFF;
}
.cmsPagenate .link_page {
	background-color: #333;
}
.cmsPagenate .link_page:hover {
	background-color: #000;
}
.cmsPagenate .current_page {
	background-color: #666;
}
/* =========== link =========== */
.linkList01 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.linkList01 li {
	width: 49%;
	border-bottom: 1px dotted #ccc;
}
.linkList01 li a,
.linkList01 li span {
	position: relative;
	display: block;
	padding: 10px 0 10px 15px;
}
.linkList01 li a::before,
.linkList01 li span::before {
	position: absolute;
	top: 10px;
	left: 0;
	font-family: "Font Awesome 5 Free";
	content: '\f061';
	font-weight: 900;
	font-size: 0.778em;
}
/* =========== guidance =========== */
.contentInner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contentInner01 p {
	width: calc(100% - 320px);
}
.contentInner01 .contentInnerImages01 {
	width: 300px;
	padding-left: 20px;
}
.contentInner01 .contentInnerImages01 figure {
	margin-bottom: 15px;
}
.contentInner01 .contentInnerImages01 figure img {
	width: 100%;
	height: auto;
	display: block;
}
.contentInner01 .contentInnerImages01 figure figcaption {
	font-size: 0.857em;
	line-height: 1.6;
	padding-top: 5px;
}
.guidanceLead {
	background-color: #fff;
	background-image: url(/project/chishitsuzu/assets/images/guidance/index_lead.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 600px;
	padding: 20px 20px 100px;
	box-sizing: border-box;
}
.guidanceLead h3 {
  margin: 0 0 20px;
  font-size: 1.286em;
  color: #666;
}
.guidanceLeadCaption {
	background-color: #fff;
	text-align: center;
	padding: 10px 20px;
}
.guidanceLeadCaption em {
	font-size: 1.286em;
	display: block;
	margin-bottom: 4px;
	line-height: 1.4;
}
.latticeBox dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.latticeBox dl:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: -20px;
}
.latticeBox dl dt {
	width: 51.5%;
	box-sizing: border-box;
}
.latticeBox dl dd {
	width: 48.5%;
	box-sizing: border-box;
}
.latticeBox dl:nth-child(odd) dd {
	padding: 0 0 20px 20px;
}
.latticeBox dl:nth-child(even) dd {
	padding: 20px 20px 0 0;
}
.latticeBox dl dd em {
	font-size: 1.286em;
	display: block;
	margin-bottom: 10px;
	line-height: 1.4;
}
.latticeBox dt img {
	width: 100%;
	height: auto;
	display: block;
}
.latticeBox2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.latticeBox2 li img {
	width: 100%;
	height: auto;
	display: block;
}
.latticeBox2 li {
	width: 50%;
	box-sizing: border-box;
}
.latticeBox2 li:nth-child(odd) {
	padding: 0 10px 20px 0;
}
.latticeBox2 li:nth-child(even) {
	padding: 0 0 20px 10px;
}
.comparisonBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.latticeBox3 dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.latticeBox3 dl:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: -131px;
}
.latticeBox3 dl dt {
	width: 50%;
	box-sizing: border-box;
}
.latticeBox3 dl dd {
	width: 50%;
	box-sizing: border-box;
}
.latticeBox3 dl:nth-child(odd) dd {
	padding: 25px 0 0 20px;
}
.latticeBox3 dl:nth-child(even) dd {
	padding: 0 20px 25px 0;
}
.latticeBox3 dl dd em {
	font-size: 1.286em;
	display: block;
	margin-bottom: 6px;
	line-height: 1.4;
}
.latticeBox3 dt img {
	width: 100%;
	height: auto;
	display: block;
}
.latticeBox3Incidental {
	text-align: center;
}
.latticeBox3Incidental img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 8px;
}
.latticeBox3Incidental figcaption em {
	font-size: 1.286em;
	display: block;
	margin-bottom: 4px;
	line-height: 1.4;
}
.comparisonBox dl {
	max-width: 340px;
}
.comparisonBox dl dt {
	padding-bottom: 10px;
}
.comparisonBox dl dd img {
	width: 100%;
	height: auto;
}
.oneColumnImage img {
	width: 100%;
	height: auto;
	display: block;
}
.oneColumnImage figcaption {
	padding-top: 5px;
	font-size: 0.857em;
}
.thirdHierarchyMenu {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.thirdHierarchyMenu dl {
	width: 49%;
	background-color: #fff;
	margin-bottom: 14px;
}
.thirdHierarchyMenu dl dt {
	color: #fff;
}
.thirdHierarchyMenu dl dt .mainTitle {
	display: block;
	font-size: 1.125em;
}
.thirdHierarchyMenu dl dt a {
	display: block;
	padding: 10px 20px 10px 26px;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	position: relative;
}
.thirdHierarchyMenu dl dt a:hover {
	background-color: #000;
}
.wrapper .contents .thirdHierarchyMenu dl dt a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	font-size: 0.778em;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0,-50%);
}
.thirdHierarchyMenu dl dd {
	padding: 10px 20px 20px;
}
.thirdHierarchyMenu dl dd figure {
	padding-top: 10px;
	height: 151px;
	overflow: hidden;
}
.thirdHierarchyMenu dl dd figure img {
	width: 100%;
	height: auto;
	display: block;
}
.main .categoryIndexTitle {
	font-size: 1.000em;
}
.main .categoryIndexTitle .subTitle {
	display: block;
	font-size: 1.286em
}
.entryList01 .sectionChild .hasThumbnail {
	float: left;
	width: 560px;
}
.entryList01 .sectionChild figure {
	float: right;
	width: 120px;
}
.entryList01 .sectionChild figure img {
	width: 100%;
	height: auto;
}
.mainCategoryContents article {
	margin-bottom: 30px;
}
.mainCategoryContents article h3 {
	border-bottom: 1px dotted #333;
	padding: 2px 0 7px 13px;
	margin: 0 0 15px;
	font-size: 1.286em;
	font-weight: normal;
	position: relative;
	overflow: hidden;
}
.mainCategoryContents article h3 small {
	font-size: 0.778em;
}
.mainCategoryContents article h3::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	margin-top: -4px;
	background-color: #333;
}
.mainCategoryContents article h4 {
	font-size: 1.143em;
	font-weight: normal;
	background-color: #fff;
	padding: 6px 12px;
	border-top: 1px solid #333;
	margin: 0 0 15px;
}
.mainCategoryContents article h5 {
	font-size: 1.143em;
	font-weight: normal;
	padding: 0 0 0 16px;
	margin: 0 0 10px;
	position: relative;
}
.mainCategoryContents article h5::before {
	content: '';
	background-color: #00286a;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 10px;
	left: 0;
}
.mainCategoryContents article table {
	width: 100%;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}
.mainCategoryContents article table th {
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
.mainCategoryContents article table td {
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
.mainCategoryContents article figure {
	margin-bottom: 20px;
}
.mainCategoryContents article figure img {
	width: 100%;
	height: auto;
}
.mainCategoryContents article figure figcaption {
	font-size: 0.875em;
	text-align: center;
}
.mainCategoryContents article ul,
.mainCategoryContents article ol {
	padding-left: 20px;
	margin-bottom: 20px;
}
.mainCategoryContents article ul li {
	list-style-type: disc;
}
.mainCategoryContents article ol li {
	list-style-type: decimal;
}
.mainCategoryContents article blockquote ul {
	padding: 0;
	width: 100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
}
.mainCategoryContents article blockquote ul li {
	list-style-type: none;
	width: 31.33%;
	text-align: center;
	margin: 0 0 20px;
}
.mainCategoryContents article blockquote ul li:nth-child(1) {
	padding-right: 20px;
}
.mainCategoryContents article blockquote ul li:nth-child(3n) {
	padding-left: 20px;
}
.mainCategoryContents article blockquote ul li:nth-child(4) {
	padding-right: 20px;
}
.mainCategoryContents article blockquote ul li:nth-child(4+3n) {
	padding-right: 20px;
}
.mainCategoryContents article blockquote ul li img {
	width: 100%;
	height: auto;
	display: block;
}
.mainCategoryContents article p mark {
	background-color: #ffffa4;
}
.mainCategoryContents article p b {
	font-weight: bold;
}
.picture-bookContentInner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.picture-bookContentInner01 dl {
  max-width: 300px;
  background-color: #fff;
  padding: 20px;
}
.picture-bookContentInner01 dl dt {
  padding-bottom: 10px;
}
.picture-bookContentInner01 dl dd figure {
  margin-top: 20px;
}
.picture-bookContentInner01 dl dd figure:first-child {
  margin-top: 0;
}
.picture-bookContentInner01 dl dd figure img {
  width: 100%;
  height: auto;
  display: block;
}
.picture-bookContentInner01 dl dd figure figcaption {
  padding-top: 5px;
  font-size: 0.857em;
}
.listDelusion {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}
.listDelusion::after {
  content: "";
  display: block;
  width: 220px;
  height: 0;
}
.listDelusion li {
  width: 220px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  line-height: 1.4;
  text-align: left;
  background: #333;
}
.listDelusion li img {
  z-index: 0;
  width: 100%;
  height: auto;
  display: block;
  transition: .3s;
  -webkit-transition: .3s;
}
.listDelusion li a:hover img {
  transform: scale(1.04);
}
.listDelusion li em {
  position: relative;
  z-index: 10;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  padding: 10px;
  display: block;
}
.listDelusion li a:hover img {
  opacity: .95;
}
.btnDelusion {
  max-width: 330px;
  margin: 0 auto;
}
.btnDelusion img {
  width: 100%;
  height: auto;
  display: block;
}
