@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.holizonList {
  margin: 30px auto;
  width: 100%;
}
.holizonList > dl {
  border-bottom: 1px solid #ccc;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .holizonList > dl {
    display: block;
  }
}
.holizonList > dl > dt,
.holizonList > dl > dd {
  margin: 0;
  padding: 20px 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .holizonList > dl > dt,
  .holizonList > dl > dd {
    display: block;
    line-height: 1.8;
  }
  .holizonList > dl > dt span.br,
  .holizonList > dl > dd span.br {
    display: block;
  }
}
.holizonList > dl > dt {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .holizonList > dl > dt {
    width: auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .holizonList > dl > dd {
    padding-top: 0;
  }
}
.holizonList > dl a {
  text-decoration: none;
  color: #000;
}
.holizonList > dl span {
  padding-right: 10px;
}
.holizonList > dl span.tel:before {
  content: 'TEL.';
}
.holizonList > dl span.fax:before {
  content: "FAX.";
}
.holizonList > dl span.mail:before {
  content: none;
}
.holizonList--border > dl:first-child {
  border-top: 1px solid #ccc;
}
.holizonList--border > dl > dt {
  box-sizing: border-box;
  padding-right: 30px;
  white-space: nowrap;
}
.holizonList--border > dl > dd {
  box-sizing: border-box;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .holizonList--border > dl > dd {
    padding-left: 0;
  }
}
.holizonList--border > dl + dl {
  border-bottom: 1px solid #ccc;
}
.holizonList--history > dl > dt {
  width: auto;
}
.holizonList--history > dl > dd {
  width: 69.44%;
}
@media screen and (max-width: 767px) {
  .holizonList--history > dl > dd {
    width: auto;
  }
}

@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.list {
  	/*
  	list-style: none;
  	margin: auto;
  	padding: 0;
  	@include clearfix;
  
  	> li {
  	box-sizing: border-box;
  }
  	*/
  /********************
  list--caption
  ********************/
  	/*
  	&--caption {
  
  	margin: 50px auto 40px;
  
  	@include media(sp) {
  	margin: 25px auto;
  }
  
  	// .list--caption__img
  	&__img {
  	background: #e5e5e5;
  	text-align: center;
  
  	@include media(pc) {
  	height: 170px;
  	width: 230px;
  }
  
  	a {
  	display: block;
  }
  
  	img {
  	max-width: 100%;
  	vertical-align: bottom;
  }
  }
  
  	// .list--caption__text
  	&__text {
  	font-size: 15px;
  	padding-top: 5px;
  
  	@include media(sp) {
  	font-size: 13px;
  }
  }
  
  	> li {
  	float: left;
  	width: 32%;
  
  	@include media(sp) {
  	width: 48%;
  }
  
  	////////////
  	// PC時
  	////////////
  
  	// .list-caption > li:nth-child(3n+1)
  	&:nth-child(3n+1) {
  	clear: both;
  
  	@include media(sp) {
  	clear: inherit;
  }
  }
  
  	// .list-caption > li:not(:nth-child(3n+1))
  	// 左列以外にmargin-left
  	&:not(:nth-child(3n+1)) {
  	margin-left: 2%;
  
  	@include media(sp) {
  	margin-left: auto;
  }
  }
  
  	// 2列目以降margin-top付与
  	&:nth-child(n+4) {
  	margin-top: 30px;
  
  	@include media(sp) {
  	margin-top: auto;
  }
  }
  
  	//////////
  	// SP時
  	//////////
  	@include media(sp) {			
  	&:nth-child(odd) {
  	clear: both;
  	margin-right: 2%;
  }
  	&:nth-child(even) {
  	margin-left: 2%;
  }
  	&:nth-child(n+3) {
  	margin-top: 25px;
  }
  }
  }
  }
  	*/
  /********************
  .list--index
  ********************/
  	/*
  	&--index {
  
  	// .list--index > li
  	> li {
  	float: left;
  	padding-left: 0;
  	width: 50%;
  
  	@include media(sp) {
  	width: 100%;
  }
  
  	// .list--index > li:nth-child(odd)
  	&:nth-child(odd) {
  	padding-right: 10px;
  
  	@include media(sp) {
  	padding-right: 0;
  }
  }
  
  	// .list--index > li:nth-child(even)
  	&:nth-child(even) {
  	padding-left: 10px;
  
  	@include media(sp) {
  	padding-left: 0;
  }
  }
  
  	// PC時
  	// 1行目のみborder-topあり
  	// .list--index > li:nth-child(-n+2) > a
  	&:nth-child(-n+2) {
  	> a {
  	border-top: 1px solid #ccc;
  }
  
  	@include media(sp) {
  	> a {
  	border-top: 0;
  }
  }
  }
  
  	// SP時
  	// :first-childのみborder-topあり
  	// .list--index > li:first-child > a
  	&:first-child {
  	> a {
  	border-top: 1px solid #ccc;
  }
  }
  
  	// .list--index > li > a
  	> a {
  	border-bottom: 1px solid #ccc;
  	box-sizing: border-box;
  	color: #000;
  	display: block;
  	padding: 25px 25px 25px 20px;
  	position: relative;
  	text-decoration: none;
  
  	@include media(sp) {
  	padding: 11px 25px 11px 20px;
  }
  
  	&:hover {
  	background-color: #f0f7f7;
  }
  	*/
  /**********
  ** ファイル判別
  **********/
  	/*
  	&[href$="pdf"] {
  	&:after {
  	@include fa('\f1c1',0,5px);
  }
  }
  
  	&[href$="doc"],
  	&[href$="docx"] {
  	&:after {
  	@include fa('\f1c2',0,5px);
  }
  }
  
  	&[href$="xls"],
  	&[href$="xlsx"] {
  	&:after {
  	@include fa('\f1c3',0,5px);
  }
  }
  
  	&[href$="ppt"] {
  	&:after {
  	@include fa('\f1c4',0,5px);
  }
  }
  
  	// arrow
  	&:before {
  	//background: transparent url(../media/images/common/icon_arrow--blue.svg) no-repeat top center;
  	//content: "";
  	@include icon-fonts(')',0,5px);
  	//font-family: $icon-font;
  	//content: ")";
  	//padding-right: 5px;
  	height: 15px;
  	margin: auto;
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	width: 15px;
  }
  
  	// ファイルマーク
  	&:after {
  	color: #999;
  	content: "";
  	font-size: 20px;
  	height: 20px;
  	line-height: 1;
  	margin: auto;
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  
  	@include media(sp) {
  	font-size: 16px;
  	height: 16px;
  }
  }
  }
  }
  }
  	*/
  /********************
  .list--press
  ********************/
  /********************
  .list--text3
  ********************/
  /********************
  .list--text4
  ********************/
  /********************
  .list--thumb
  ********************/
  	/*
  	&--thumb {
  
  	// .list--thumb__img
  	&__img {
  	box-sizing: border-box;
  	display: table-cell;
  	padding: 5px;
  	width: 100px;
  
  	> img {
  	max-width: 100%;
  	vertical-align: bottom;
  }
  }
  
  	// .list--thumb__text
  	&__text {
  	box-sizing: border-box;
  	display: table-cell;
  	height: 100%;
  	padding-left: 15px;
  	vertical-align: middle;
  }
  
  	// .list--thumb > li
  	> li {
  	float: left;
  	width: (100%/2);
  
  	@include media(sp) {
  	width: 100%;
  }
  
  	&:nth-child(odd) {
  	padding-right: 10px;
  
  	@include media(sp) {
  	padding-right: 0;
  }
  }
  
  	&:nth-child(even) {
  	padding-left: 10px;
  
  	@include media(sp) {
  	padding-left: 0;
  }
  }
  
  	// PC時2列なので3カラム目からmargin-top
  	&:nth-child(n+3) {
  	margin-top: 25px;
  
  	@include media(sp) {
  	margin-top: auto;
  }
  }
  
  	//SP時1列なので2カラム目からmargin-top
  	&:nth-child(n+2) {
  	@include media(sp) {
  	margin-top: 15px;	
  }
  }
  
  	// .list--thumb > li > a
  	> a {
  	border: 1px solid #ccc;
  	border-radius: 5px;
  	color: #000;
  	display: table;
  	text-decoration: none;
  	width: 100%;
  
  	&:hover {
  	background-color: #f0f7f7;
  	text-decoration: underline;
  }
  }
  }
  }
  	*/
  /*****
  *	.list--visitor_thumb
  ****/
  	/*
  	&--visitor_thumb {
  	@include clearfix;
  	list-style: none;
  	margin: auto;
  	padding: 0;
  
  	> li {
  	box-sizing: border-box;
  	float: left;
  	width: 50%;
  
  	@include media(sp) {
  	float: none;
  	width: 100%;
  }
  
  	&:nth-child(odd) {
  	clear: both;
  }
  
  	&:nth-child(n+3) {
  	margin-top: 15px;
  }
  
  	&:nth-child(n+2) {
  	@include media(sp) {
  	margin-top: 15px;
  }
  }
  }
  
  	a {
  	color: #000;
  	display: table;
  	height: 100%;
  	table-layout: fixed;
  	text-decoration: none;
  	width: 100%;
  
  	&:hover {
  	background-color: #f5f5b5;
  }
  
  	div.img,
  	div.text {
  	display: table-cell;
  	vertical-align: top;
  }
  
  	div.img {
  	text-align: center;
  	width: 80px;
  
  	@include media(sp) {
  	width: 25%;
  }
  
  	img {
  	max-width: 100%;
  	vertical-align: bottom;
  }
  }
  
  	div.text {
  	box-sizing: border-box;
  	padding: 4px 0 4px 8px;
  
  	@include media(sp) {
  	padding: 0 0 0 8px;
  }
  
  	p {
  	margin: auto;
  
  	&.text_title {
  	font-size: 15px;
  
  	@include media(sp) {
  	font-size: 13px;
  }
  }
  
  	&.text_name {
  	font-size: 13px;
  	margin-top: 7px;
  
  	&::before {
  	background: url(../media/images/common/icon_arrow--black.svg) no-repeat center center;
  	background-size: contain;
  	content: "";
  	display: inline-block;
  	height: 1em;
  	margin-right: 3px;
  	vertical-align: middle;
  	width: 1em;
  }
  }
  }
  }
  }
  }
  	*/
}
@media screen and (max-width: 767px) {
  .list--press {
    margin: 25px auto 0;
  }
}
.list--press > li {
  float: left;
  padding: 0 1%;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .list--press > li {
    width: 50%;
  }
}
.list--press > li:nth-child(4n+1) {
  clear: both;
}
.list--press > li:nth-child(n+5) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .list--press > li:nth-child(n+5) {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .list--press > li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .list--press > li:nth-child(n+3) {
    margin-top: 25px;
  }
}
.list--press > li > a {
  color: #000;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .list--press__img {
    text-align: center;
  }
}
.list--press__img > img {
  max-width: 100%;
  vertical-align: bottom;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .list--press__img > img {
    border: 1px solid #ccc;
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .list--press__text {
    line-height: 1.4;
    margin-bottom: auto;
  }
}
.list--press__text > span {
  display: block;
  font-size: 12px;
}
.list--text3 > li {
  float: left;
  width: 33.33333%;
}
@media screen and (max-width: 767px) {
  .list--text3 > li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .list--text3 > li:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .list--text3 > li:nth-child(even) {
    margin-left: 2%;
  }
}
.list--text4 > li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .list--text4 > li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .list--text4 > li:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .list--text4 > li:nth-child(even) {
    margin-left: 2%;
  }
}

.list {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.list:after {
  content: " ";
  display: block;
  clear: both;
}
.list > li a[href$="pdf"]:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.list > li a[href$="doc"]:after, .list > li a[href$="docx"]:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.list > li a[href$="xls"]:after, .list > li a[href$="xlsx"]:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.list > li a[href$="ppt"]:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.list--index {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .list--index {
    display: block;
  }
}
.list--index > li {
  flex: 0 0 45%;
  max-width: 45%;
}
.list--index > li:nth-child(odd) {
  margin-right: 10%;
}
.list--caption {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .list--caption {
    display: block;
  }
}
.list--caption > li {
  flex: 0 0 31.39%;
  max-width: 31.29%;
  margin-left: 2.78%;
}
.list--caption > li:nth-child(3n +1) {
  margin-left: 0;
}
.list--caption > li:nth-child(n + 4) {
  margin-top: 2.91%;
}
@media screen and (max-width: 767px) {
  .list--caption > li:nth-child(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list--caption > li {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .list--caption > li + li {
    margin-top: 30px;
  }
}
.list--caption__img {
  width: 100%;
  height: auto;
}
.list--caption__img img {
  width: 100%;
  display: block;
}
.list--caption__text {
  margin-top: 10px;
  padding-top: 0;
  font-size: 15px;
  line-height: 2.13333;
}
.list--caption.column2 > li {
  flex: 0 0 48.61%;
  max-width: 48.61%;
  margin-left: 2.78%;
}
.list--caption.column2 > li:nth-child(3n +1) {
  margin-left: 0;
}
.list--caption.column2 > li:nth-child(n + 3) {
  margin-top: 2.91%;
}
@media screen and (max-width: 767px) {
  .list--caption.column2 > li:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list--caption.column2 > li {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .list--caption.column2 > li + li {
    margin-top: 30px;
  }
}
.list--caption.column2.smalltext .list--caption__text {
  font-size: 13px;
}
.list--thumb {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .list--thumb {
    display: block;
  }
}
.list--thumb__img {
  width: 88px;
}
.list--thumb__img img {
  max-width: 100%;
  border-radius: 5px;
}
.list--thumb__text {
  width: 69%;
  padding: 10px 0 0 20px;
  position: relative;
  font-size: 15px;
  line-height: 23px;
}
.list--thumb__text::before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  background: transparent url(../media/images/2004/common/icon_chevron.svg) no-repeat;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 14px;
}
.list--thumb li {
  width: 50%;
  max-width: 45%;
  border-top: 2px solid #015;
}
@media screen and (max-width: 767px) {
  .list--thumb li {
    width: 100%;
    max-width: unset;
  }
}
.list--thumb li:nth-child(odd) {
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .list--thumb li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.list--thumb li:nth-child(n + 3) {
  margin-top: 30px;
}
.list--thumb li:hover .list--thumb__text {
  color: #0aa;
}
.list--thumb li a {
  display: flex;
  padding-top: 10px;
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  color: #000;
  text-decoration: none;
}
.list--thumb li a[href$="pdf"]::after, .list--thumb li a[href$="doc"]::after, .list--thumb li a[href$="docx"]::after, .list--thumb li a[href$="xls"]::after, .list--thumb li a[href$="xlsx"]::after, .list--thumb li a[href$="ppt"]::after {
  display: none;
}
.list--thumb li a[href$="pdf"] .list--thumb__text:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.list--thumb li a[href$="doc"] .list--thumb__text:after, .list--thumb li a[href$="docx"] .list--thumb__text:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.list--thumb li a[href$="xls"] .list--thumb__text:after, .list--thumb li a[href$="xlsx"] .list--thumb__text:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.list--thumb li a[href$="ppt"] .list--thumb__text:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.list--visitor_thumb {
  list-style: none;
  margin: auto;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .list--visitor_thumb {
    display: block;
  }
}
.list--visitor_thumb li {
  width: 50%;
  max-width: 45%;
  border-top: 2px solid #015;
}
@media screen and (max-width: 767px) {
  .list--visitor_thumb li {
    width: 100%;
    max-width: unset;
  }
}
.list--visitor_thumb li:nth-child(odd) {
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .list--visitor_thumb li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.list--visitor_thumb li:nth-child(n + 3) {
  margin-top: 30px;
}
.list--visitor_thumb li a {
  display: flex;
  padding-top: 10px;
  flex-flow: row-reverse;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  color: #000;
  text-decoration: none;
}
.list--visitor_thumb li a:hover .text_name {
  color: #0aa;
}
.list--visitor_thumb li a .img {
  width: 88px;
}
.list--visitor_thumb li a .img img {
  max-width: 100%;
  border-radius: 5px;
}
.list--visitor_thumb li a .text {
  width: 69%;
  padding-top: 6px;
}
.list--visitor_thumb li a .text .text_title {
  margin: 0 !important;
  font-size: 17px;
  line-height: 23px;
}
.list--visitor_thumb li a .text .text_name {
  margin: 10px auto 0 auto !important;
  font-size: 15px;
  padding-left: 20px;
  background-image: url(../media/images/2004/common/icon_chevron.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
}
.list--exam--index li {
  width: 100%;
  margin-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #CCC;
}
.list--exam--index li a {
  padding-left: 20px;
  color: #000;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  background-image: url(../media/images/2004/icon_chevron.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
}
.list--exam--index li a:hover {
  color: #0aa;
  background-color: transparent;
  background-image: url(../media/images/2004/common/icon_chevron_hover.svg);
}
.list--exam--index li p {
  margin: 8px 0 0 0;
  font-size: 14px;
}
.list--arrow, .list--arrow--s {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.list--arrow li, .list--arrow--s li {
  font-size: 15px;
  line-height: 2;
}
.list--arrow li a, .list--arrow--s li a {
  display: inline-block;
  padding-left: 23px;
  background-image: url(../media/images/2004/common/icon_chevron.svg);
  background-repeat: no-repeat;
  background-position: 0px 0.5em;
  background-size: 15px 15px;
  color: #000;
  text-decoration: none;
}
.list--arrow li a:hover, .list--arrow--s li a:hover {
  color: #0aa;
  background-color: transparent;
  background-image: url(../media/images/2004/common/icon_chevron_hover.svg);
  background-repeat: no-repeat;
  background-position: 0px 0.5em;
  background-size: 15px 15px;
}
.list--arrow--s li {
  margin-top: 1px;
  font-size: 13px;
  line-height: 1.65;
}
.list--arrow--s li:first-child {
  margin-top: 0;
}
.list--arrow--s li a {
  padding-left: 16px;
  background-position: 0px 0.35em;
  background-size: 12px 12px;
}

@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.infoBox {
  display: block;
  padding: 25px 30px;
  border-top: 4px solid #001155;
  border-bottom: none;
  background-color: #F5F5F5;
  background-color: #F3F3F3;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #fff 2px, #fff 4px);
}
.infoBox:not(:last-child) {
  margin: 30px 0 117px 0;
}
.infoBox__top {
  color: #001155;
  font-size: 15px;
  font-weight: bold;
}
.infoBox__top::before {
  content: "◎";
}
.infoBox__box > div {
  width: auto;
  padding: 12px 0 0 0;
  text-align: left;
}
.infoBox__box > div span {
  padding-right: 10px;
}
.infoBox__box > div a {
  text-decoration: none;
  color: #000;
}
.infoBox__box > div .tel::before {
  content: "TEL.";
}
.infoBox__box > div .fax::before {
  content: "FAX.";
}

@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.title--pageSubtitle {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title--pageSubtitle {
    padding: 0 3.125%;
  }
}
.title--section-red {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #DC143C;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-red:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-red {
    border-left: 6px solid #DC143C;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-green {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #390;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-green:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-green {
    border-left: 6px solid #390;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-lightgreen {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #9c0;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-lightgreen:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-lightgreen {
    border-left: 6px solid #9c0;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-blue {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #06c;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-blue:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-blue {
    border-left: 6px solid #06c;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-lightblue {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #6cf;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-lightblue:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-lightblue {
    border-left: 6px solid #6cf;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-pink {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #c36;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-pink:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-pink {
    border-left: 6px solid #c36;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-orange {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #fc0;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-orange:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-orange {
    border-left: 6px solid #fc0;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-yellow {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #ff3;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-yellow:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-yellow {
    border-left: 6px solid #ff3;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--subsection-orange {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 1.4;
  margin: 35px auto 1em;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .title--subsection-orange {
    margin: 25px auto 1em;
  }
}
.title--subsection-orange:before {
  color: #fc0;
  content: "■";
  padding-right: 10px;
}
.title--subsection-lightgreen {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 1.4;
  margin: 35px auto 1em;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .title--subsection-lightgreen {
    margin: 25px auto 1em;
  }
}
.title--subsection-lightgreen:before {
  color: #08c;
  content: "■";
  padding-right: 10px;
}
.title--subsection-red {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 1.4;
  margin: 35px auto 1em;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .title--subsection-red {
    margin: 25px auto 1em;
  }
}
.title--subsection-red:before {
  color: #c03;
  content: "■";
  padding-right: 10px;
}
.title--blue {
  font-weight: bold;
  color: #038;
}

.title--category {
  position: relative;
  margin: 0;
  border: none;
  padding: 99px 80px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .title--category {
    padding-top: 80px;
    font-size: 18px;
  }
}
.title--category::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border: none;
  width: 44px;
  height: 2px;
}
.title--page {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto 80px;
  padding: 18px 18px 18px;
  background-color: #015;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.40625;
  text-align: center;
  color: #fff;
  max-width: 760px;
  min-height: 150px;
}
@media screen and (max-width: 767px) {
  .title--page {
    margin-bottom: 50px;
    padding-top: 18px;
    font-size: 28px;
    line-height: 1.42857;
    min-height: 170px;
  }
}
.title--page > span {
  display: block;
  font-size: 16px;
  line-height: 1.8;
}
.title--section {
  margin: 80px 0 30px;
  font-size: 23px;
  font-weight: normal;
  line-height: 34px;
  position: relative;
  padding-bottom: 8px;
  background-image: url(/media/images/2004/common/title_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 720px;
}
.title--subsection {
  margin: 30px auto 20px auto;
  border-left: 2px solid #001155;
  padding: 17.5px 0 17.5px 20px;
  font-size: 17px;
  font-weight: normal;
  line-height: 25px;
}

div.visual img {
  max-width: 100%;
  vertical-align: bottom;
}

div.lead {
  text-align: center;
}
div.lead p {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  div.lead p {
    font-size: 18px;
  }
}
div.lead span {
  display: block;
}
@media screen and (max-width: 767px) {
  div.lead span {
    display: inline;
  }
}

.list--caption__img {
  height: auto;
}

.gmap {
  height: 380px !important;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .gmap {
    height: 250px !important;
  }
}

.holizonList {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  margin: 25px auto 0;
  padding: 0 3.125%;
}
.holizonList > dl {
  border-bottom: none;
}
.holizonList > dl:first-child {
  border-top: 0;
}
.holizonList > dl > dt {
  margin-top: auto;
}

.infoBox {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .infoBox {
    margin-top: 50px;
  }
}

/*# sourceMappingURL=p_ishinomaki.css.map */
