@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.global-nav li.nav-home a:after {
  bottom: 0px!important;
  height: 4px!important;
  opacity: 1!important;
	background-color: #fff!important;
}

/* ==========================================================================
	MAIN
	========================================================================== */

.main {
  position: relative;
	padding-top: 128px;
  margin-bottom: 60px;
}
.main h2 {
  position: absolute;
  z-index: 100;
  top: 25%;
  left: 5%;
  color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 4rem;
  text-shadow: 0 0 10px rgba(157,207,97,0.8);
  text-align: left;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

/*INFORMATION*/

.information li {
	font-family: 'Noto Sans JP', sans-serif;
}
.information li div {
  position: relative;
  margin-bottom: 10px;
}
.information li div img {
  position: relative;
}
.information li div span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
}
.information li div span {
  display: block;
  color: #fff;
  background-color: var(--color01);
  box-sizing: border-box!important;
  padding: 20px;
}
.information li div span:after {
	content: "\f0a9";
  display: block;
  float: right;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-top: 5px;
}

/*MESSAGE*/

.message h3 {
  width: 80%;
  position: relative;
  font-size: 2.3rem;
  text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
  padding: 1em 2em;
  margin: 0 auto 40px auto;
}
.message h3:before,
.message h3:after {
  position: absolute;
  content: '';
}
.message h3:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.message h3:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.message .txt {
  float: right;
  width: 70%;
}
.message .img {
  float: left;
  width: 25%;
}
.message p {
  font-size: 1.7rem;
  line-height: 4rem;
}

/*TOSEKI*/

.toseki {
  background: url("../images/index-images/bg.jpg") 50% 0 no-repeat;
  padding: 50px 0;
}
.toseki .tit-cmn01 .en {
  color: var(--color03);
  font-size: 1.8rem;
}
.toseki h3 {
  font-size: 2rem;
  text-align: center;
}

.toseki table th {
  text-align: center;
  background-color: var(--color02);
  border: solid 1px #cac5c1;
  padding: 20px;
}
.toseki table td {
  color: #a7a7a7;
  text-align: center;
  background-color: #fff;
  border: solid 1px #cac5c1;
  padding: 20px;
}
.toseki table td.tit {
  width: 280px;
  color: #363636;
}

/*VASCULAR*/

.vascular .txt {
  float: right;
  width: 50%;
}
.vascular .txt h2 {
  font-size: 3.2rem;
  border-left: solid 4px var(--color01);
  padding: 20px 0 20px 20px;
}
.vascular .txt h2 span {
  display: block;
  font-size: 55%;
  font-weight: normal;
  margin-bottom: 17px;
}
.vascular .txt h2 a:after {
	content: "\f0a9";
	float: right;
	font-family: "Font Awesome 5 Free";
	font-size: 50%;
	font-weight: 900;
	margin-top: 20px;

}
.vascular .img {
  float: left;
  width: 45%;
}

/*TRANSFER*/

.transfer .txt {
  float: left;
  width: 60%;
}
.transfer-tit {
  font-size: 3.2rem;
  border-left: solid 4px var(--color01);
  padding: 20px 0 20px 20px;
}
.transfer .txt h2 span {
  display: block;
  font-size: 57%;
  font-weight: normal;
  margin-bottom: 17px;
}
.transfer .txt h2 a:after {
	content: "\f0a9";
	float: right;
	font-family: "Font Awesome 5 Free";
	font-size: 50%;
	font-weight: 900;
	margin-top: 20px;

}
.transfer .img {
  float: right;
  width: 30%;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.main {
	padding-top: 52px;
  margin-bottom: 20px!important;
}
.main h2 {
  z-index: 100;
  top: 25%;
  left: 5%;
  font-size: 3rem;
}

/*INFORMATION*/

.information li {
  font-size: 1.4rem;
}
.information li div span {
  padding: 15px;
}

/*MESSAGE*/

.message h3 {
  font-size: 2.1rem;
}
.message p {
  font-size: 1.6rem;
  line-height: 3.5rem;
}
.message .txt {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
.message .img {
  display: block;
  float: none;
  width: 60%;
  margin: 0 auto;
}

/*TOSEKI*/

.toseki h3 {
  font-size: 1.8rem;
}

.toseki table th {
  padding: 10px;
}
.toseki table td {
  padding: 10px;
}
.toseki table td.tit {
  width: 200px;
  color: #363636;
}
.toseki table td.tit span {
  display: block;
  font-size: 80%;
}

/*VASCULAR*/

.vascular .txt {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
.vascular .txt h2 {
  font-size: 2.8rem;
}
.vascular .txt h2 span {
  margin-bottom: 15px;
}
.vascular .img {
  float: none;
  width: 100%;
}

/*TRANSFER*/

.transfer .txt {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
.transfer-tit {
  font-size: 2.8rem;
}
.transfer .img {
  float: none;
  width: 100%;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.main-wrapper {
	overflow: hidden;
}
.main {
	width: 140%!important;
	margin-left: -20%;
	padding-top: 55px;
  margin-bottom: 10px;
}
.main h2 {
  z-index: 100;
  top: 25%;
  left: 18%;
  font-size: 1.8rem;
}

/*INFORMATION*/

.information ul {
  width: 100%;
}
.information li {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.information li div span {
  padding: 14px;
}
.information li div span:after {
	content: "\f0a9";
  display: block;
  float: right;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-top: 5px;
}

/*MESSAGE*/

.message h3 {
  width: 100%;
  font-size: 1.7rem;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 auto 30px auto;
}
.message h3:after {
  width: 35px;
  height: 35px;
}
.message h3:before {
  width: 35px!important;
  height: 35px!important;
}

/*TOSEKI*/

.toseki {
  height: 100%;
  padding: 40px 0;
}
.toseki .tit-cmn01 .en {
  font-size: 1.5rem;
}
.toseki h3 {
  font-size: 1.7rem;
}
.toseki table th {
  padding: 10px;
}
.toseki table td {
  padding: 10px;
}
.toseki table td.tit {
  width: 100px;
	font-size: 1.1rem;
	letter-spacing: 0;
}

/*VASCULAR*/

.vascular .txt {
  margin-bottom: 30px;
}
.vascular .txt h2 {
  font-size: 2.3rem;
  padding: 15px 0 15px 15px;
}

/*TRANSFER*/

.transfer .txt {
  margin-bottom: 30px;
}
.transfer-tit {
  font-size: 2.3rem;
  padding: 15px 0 15px 15px;
}

}

